Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Add /ban, /unban and handle ban list replies | June McEnroe | 2020-02-19 |
| | |||
* | Add RFC 1459 and modern.ircdocs.horse references | June McEnroe | 2020-02-16 |
| | | | | It's ridiculous but I really am looking at all three. | ||
* | Re-sort STANDARDS section | June McEnroe | 2020-02-16 |
| | | | | Just do it by dumb alphabetic to make it easier to maintain. | ||
* | Enable multi-prefix | June McEnroe | 2020-02-15 |
| | |||
* | Add /ns and /cs | June McEnroe | 2020-02-15 |
| | |||
* | Document exit status | June McEnroe | 2020-02-15 |
| | |||
* | Add /kick | June McEnroe | 2020-02-14 |
| | |||
* | Add /invite | June McEnroe | 2020-02-14 |
| | |||
* | Add /away | June McEnroe | 2020-02-14 |
| | |||
* | Document environment variables used | June McEnroe | 2020-02-13 |
| | |||
* | Add /exec | June McEnroe | 2020-02-13 |
| | |||
* | Refactor windows into array and add /move | June McEnroe | 2020-02-13 |
| | | | | Oof. | ||
* | Clean up manual lints | June McEnroe | 2020-02-13 |
| | | | | | | 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. | ||
* | Add -g for generating certificates | June McEnroe | 2020-02-13 |
| | | | | Copied from pounce. | ||
* | Add -N flag for notifications | June McEnroe | 2020-02-12 |
| | |||
* | Implement source address selection | multiplexd | 2020-02-13 |
| | | | | | | 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. | ||
* | Add /list | June McEnroe | 2020-02-12 |
| | |||
* | Add C-t transpose | June McEnroe | 2020-02-12 |
| | | | | Also in emacs, weechat. | ||
* | Add C-v and M-v | June McEnroe | 2020-02-12 |
| | | | | | I figure there should be some way to scroll without keypad, and apparently this is what emacs offers... | ||
* | Allow for arguments to open/copy utilities | June McEnroe | 2020-02-12 |
| | |||
* | Add -R restricted flag | June McEnroe | 2020-02-11 |
| | |||
* | Add C-o as alias of M-/ | June McEnroe | 2020-02-10 |
| | | | | M-/ is from weechat. C-o is like in vim. | ||
* | Add -s to save and load buffers | June McEnroe | 2020-02-10 |
| | |||
* | Add -H | June McEnroe | 2020-02-10 |
| | |||
* | Add M-l | June McEnroe | 2020-02-09 |
| | |||
* | Add /whois | June McEnroe | 2020-02-09 |
| | |||
* | Add /msg | June McEnroe | 2020-02-09 |
| | | | | Services tend to tell you to use /msg so it definitely needs to exist. |