Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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. | |||
* | Add /help | June McEnroe | 2020-02-09 | |
| | | | | Now with automatic search! Also had to fix the SIGCHLD handling... | |||
* | Add M-u | June McEnroe | 2020-02-09 | |
| | ||||
* | Add M-/ | June McEnroe | 2020-02-09 | |
| | ||||
* | Add M-a | June McEnroe | 2020-02-09 | |
| | ||||
* | Add C-n and C-p | June McEnroe | 2020-02-09 | |
| | ||||
* | Add C-y | June McEnroe | 2020-02-09 | |
| | | | | This is weechat's binding for it. | |||
* | Add general key bindings paragraph to manual | June McEnroe | 2020-02-09 | |
| | ||||
* | Add C-w and M-d | June McEnroe | 2020-02-09 | |
| | ||||
* | Add M-b and M-f | June McEnroe | 2020-02-09 | |
| | ||||
* | Add C-k | June McEnroe | 2020-02-09 | |
| | | | | Also rename all the edit ops to something consistent. | |||
* | Add C-b and C-f | June McEnroe | 2020-02-09 | |
| | ||||
* | Show realname on JOIN if it is different from nick | June McEnroe | 2020-02-09 | |
| | ||||
* | Add /copy | June McEnroe | 2020-02-08 | |
| | ||||
* | Allow overriding the /open utility | June McEnroe | 2020-02-08 | |
| | ||||
* | Scan messages for URLs | June McEnroe | 2020-02-08 | |
| | ||||
* | Add /topic | June McEnroe | 2020-02-08 | |
| | ||||
* | Add /names | June McEnroe | 2020-02-08 | |
| | ||||
* | Add /debug | June McEnroe | 2020-02-08 | |
| | ||||
* | Add /close | June McEnroe | 2020-02-08 | |
| | ||||
* | Add /query | June McEnroe | 2020-02-08 | |
| | ||||
* | Add /part | June McEnroe | 2020-02-08 | |
| | ||||
* | Add /nick | June McEnroe | 2020-02-08 | |
| | ||||
* | Use complete to abbreviate commands | June McEnroe | 2020-02-07 | |
| | ||||
* | Add key bindings for IRC formatting | June McEnroe | 2020-02-07 | |
| | ||||
* | Document key bindings in manual | June McEnroe | 2020-02-07 | |
| |