Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-03-30 | Add text macros | C. McEnroe | |
2020-03-29 | Add /op, /deop, /voice, /devoice | C. McEnroe | |
This collides with using /o for /open which I'm sad about, but I think these commands should exist... | |||
2020-03-25 | Add logging functions | C. McEnroe | |
The mkdir dance is a bit awkward... | |||
2020-03-23 | Add M-Enter to insert a newline | C. McEnroe | |
2020-03-22 | Track own host, handle CHGHOST | C. McEnroe | |
2020-03-22 | Add /say | C. McEnroe | |
2020-02-29 | Implement the causal.agency/consumer capability | C. McEnroe | |
2020-02-25 | Add /mode, /except, /invex and handle lists replies | C. McEnroe | |
2020-02-19 | Add /ban, /unban and handle ban list replies | C. McEnroe | |
2020-02-16 | Add RFC 1459 and modern.ircdocs.horse references | C. McEnroe | |
It's ridiculous but I really am looking at all three. | |||
2020-02-16 | Re-sort STANDARDS section | C. McEnroe | |
Just do it by dumb alphabetic to make it easier to maintain. | |||
2020-02-15 | Enable multi-prefix | C. McEnroe | |
2020-02-15 | Add /ns and /cs | C. McEnroe | |
2020-02-15 | Document exit status | C. McEnroe | |
2020-02-14 | Add /kick | C. McEnroe | |
2020-02-14 | Add /invite | C. McEnroe | |
2020-02-14 | Add /away | C. McEnroe | |
2020-02-13 | Document environment variables used | C. McEnroe | |
2020-02-13 | Add /exec | C. McEnroe | |
2020-02-13 | Refactor windows into array and add /move | C. McEnroe | |
Oof. | |||
2020-02-13 | Clean up manual lints | C. 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-13 | Add -g for generating certificates | C. McEnroe | |
Copied from pounce. | |||
2020-02-12 | Add -N flag for notifications | C. McEnroe | |
2020-02-13 | Implement source address selection | multiplexd | |
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-12 | Add /list | C. McEnroe | |
2020-02-12 | Add C-t transpose | C. McEnroe | |
Also in emacs, weechat. | |||
2020-02-12 | Add C-v and M-v | C. McEnroe | |
I figure there should be some way to scroll without keypad, and apparently this is what emacs offers... | |||
2020-02-12 | Allow for arguments to open/copy utilities | C. McEnroe | |
2020-02-11 | Add -R restricted flag | C. McEnroe | |