summary refs log tree commit diff
path: root/local.c (unfollow)
Commit message (Expand)Author
2020-07-08Add link to "IRC Suite" post in READMEJune McEnroe
2020-07-06Add -R blind-req optionJune McEnroe
2020-06-12Grant CAP_SETSOCKOPT in dispatch 1.3p1June McEnroe
2020-06-08Add additional permission for linking with LibreSSLJune McEnroe
2020-05-19Revert compression of man pages for installation 1.3June McEnroe
2020-05-19Clarify or otherwise expand documentationJune McEnroe
2020-05-19Rewrite build and install to be more amenable to packagingJune McEnroe
2020-05-18Add RUNDIR make variableJune McEnroe
2020-05-18Template rc scripts with %%PREFIX%%June McEnroe
2020-05-18Update email addressesJune McEnroe
2020-05-18Don't bother setting SO_NOSIGPIPEJune McEnroe
2020-05-18Enable TCP keepalive with half-hour idleJune McEnroe
2020-05-11Add server send queueing with time intervalJune McEnroe
2020-05-11Pass -1 as backlog to listen(2)June McEnroe
2020-05-11Check signals after handling ready socketsJune McEnroe
2020-04-20Use . as ${LDLIBS.$@} separatorJune McEnroe
2020-04-02Use for loop for getopt in calico 1.2p1June McEnroe
2020-04-02Generate short option string from long optionsJune McEnroe
2020-04-02Do not crash on error from acceptJune McEnroe
2020-04-02Do not crash on error from accept in calicoJune McEnroe
2020-03-08Send ERR_NOMOTD during syncJune McEnroe
2020-03-03Use one line for each CFLAGS addition 1.2June McEnroe
2020-03-02Clean up configure script a bitJune McEnroe
2020-03-01Replace .mk files with configure scriptJune McEnroe
2020-02-27Advertise STS policyJune McEnroe
2020-02-27Document the causal.agency/consumer vendor capabilityJune McEnroe
2020-02-27Set consumer pos with CAP REQ causal.agency/consumer=nJune McEnroe
2020-02-27Rename causal.agency/consumer tag causal.agency/posJune McEnroe
2020-02-27Add 1 to consumer ID tagsJune McEnroe
2020-02-27Add causal.agency/consumer capabilityJune McEnroe
2020-02-27Re-sort STANDARDS sectionJune McEnroe
2020-02-27Send CAP LS 302 to the serverJune McEnroe
2020-02-27Properly treat CAP LS version as a numberJune McEnroe
2020-02-27Support CAP LS 302 from clientsJune McEnroe
2020-02-27Support cap-notifyJune McEnroe
2020-02-26Support setnameJune McEnroe
2020-02-26Support labeled-responseJune McEnroe
2020-02-26Support batchJune McEnroe
2020-02-26Support account-tagJune McEnroe
2020-02-26Clean up intercept tag skipJune McEnroe
2020-02-26Also skip the origin in wordcmpJune McEnroe
2020-02-26Use %n for tags when formatting intercepted PRIVMSG/NOTICEJune McEnroe
2020-02-26Tweak buffer sizesJune McEnroe
2020-02-25Add time tag to lines missing itJune McEnroe
2020-02-25Support message-tagsJune McEnroe
2020-02-25Respond to tagged PINGs correctlyJune McEnroe
2020-02-25Request server-time from the server and filter tags for clientsJune McEnroe
2020-02-25Bump buffer sizes to allow for tagsJune McEnroe
2020-02-18Remove bad assertJune McEnroe
2020-02-18Implement source address selectionmultiplexd
of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe