Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-02-10 | Add C-o as alias of M-/ | C. McEnroe | |
M-/ is from weechat. C-o is like in vim. | |||
2020-02-10 | Add -s to save and load buffers | C. McEnroe | |
2020-02-10 | Add -H | C. McEnroe | |
2020-02-09 | Add M-l | C. McEnroe | |
2020-02-09 | Add /whois | C. McEnroe | |
2020-02-09 | Add /msg | C. McEnroe | |
Services tend to tell you to use /msg so it definitely needs to exist. | |||
2020-02-09 | Add /help | C. McEnroe | |
Now with automatic search! Also had to fix the SIGCHLD handling... | |||
2020-02-09 | Add M-u | C. McEnroe | |
2020-02-09 | Add M-/ | C. McEnroe | |
2020-02-09 | Add M-a | C. McEnroe | |
2020-02-09 | Add C-n and C-p | C. McEnroe | |
2020-02-09 | Add C-y | C. McEnroe | |
This is weechat's binding for it. | |||
2020-02-09 | Add general key bindings paragraph to manual | C. McEnroe | |
2020-02-09 | Add C-w and M-d | C. McEnroe | |
2020-02-09 | Add M-b and M-f | C. McEnroe | |
2020-02-09 | Add C-k | C. McEnroe | |
Also rename all the edit ops to something consistent. | |||
2020-02-09 | Add C-b and C-f | C. McEnroe | |
2020-02-09 | Show realname on JOIN if it is different from nick | C. McEnroe | |
2020-02-08 | Add /copy | C. McEnroe | |
2020-02-08 | Allow overriding the /open utility | C. McEnroe | |
2020-02-08 | Scan messages for URLs | C. McEnroe | |