summary refs log tree commit diff
path: root/chat.c
AgeCommit message (Expand)Author
2020-02-10Add -HC. McEnroe
2020-02-09Add /helpC. McEnroe
2020-02-08Add /copyC. McEnroe
2020-02-08Allow overriding the /open utilityC. McEnroe
2020-02-08Set FDs CLOEXECC. McEnroe
2020-02-08Add procPipe for subprocessesC. McEnroe
2020-02-08Handle SIGCHLDC. McEnroe
2020-02-08Check signals after file descriptorsC. McEnroe
2020-02-07Populate completion with commandsC. McEnroe
2020-02-06Search for cert and priv in config dirsC. McEnroe
2020-02-05Handle errors from getoptC. McEnroe
2020-02-05Use getopt_config to load optionsC. McEnroe
2020-02-05Add /quitC. McEnroe
2020-02-05Fix SIGWINCH handlingC. McEnroe
2020-02-05Reflow text on window resizeC. McEnroe
2020-02-04Split showing style codes and word wrappingC. McEnroe
2020-02-04Only check revents if nfds > 0C. McEnroe
2020-02-04Handle signals in poll loopC. McEnroe
2020-02-04Add beginnings of input handlingC. McEnroe
2020-02-02Save NETWORK, CHANTYPES, PREFIX from ISUPPORTC. McEnroe
2020-02-02Add idColorsC. McEnroe
2020-02-02Implement window switching and status lineC. McEnroe
2020-02-01Implement word wrapC. McEnroe
2020-02-01Parse IRC styling in UIC. McEnroe
2020-02-01Implement the beginnings of UIC. McEnroe
2020-02-01Add IDs and namesC. McEnroe
2020-02-01Add -v flagC. McEnroe
2020-02-01Blindly implement login flowC. McEnroe