summary refs log tree commit diff
path: root/chat.c
AgeCommit message (Expand)Author
2018-08-03Handle KICK and NICKCurtis McEnroe
2018-08-03Continue on EINTR from pollCurtis McEnroe
2018-08-03Handle ACTIONsCurtis McEnroe
2018-08-03Use more octal char literalsCurtis McEnroe
2018-08-03Send a WHO in response to NAMES to get usernamesCurtis McEnroe
2018-08-03Colorize nicks and channelsCurtis McEnroe
2018-08-03Add support for mIRC colorsCurtis McEnroe
2018-08-03Handle bold, italic, underlineCurtis McEnroe
2018-08-03Add prift function for "prefix shift"Curtis McEnroe
2018-08-02Use libtls "compat" ciphersCurtis McEnroe
2018-08-02Add UI and handle some kinds of server messagesCurtis McEnroe
2018-08-02Start IRC clientCurtis McEnroe