| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | Add toggleable display of timestamps | June McEnroe | 2021-01-27 | |
| | | ||||
| * | Clarify configuration path interpretations | June McEnroe | 2021-01-26 | |
| | | ||||
| * | Expand the opening paragraph of the manual | June McEnroe | 2021-01-26 | |
| | | ||||
| * | Disable notify in restricted mode | June McEnroe | 2021-01-25 | |
| | | | | | | catgirl shouldn't try to execute a command if it is misconfigured with both restrict and notify. | |||
| * | Move mention of pledge(2) and unveil(2) to README | June McEnroe | 2021-01-25 | |
| | | | | | The manual is the wrong place to document platform support. | |||
| * | Separate kiosk mode from restrict mode | June McEnroe | 2021-01-23 | |
| | | | | | | | | | | | | 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. | |||
| * | Document that M-l shows timestamps | June McEnroe | 2021-01-21 | |
| | | ||||
| * | Add -I highlight option and /highlight | June McEnroe | 2021-01-16 | |
| | | ||||
| * | Remove join/part/quit ignore example | June McEnroe | 2021-01-16 | |
| | | | | | These can now be hidden with M-+. | |||
| * | Generalize ignore toggling to visibility threshold | June McEnroe | 2021-01-16 | |
| | | ||||
| * | Print chain to stdout with -o | June McEnroe | 2021-01-10 | |
| | | ||||
| * | Move -o to a separate SYNOPSIS line | June McEnroe | 2021-01-10 | |
| | | ||||
| * | Exit immediately when using -o | June McEnroe | 2021-01-10 | |
| | | ||||
| * | Make SYNOPSIS arguments consistent with option names | June McEnroe | 2021-01-09 | |
| | | | | | Can't keep the 4-letter pattern forever :( | |||
| * | Add -o and -t options to trust self-signed certificates | June McEnroe | 2021-01-09 | |
| | | ||||
| * | Allow configuring the upper bound of the hash function | June McEnroe | 2021-01-09 | |
| | | | | | | | | 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? | |||
| * | Add /whowas | June McEnroe | 2020-12-30 | |
| | | ||||
| * | Show setnames like nick changes | June McEnroe | 2020-12-30 | |
| | | ||||
| * | Add /setname command | June McEnroe | 2020-12-29 | |
| | | | | | | | I'm not sure about that replies check in handleStandardReply. If more of those are added the reply counter system will definitely need refactoring. | |||
| * | Handle so-called Standard Replies | June McEnroe | 2020-12-29 | |
| | | ||||
| * | Alphabetize STANDARDS section | June McEnroe | 2020-12-29 | |
| | | ||||
| * | Document commands which can be filtered | June McEnroe | 2020-12-08 | |
| | | ||||
| * | Clarify the optional portions of an ignore | June McEnroe | 2020-12-08 | |
| | | | | | | Each optional portion requires the optional portions before it, including a full hostmask. | |||
| * | Fix manual page lints | June McEnroe | 2020-12-08 | |
| | | ||||
| * | Clarify configuration file usage example | June McEnroe | 2020-12-08 | |
| | | | | | Point to EXAMPLES and /help from the top of the manual. | |||
| * | Double up /help for server help | June McEnroe | 2020-10-02 | |
| | | | | | | | 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. | |||
| * | Add /ops command | June McEnroe | 2020-09-30 | |
| | | | | | | | 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. | |||
| * | Add C-r, C-s for basic scrollback search | June McEnroe | 2020-09-06 | |
| | | ||||
| * | Add M-n, M-p to jump to highlights | June McEnroe | 2020-09-03 | |
| | | ||||
| * | Document how cert/priv are searched for | June McEnroe | 2020-08-20 | |
| | | | | | This has always been how it works, but it was previously undocumented. | |||
| * | Add current topic to tab-complete so it can edited | June McEnroe | 2020-07-13 | |
| | | ||||
| * | Add message to ignore patterns | June McEnroe | 2020-07-06 | |
| | | ||||
| * | Document /quote needing /debug for output | June McEnroe | 2020-06-12 | |
| | | ||||
| * | Update email addresses | June McEnroe | 2020-05-05 | |
| | | ||||
| * | Add M-= to mute windows | June McEnroe | 2020-04-15 | |
| | | ||||
| * | Add M-< and M-> for scroll to top and bottom | June McEnroe | 2020-04-07 | |
| | | | | | Mirrored by S-Home and S-End but I guess I'm not documenting those... | |||
| * | Revert "Add C-o as alias of M-/" | June McEnroe | 2020-04-07 | |
| | | | | | | | | This reverts commit 3a156540b8d134b05d7c318ac047a0c690cdc950. Decided I don't like having two keys do the same thing (other than "special" keys). | |||
| * | Add M-q to collapse whitespace | June McEnroe | 2020-04-07 | |
| | | ||||
| * | Voice, devoice self on /voice, /devoice with no params | June McEnroe | 2020-04-06 | |
| | | ||||
| * | Add join/part/quit filtering example | June McEnroe | 2020-03-31 | |
| | | | | | I don't care that this looks nuts. | |||
| * | Hide filtered messages | June McEnroe | 2020-03-31 | |
| | | ||||
| * | Add /ignore message filtering patterns | June McEnroe | 2020-03-31 | |
| | | ||||
| * | Add text macros | June McEnroe | 2020-03-30 | |
| | | ||||
| * | Add /op, /deop, /voice, /devoice | June McEnroe | 2020-03-29 | |
| | | | | | | This collides with using /o for /open which I'm sad about, but I think these commands should exist... | |||
| * | Add logging functions | June McEnroe | 2020-03-25 | |
| | | | | | The mkdir dance is a bit awkward... | |||
| * | Add M-Enter to insert a newline | June McEnroe | 2020-03-23 | |
| | | ||||
| * | Track own host, handle CHGHOST | June McEnroe | 2020-03-22 | |
| | | ||||
| * | Add /say | June McEnroe | 2020-03-22 | |
| | | ||||
| * | Implement the causal.agency/consumer capability | June McEnroe | 2020-02-29 | |
| | | ||||
| * | Add /mode, /except, /invex and handle lists replies | June McEnroe | 2020-02-25 | |
| | | ||||