Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-22 | Track own host, handle CHGHOST | 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 | Various small cleanups | C. McEnroe | |
Haven't really gone through ui.c yet. | |||
2020-02-16 | Replace a lot of snprintf with a catf implementation | C. McEnroe | |
2020-02-16 | Track EXCEPTS and INVEX modes | C. McEnroe | |
2020-02-15 | Replace small integers in size_t with uint | C. McEnroe | |
2020-02-15 | Track PREFIX modes and CHANMODES | C. McEnroe | |
2020-02-15 | Enable multi-prefix | C. McEnroe | |
2020-02-15 | Separate network info from self | C. McEnroe | |
2020-02-14 | Add /invite | C. McEnroe | |
2020-02-14 | Add /away | C. McEnroe | |
2020-02-13 | Add /exec | C. McEnroe | |
2020-02-13 | Rename procPipe to utilPipe | C. McEnroe | |
2020-02-13 | Refactor windows into array and add /move | C. McEnroe | |
Oof. | |||
2020-02-13 | Explicitly close the TLS connection | C. McEnroe | |
Just to be nice. | |||
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 | Allow for arguments to open/copy utilities | C. McEnroe | |
2020-02-11 | Add -R restricted flag | C. McEnroe | |
2020-02-11 | Define ColorCap instead of hardcoding 100 | C. McEnroe | |
2020-02-11 | Move hash to top of chat.h | C. McEnroe | |
2020-02-11 | Move base64 out of chat.h | C. McEnroe | |
2020-02-11 | Move XDG_SUBDIR out of chat.h | C. McEnroe | |
2020-02-11 | Declare strlcat | C. McEnroe | |
2020-02-10 | Only automatically switch to expected joins | C. McEnroe | |
2020-02-10 | Factor out XDG base directory code | C. McEnroe | |
And add warnings to configOpen, since that's the only way to be accurate if a weird error occurs. | |||
2020-02-10 | Add -s to save and load buffers | C. McEnroe | |
2020-02-10 | Eliminate array in hash | C. McEnroe | |
I expected to have to remove some arbitrary colors, but it seems like just the range 2-75 works fine. | |||
2020-02-10 | Add -H | C. McEnroe | |
2020-02-10 | Hash to colors in the range 2-75 | C. McEnroe | |
Colors 76-87 seem too light, some almost appearing white. Colors 88-98 are shades of gray. | |||
2020-02-09 | Add /whois | C. McEnroe | |
2020-02-09 | Add C-y | C. McEnroe | |
This is weechat's binding for it. | |||
2020-02-09 | Add C-w and M-d | C. McEnroe | |
2020-02-09 | Rename kill ops | 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-d | C. McEnroe | |
2020-02-09 | Simplify edit buffer conversion and input rendering | 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 procPipe for subprocesses | C. McEnroe | |
2020-02-08 | Only show expected topic/names replies | C. McEnroe | |
2020-02-08 | Add /close | C. McEnroe | |
2020-02-08 | Handle ID overflow | C. McEnroe | |
idk just shove it all in <network>. |