Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-17 | Add C-z keys for directly inserting most color codes | C. McEnroe | |
So you don't have to remember those dang numbers whose order makes no sense! | |||
2021-03-13 | Refer to glob(7) not sh(1) | Klemens Nanni | |
Those patterns are not specific to the shell, many commands support them. | |||
2021-03-13 | Add note about arrow and navigation keys | C. McEnroe | |
And I think with C-Left and C-Right I can actually say "as expected" now. | |||
2021-03-08 | Attempt to clarify trust option use | C. McEnroe | |
Trust is not certificate pinning and should only be used for self-signed certificates. | |||
2021-03-08 | Disable nick and channel colors with hash bound 0 | C. McEnroe | |
2021-02-15 | Add C-z p to manually toggle paste mode | C. McEnroe | |
OpenBSD's xterm doesn't have bracketed paste mode, and it would be nice to still be able to paste in several lines and collapse them with M-q, provided one remembers to type C-z p first... | |||
2021-02-03 | Add C-z C-v for literal next | C. McEnroe | |
A little annoying to make it a "chord" like this, but C-v is already used for scrolling, following Emacs-style key bindings (in order to have a way to scroll without using "special" keys like the arrows and page up/down), and C-z is at least already in the business of inserting control characters. This makes it possible to manually enter some things that are otherwise only possible with /exec printf. | |||
2021-01-27 | Change default timestamp format to %X | C. McEnroe | |
This respects the user's locale settings. | |||
2021-01-27 | Add toggleable display of timestamps | C. McEnroe | |
2021-01-26 | Clarify configuration path interpretations | C. McEnroe | |
2021-01-26 | Expand the opening paragraph of the manual | C. McEnroe | |
2021-01-25 | Disable notify in restricted mode | C. McEnroe | |
catgirl shouldn't try to execute a command if it is misconfigured with both restrict and notify. | |||
2021-01-25 | Move mention of pledge(2) and unveil(2) to README | C. McEnroe | |
The manual is the wrong place to document platform support. | |||
2021-01-23 | Separate kiosk mode from restrict mode | C. 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-21 | Document that M-l shows timestamps | C. McEnroe | |
2021-01-16 | Add -I highlight option and /highlight | C. McEnroe | |
2021-01-16 | Remove join/part/quit ignore example | C. McEnroe | |
These can now be hidden with M-+. | |||
2021-01-16 | Generalize ignore toggling to visibility threshold | C. McEnroe | |
2021-01-10 | Print chain to stdout with -o | C. McEnroe | |
2021-01-10 | Move -o to a separate SYNOPSIS line | C. McEnroe | |
2021-01-10 | Exit immediately when using -o | C. McEnroe | |
2021-01-09 | Make SYNOPSIS arguments consistent with option names | C. McEnroe | |
Can't keep the 4-letter pattern forever :( | |||
2021-01-09 | Add -o and -t options to trust self-signed certificates | C. McEnroe | |
2021-01-09 | Allow configuring the upper bound of the hash function | C. 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-30 | Add /whowas | C. McEnroe | |
2020-12-30 | Show setnames like nick changes | C. McEnroe | |
2020-12-29 | Add /setname command | C. 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-29 | Handle so-called Standard Replies | C. McEnroe | |
2020-12-29 | Alphabetize STANDARDS section | C. McEnroe | |
2020-12-08 | Document commands which can be filtered | C. McEnroe | |
2020-12-08 | Clarify the optional portions of an ignore | C. McEnroe | |
Each optional portion requires the optional portions before it, including a full hostmask. | |||
2020-12-08 | Fix manual page lints | C. McEnroe | |
2020-12-08 | Clarify configuration file usage example | C. McEnroe | |
Point to EXAMPLES and /help from the top of the manual. | |||
2020-10-02 | Double up /help for server help | C. 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-30 | Add /ops command | C. 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-06 | Add C-r, C-s for basic scrollback search | C. McEnroe | |
2020-09-03 | Add M-n, M-p to jump to highlights | C. McEnroe | |
2020-08-20 | Document how cert/priv are searched for | C. McEnroe | |
This has always been how it works, but it was previously undocumented. | |||
2020-07-13 | Add current topic to tab-complete so it can edited | C. McEnroe | |
2020-07-06 | Add message to ignore patterns | C. McEnroe | |
2020-06-12 | Document /quote needing /debug for output | C. McEnroe | |
2020-05-05 | Update email addresses | C. McEnroe | |
2020-04-15 | Add M-= to mute windows | C. McEnroe | |
2020-04-07 | Add M-< and M-> for scroll to top and bottom | C. McEnroe | |
Mirrored by S-Home and S-End but I guess I'm not documenting those... | |||
2020-04-07 | Revert "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-07 | Add M-q to collapse whitespace | C. McEnroe | |
2020-04-06 | Voice, devoice self on /voice, /devoice with no params | C. McEnroe | |
2020-03-31 | Add join/part/quit filtering example | C. McEnroe | |
I don't care that this looks nuts. | |||
2020-03-31 | Hide filtered messages | C. McEnroe | |
2020-03-31 | Add /ignore message filtering patterns | C. McEnroe | |