summary refs log tree commit diff
path: root/chat.h
AgeCommit message (Expand)Author
2020-05-07Mark global variables in chat.h as externMichael Forney
2020-04-07Check ignores against idC. McEnroe
2020-04-07Add M-q to collapse whitespaceC. McEnroe
2020-03-31Add /ignore message filtering patternsC. McEnroe
2020-03-30Add text macrosC. McEnroe
2020-03-25Add logging functionsC. McEnroe
2020-03-23Track MODE in repliesC. McEnroe
2020-03-23Assume worst case for unknown user and host in splitMessageC. McEnroe
2020-03-22Track own host, handle CHGHOSTC. McEnroe
2020-02-29Implement the causal.agency/consumer capabilityC. McEnroe
2020-02-25Add /mode, /except, /invex and handle lists repliesC. McEnroe
2020-02-19Add /ban, /unban and handle ban list repliesC. McEnroe
2020-02-16Various small cleanupsC. McEnroe
2020-02-16Replace a lot of snprintf with a catf implementationC. McEnroe
2020-02-16Track EXCEPTS and INVEX modesC. McEnroe
2020-02-15Replace small integers in size_t with uintC. McEnroe
2020-02-15Track PREFIX modes and CHANMODESC. McEnroe
2020-02-15Enable multi-prefixC. McEnroe
2020-02-15Separate network info from selfC. McEnroe
2020-02-14Add /inviteC. McEnroe
2020-02-14Add /awayC. McEnroe
2020-02-13Add /execC. McEnroe
2020-02-13Rename procPipe to utilPipeC. McEnroe
2020-02-13Refactor windows into array and add /moveC. McEnroe
2020-02-13Explicitly close the TLS connectionC. McEnroe
2020-02-12Add -N flag for notificationsC. McEnroe
2020-02-13Implement source address selectionmultiplexd
2020-02-12Add /listC. McEnroe
2020-02-12Add C-t transposeC. McEnroe
2020-02-12Allow for arguments to open/copy utilitiesC. McEnroe
2020-02-11Add -R restricted flagC. McEnroe
2020-02-11Define ColorCap instead of hardcoding 100C. McEnroe
2020-02-11Move hash to top of chat.hC. McEnroe
2020-02-11Move base64 out of chat.hC. McEnroe
2020-02-11Move XDG_SUBDIR out of chat.hC. McEnroe
2020-02-11Declare strlcatC. McEnroe
2020-02-10Only automatically switch to expected joinsC. McEnroe
2020-02-10Factor out XDG base directory codeC. McEnroe
2020-02-10Add -s to save and load buffersC. McEnroe
2020-02-10Eliminate array in hashC. McEnroe
2020-02-10Add -HC. McEnroe
2020-02-10Hash to colors in the range 2-75C. McEnroe
2020-02-09Add /whoisC. McEnroe
2020-02-09Add C-yC. McEnroe
2020-02-09Add C-w and M-dC. McEnroe
2020-02-09Rename kill opsC. McEnroe
2020-02-09Add M-b and M-fC. McEnroe
2020-02-09Add C-kC. McEnroe
2020-02-09Add C-dC. McEnroe
2020-02-09Simplify edit buffer conversion and input renderingC. McEnroe