summaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a project descriptiondelthas2022-08-101-1/+3
| | | | This will help maintainers create their package.
* Update mailing listdelthas2022-04-201-1/+1
|
* README: fix syntax of debug option for scfgAlexey Yerin2021-11-291-1/+1
|
* config: replace YAML with scfg config formatKalyan Sriram2021-11-231-5/+5
| | | | | | | | | | | | | | | | This patch replaces the YAML configuration format with scfg (https://git.sr.ht/~emersion/scfg). Additionally, a few things about configuration are cleaned up: * abbreviated names are expanded (addr -> address, nick -> nickname) * negative bools switched to positive (no-tls -> tls) * independent column widths are grouped under the "pane-width" directive * implementation of default configuration values is improved * password-cmd is executed directly (with scfg field parsing) instead of with "sh -c". * on-highlight is now a file, $XDG_CONFIG_HOME/senpai/highlight by default, which can be changed with the on-highlight-path directive
* OK GitHub: update README.MDHubert Hirtz2021-11-181-9/+16
|
* config: allow specifying an external password cmdKalyan Sriram2021-10-221-0/+2
| | | | | | Storing passwords in plaintext in your configuration file is dangerous! This patch adds support for fetching a password from an external command (i.e. `gpg`, `pass`, `gopass`).
* Update copyright to include all contributorsHubert Hirtz2021-08-061-1/+1
|
* Accept pull requests on GithubHubert Hirtz2021-08-061-1/+5
|
* Moving to libera.chatAlexey Yerin2021-05-251-1/+1
| | | | | | Because the part later suggests joining #senpai, which is now on Libera.Chat instead of Freenode, it would make sense to update this as well.
* mv cmd/irc cmd/senpaiSimon Ser2021-02-241-1/+1
| | | | | Allows to `go build ./cmd/senpai` without having to specify -o. Also more consistent with how cmd/ is used in the Go ecosystem.
* Make cmd/test usableHubert Hirtz2020-11-291-2/+10
|
* Update screenshot URLHubert Hirtz2020-10-121-1/+1
|
* Mention the man pages in README.mdHubert Hirtz2020-08-201-1/+2
|
* Add screenshot to README.mdHubert Hirtz2020-08-181-0/+6
|
* readme: fix example configSimon Ser2020-06-211-2/+3
| | | | | There's no way to escape single quotes in shell scripts. Since the default password uses one, switch to here-documents.
* Add the issue tracker and the mailing list to the READMEHubert Hirtz2020-06-211-0/+6
|
* Fix readme headers, add the ISC licenseHubert Hirtz2020-06-151-3/+5
|
* Unknown sub-command ./cmd/ircHubert Hirtz2020-06-041-1/+1
|
* Initial commitHubert Hirtz2020-06-031-0/+22