Age | Commit message (Expand) | Author |
2020-02-13 | Explicitly close the TLS connection | C. McEnroe |
2020-02-12 | Add -N flag for notifications | C. McEnroe |
2020-02-13 | Implement source address selection | multiplexd |
2020-02-12 | Add /list | C. McEnroe |
2020-02-12 | Add C-t transpose | C. McEnroe |
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 |
2020-02-10 | Add -s to save and load buffers | C. McEnroe |
2020-02-10 | Eliminate array in hash | C. McEnroe |
2020-02-10 | Add -H | C. McEnroe |
2020-02-10 | Hash to colors in the range 2-75 | C. McEnroe |
2020-02-09 | Add /whois | C. McEnroe |
2020-02-09 | Add C-y | C. McEnroe |
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 |
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 |
2020-02-08 | Handle KICK | C. McEnroe |
2020-02-08 | Handle NICK | C. McEnroe |
2020-02-07 | Clear completion for ID on self-part | C. McEnroe |
2020-02-07 | Update completion on join, part, privmsg | C. McEnroe |
2020-02-07 | Populate completion with commands | C. McEnroe |
2020-02-07 | Add some real line editing operations | C. McEnroe |
2020-02-06 | Set id color to Default on allocation | C. McEnroe |
2020-02-06 | Search for cert and priv in config dirs | C. McEnroe |
2020-02-05 | Use getopt_config to load options | C. McEnroe |
2020-02-05 | Add /window | C. McEnroe |
2020-02-05 | Add /quit | C. McEnroe |
2020-02-05 | Change prompt depending on command | C. McEnroe |
2020-02-05 | Save own username for message echoing | C. McEnroe |
2020-02-05 | Add extremely basic editing and message sending | C. McEnroe |
2020-02-04 | Split showing style codes and word wrapping | C. McEnroe |
2020-02-04 | Add beginnings of input handling | C. McEnroe |