summary refs log tree commit diff
path: root/catgirl.1
AgeCommit message (Collapse)Author
2021-01-25Disable notify in restricted modeC. McEnroe
catgirl shouldn't try to execute a command if it is misconfigured with both restrict and notify.
2021-01-25Move mention of pledge(2) and unveil(2) to READMEC. McEnroe
The manual is the wrong place to document platform support.
2021-01-23Separate kiosk mode from restrict modeC. McEnroe
Restrict mode will focus on sandboxing, while kiosk will continue to restrict IRC access through a public kiosk. Kiosk mode without restrict mode allows execution of man 1 catgirl with /help, assuming external sandboxing. The /list and /part commands are also added to the list of disabled commands in kiosk mode, since they are pointless without access to /join.
2021-01-21Document that M-l shows timestampsC. McEnroe
2021-01-16Add -I highlight option and /highlightC. McEnroe
2021-01-16Remove join/part/quit ignore exampleC. McEnroe
These can now be hidden with M-+.
2021-01-16Generalize ignore toggling to visibility thresholdC. McEnroe
2021-01-10Print chain to stdout with -oC. McEnroe
2021-01-10Move -o to a separate SYNOPSIS lineC. McEnroe
2021-01-10Exit immediately when using -oC. McEnroe
2021-01-09Make SYNOPSIS arguments consistent with option namesC. McEnroe
Can't keep the 4-letter pattern forever :(
2021-01-09Add -o and -t options to trust self-signed certificatesC. McEnroe
2021-01-09Allow configuring the upper bound of the hash functionC. McEnroe
This allows limiting the nick colors used to the 16-color terminal set without modifying the TERM environment variable. Produces different results from just using the default configuration in a 16-color terminal, but what can you do?
2020-12-30Add /whowasC. McEnroe
2020-12-30Show setnames like nick changesC. McEnroe
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.