summary refs log tree commit diff
path: root/catgirl.1
AgeCommit message (Collapse)Author
2020-02-29Implement the causal.agency/consumer capabilityC. McEnroe
2020-02-25Add /mode, /except, /invex and handle lists repliesC. McEnroe
2020-02-19Add /ban, /unban and handle ban list repliesC. McEnroe
2020-02-16Add RFC 1459 and modern.ircdocs.horse referencesC. McEnroe
It's ridiculous but I really am looking at all three.
2020-02-16Re-sort STANDARDS sectionC. McEnroe
Just do it by dumb alphabetic to make it easier to maintain.
2020-02-15Enable multi-prefixC. McEnroe
2020-02-15Add /ns and /csC. McEnroe
2020-02-15Document exit statusC. McEnroe
2020-02-14Add /kickC. McEnroe
2020-02-14Add /inviteC. McEnroe
2020-02-14Add /awayC. McEnroe
2020-02-13Document environment variables usedC. McEnroe
2020-02-13Add /execC. McEnroe
2020-02-13Refactor windows into array and add /moveC. McEnroe
Oof.
2020-02-13Clean up manual lintsC. McEnroe
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.
2020-02-13Add -g for generating certificatesC. McEnroe
Copied from pounce.
2020-02-12Add -N flag for notificationsC. McEnroe
2020-02-13Implement source address selectionmultiplexd
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.
2020-02-12Add /listC. McEnroe
2020-02-12Add C-t transposeC. McEnroe
Also in emacs, weechat.
2020-02-12Add C-v and M-vC. McEnroe
I figure there should be some way to scroll without keypad, and apparently this is what emacs offers...
2020-02-12Allow for arguments to open/copy utilitiesC. McEnroe
2020-02-11Add -R restricted flagC. McEnroe
2020-02-10Add C-o as alias of M-/C. McEnroe
M-/ is from weechat. C-o is like in vim.
2020-02-10Add -s to save and load buffersC. McEnroe
2020-02-10Add -HC. McEnroe
2020-02-09Add M-lC. McEnroe
2020-02-09Add /whoisC. McEnroe
2020-02-09Add /msgC. McEnroe
Services tend to tell you to use /msg so it definitely needs to exist.
2020-02-09Add /helpC. McEnroe
Now with automatic search! Also had to fix the SIGCHLD handling...
2020-02-09Add M-uC. McEnroe
2020-02-09Add M-/C. McEnroe
2020-02-09Add M-aC. McEnroe
2020-02-09Add C-n and C-pC. McEnroe
2020-02-09Add C-yC. McEnroe
This is weechat's binding for it.
2020-02-09Add general key bindings paragraph to manualC. McEnroe
2020-02-09Add C-w and M-dC. McEnroe
2020-02-09Add M-b and M-fC. McEnroe
2020-02-09Add C-kC. McEnroe
Also rename all the edit ops to something consistent.
2020-02-09Add C-b and C-fC. McEnroe
2020-02-09Show realname on JOIN if it is different from nickC. McEnroe
2020-02-08Add /copyC. McEnroe
2020-02-08Allow overriding the /open utilityC. McEnroe
2020-02-08Scan messages for URLsC. McEnroe
2020-02-08Add /topicC. McEnroe
2020-02-08Add /namesC. McEnroe
2020-02-08Add /debugC. McEnroe
2020-02-08Add /closeC. McEnroe
2020-02-08Add /queryC. McEnroe
2020-02-08Add /partC. McEnroe