Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-02-08 | Add /topic | C. McEnroe | |
2020-02-08 | Add /names | C. McEnroe | |
2020-02-08 | Add /debug | C. McEnroe | |
2020-02-08 | Add /close | C. McEnroe | |
2020-02-08 | Add /query | C. McEnroe | |
2020-02-08 | Add /part | C. McEnroe | |
2020-02-08 | Add /nick | C. McEnroe | |
2020-02-07 | Use complete to abbreviate commands | C. McEnroe | |
2020-02-07 | Add key bindings for IRC formatting | C. McEnroe | |
2020-02-07 | Document key bindings in manual | C. McEnroe | |
2020-02-06 | Flesh out trailing manual sections | C. McEnroe | |
2020-02-06 | Add /join command | C. McEnroe | |
2020-02-05 | Use getopt_config to load options | C. McEnroe | |
I'm really getting a lot of use out of this config.c huh. | |||
2020-02-05 | Add /window name variant | C. McEnroe | |