| Commit message (Expand) | Author | Age | |
|---|---|---|---|
| * | Add /ban, /unban and handle ban list replies | June McEnroe | 2020-02-19 |
| * | Various small cleanups | June McEnroe | 2020-02-16 |
| * | Replace a lot of snprintf with a catf implementation | June McEnroe | 2020-02-16 |
| * | Track EXCEPTS and INVEX modes | June McEnroe | 2020-02-16 |
| * | Replace small integers in size_t with uint | June McEnroe | 2020-02-15 |
| * | Track PREFIX modes and CHANMODES | June McEnroe | 2020-02-15 |
| * | Enable multi-prefix | June McEnroe | 2020-02-15 |
| * | Separate network info from self | June McEnroe | 2020-02-15 |
| * | Add /invite | June McEnroe | 2020-02-14 |
| * | Add /away | June McEnroe | 2020-02-14 |
| * | Add /exec | June McEnroe | 2020-02-13 |
| * | Rename procPipe to utilPipe | June McEnroe | 2020-02-13 |
| * | Refactor windows into array and add /move | June McEnroe | 2020-02-13 |
| * | Explicitly close the TLS connection | June McEnroe | 2020-02-13 |
| * | Add -N flag for notifications | June McEnroe | 2020-02-12 |
| * | Implement source address selection | multiplexd | 2020-02-13 |
| * | Add /list | June McEnroe | 2020-02-12 |
| * | Add C-t transpose | June McEnroe | 2020-02-12 |
| * | Allow for arguments to open/copy utilities | June McEnroe | 2020-02-12 |
| * | Add -R restricted flag | June McEnroe | 2020-02-11 |
| * | Define ColorCap instead of hardcoding 100 | June McEnroe | 2020-02-11 |
| * | Move hash to top of chat.h | June McEnroe | 2020-02-11 |
| * | Move base64 out of chat.h | June McEnroe | 2020-02-11 |
| * | Move XDG_SUBDIR out of chat.h | June McEnroe | 2020-02-11 |
| * | Declare strlcat | June McEnroe | 2020-02-11 |
| * | Only automatically switch to expected joins | June McEnroe | 2020-02-10 |
| * | Factor out XDG base directory code | June McEnroe | 2020-02-10 |
| * | Add -s to save and load buffers | June McEnroe | 2020-02-10 |
| * | Eliminate array in hash | June McEnroe | 2020-02-10 |
| * | Add -H | June McEnroe | 2020-02-10 |
| * | Hash to colors in the range 2-75 | June McEnroe | 2020-02-10 |
| * | Add /whois | June McEnroe | 2020-02-09 |
| * | Add C-y | June McEnroe | 2020-02-09 |
| * | Add C-w and M-d | June McEnroe | 2020-02-09 |
| * | Rename kill ops | June McEnroe | 2020-02-09 |
| * | Add M-b and M-f | June McEnroe | 2020-02-09 |
| * | Add C-k | June McEnroe | 2020-02-09 |
| * | Add C-d | June McEnroe | 2020-02-09 |
| * | Simplify edit buffer conversion and input rendering | 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 procPipe for subprocesses | June McEnroe | 2020-02-08 |
| * | Only show expected topic/names replies | June McEnroe | 2020-02-08 |
| * | Add /close | June McEnroe | 2020-02-08 |
| * | Handle ID overflow | June McEnroe | 2020-02-08 |
| * | Handle KICK | June McEnroe | 2020-02-08 |
| * | Handle NICK | June McEnroe | 2020-02-08 |
| * | Clear completion for ID on self-part | June McEnroe | 2020-02-07 |