summary refs log tree commit diff
path: root/chat.h
AgeCommit message (Expand)Author
2021-01-01Split ignore fields to avoid over-eager * matchingC. McEnroe
2020-12-30Factor out reply count checking and decrementingC. McEnroe
2020-12-30Add /whowasC. McEnroe
2020-12-30Show setnames like nick changesC. McEnroe
2020-12-29Add /setname commandC. McEnroe
2020-10-12Avoid eating C-c while connectingC. McEnroe
2020-10-09Factor out styleStripC. McEnroe
2020-10-02Double up /help for server helpC. McEnroe
2020-09-30Use WHO for /opsC. McEnroe
2020-09-30Add /ops commandC. McEnroe
2020-09-02Recalculate unreadHard on reflowC. McEnroe
2020-09-02Hide ignored messages at the soft -> hard buffer layerC. McEnroe
2020-09-02Actually insert blank lines in the soft bufferC. McEnroe
2020-09-02Render one main window from buffersC. McEnroe
2020-09-01Implement buffer line wrappingC. McEnroe
2020-09-01Factor buffer out of uiC. McEnroe
2020-09-01Move styleParse out of uiC. McEnroe
2020-08-21Use a static buffer for base directory pathsC. McEnroe
2020-08-20Use configPath to load TLS cert/privC. McEnroe
2020-08-20Refactor base dir functions to iterate over pathsC. McEnroe
2020-08-04Say "OpenSSL" in additional permission noticesC. McEnroe
2020-07-30Replace catf with something that tracks lenC. McEnroe
2020-07-30Define explicit_bzero using memset_s on macOSC. McEnroe
2020-07-30Remove use of strlcatC. McEnroe
2020-06-24Bump ParamCap to 254C. McEnroe
2020-06-08Add additional permission for linking with LibreSSLC. McEnroe
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