summary refs log tree commit diff
path: root/catgirl.1
AgeCommit message (Collapse)Author
2020-12-29Add /setname commandC. McEnroe
I'm not sure about that replies check in handleStandardReply. If more of those are added the reply counter system will definitely need refactoring.
2020-12-29Handle so-called Standard RepliesC. McEnroe
2020-12-29Alphabetize STANDARDS sectionC. McEnroe
2020-12-08Document commands which can be filteredC. McEnroe
2020-12-08Clarify the optional portions of an ignoreC. McEnroe
Each optional portion requires the optional portions before it, including a full hostmask.
2020-12-08Fix manual page lintsC. McEnroe
2020-12-08Clarify configuration file usage exampleC. McEnroe
Point to EXAMPLES and /help from the top of the manual.
2020-10-02Double up /help for server helpC. McEnroe
While the automatic search via LESS is neat, I don't think it's very useful. Just always open the manual to the COMMANDS section, and fix it to append to LESS rather than replace it.
2020-09-30Add /ops commandC. McEnroe
It's pretty awkward with large channels since NAMES isn't sorted by prefixes or anything... But having it accumulate names across many replies would require more reworking.
2020-09-06Add C-r, C-s for basic scrollback searchC. McEnroe
2020-09-03Add M-n, M-p to jump to highlightsC. McEnroe
2020-08-20Document how cert/priv are searched forC. McEnroe
This has always been how it works, but it was previously undocumented.
2020-07-13Add current topic to tab-complete so it can editedC. McEnroe
2020-07-06Add message to ignore patternsC. McEnroe
2020-06-12Document /quote needing /debug for outputC. McEnroe
2020-05-05Update email addressesC. McEnroe
2020-04-15Add M-= to mute windowsC. McEnroe
2020-04-07Add M-< and M-> for scroll to top and bottomC. McEnroe
Mirrored by S-Home and S-End but I guess I'm not documenting those...
2020-04-07Revert "Add C-o as alias of M-/"C. McEnroe
This reverts commit 3a156540b8d134b05d7c318ac047a0c690cdc950. Decided I don't like having two keys do the same thing (other than "special" keys).
2020-04-07Add M-q to collapse whitespaceC. McEnroe
2020-04-06Voice, devoice self on /voice, /devoice with no paramsC. McEnroe
2020-03-31Add join/part/quit filtering exampleC. McEnroe
I don't care that this looks nuts.
2020-03-31Hide filtered messagesC. McEnroe
2020-03-31Add /ignore message filtering patternsC. McEnroe
2020-03-30Add text macrosC. McEnroe
2020-03-29Add /op, /deop, /voice, /devoiceC. McEnroe
This collides with using /o for /open which I'm sad about, but I think these commands should exist...
2020-03-25Add logging functionsC. McEnroe
The mkdir dance is a bit awkward...
2020-03-23Add M-Enter to insert a newlineC. McEnroe
2020-03-22Track own host, handle CHGHOSTC. McEnroe
2020-03-22Add /sayC. McEnroe
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.