about summary refs log tree commit diff
path: root/catgirl.1 (follow)
Commit message (Collapse)AuthorAge
...
* Implement the causal.agency/consumer capabilityJune McEnroe2020-02-29
|
* Add /mode, /except, /invex and handle lists repliesJune McEnroe2020-02-25
|
* Add /ban, /unban and handle ban list repliesJune McEnroe2020-02-19
|
* Add RFC 1459 and modern.ircdocs.horse referencesJune McEnroe2020-02-16
| | | | It's ridiculous but I really am looking at all three.
* Re-sort STANDARDS sectionJune McEnroe2020-02-16
| | | | Just do it by dumb alphabetic to make it easier to maintain.
* Enable multi-prefixJune McEnroe2020-02-15
|
* Add /ns and /csJune McEnroe2020-02-15
|
* Document exit statusJune McEnroe2020-02-15
|
* Add /kickJune McEnroe2020-02-14
|
* Add /inviteJune McEnroe2020-02-14
|
* Add /awayJune McEnroe2020-02-14
|
* Document environment variables usedJune McEnroe2020-02-13
|
* Add /execJune McEnroe2020-02-13
|
* Refactor windows into array and add /moveJune McEnroe2020-02-13
| | | | Oof.
* Clean up manual lintsJune McEnroe2020-02-13
| | | | | | Wish I could use mandoc -T lint as part of the dev target but it complains about missing referenced pages without a way to turn that off that I can find.
* Add -g for generating certificatesJune McEnroe2020-02-13
| | | | Copied from pounce.
* Add -N flag for notificationsJune McEnroe2020-02-12
|
* Implement source address selectionmultiplexd2020-02-13
| | | | | | This commit adds a '-S' command line option and a "bind" configuration file option to specify the source address to bind to when connecting to the IRC server.
* Add /listJune McEnroe2020-02-12
|
* Add C-t transposeJune McEnroe2020-02-12
| | | | Also in emacs, weechat.
* Add C-v and M-vJune McEnroe2020-02-12
| | | | | I figure there should be some way to scroll without keypad, and apparently this is what emacs offers...
* Allow for arguments to open/copy utilitiesJune McEnroe2020-02-12
|
* Add -R restricted flagJune McEnroe2020-02-11
|
* Add C-o as alias of M-/June McEnroe2020-02-10
| | | | M-/ is from weechat. C-o is like in vim.
* Add -s to save and load buffersJune McEnroe2020-02-10
|
* Add -HJune McEnroe2020-02-10
|
* Add M-lJune McEnroe2020-02-09
|
* Add /whoisJune McEnroe2020-02-09
|
* Add /msgJune McEnroe2020-02-09
| | | | Services tend to tell you to use /msg so it definitely needs to exist.
* Add /helpJune McEnroe2020-02-09
| | | | Now with automatic search! Also had to fix the SIGCHLD handling...
* Add M-uJune McEnroe2020-02-09
|
* Add M-/June McEnroe2020-02-09
|
* Add M-aJune McEnroe2020-02-09
|
* Add C-n and C-pJune McEnroe2020-02-09
|
* Add C-yJune McEnroe2020-02-09
| | | | This is weechat's binding for it.
* Add general key bindings paragraph to manualJune McEnroe2020-02-09
|
* Add C-w and M-dJune McEnroe2020-02-09
|
* Add M-b and M-fJune McEnroe2020-02-09
|
* Add C-kJune McEnroe2020-02-09
| | | | Also rename all the edit ops to something consistent.
* Add C-b and C-fJune McEnroe2020-02-09
|
* Show realname on JOIN if it is different from nickJune McEnroe2020-02-09
|
* Add /copyJune McEnroe2020-02-08
|
* Allow overriding the /open utilityJune McEnroe2020-02-08
|
* Scan messages for URLsJune McEnroe2020-02-08
|
* Add /topicJune McEnroe2020-02-08
|
* Add /namesJune McEnroe2020-02-08
|
* Add /debugJune McEnroe2020-02-08
|
* Add /closeJune McEnroe2020-02-08
|
* Add /queryJune McEnroe2020-02-08
|
* Add /partJune McEnroe2020-02-08
|