]> jfr.im git - irc/freenode/solanum.git/history - wsockd
m_whois: refactor channel list to use multiline
[irc/freenode/solanum.git] / wsockd /
2020-10-15  Ed KellettInnovation by sed
2017-07-29  Simon Arlottwsockd: avoid clang static analysis warning
2017-07-29  Simon Arlottwsockd: Initialise ws_frame_hdr_t before using it
2016-06-01  Aaron JonesFix regression introduced by commit 2f361bfc
2016-06-01  Aaron JonesFix regression introduced by commit 1863a0f8
2016-06-01  Aaron Joneswsockd: various fixes
2016-06-01  Aaron Joneswsockd: various fixes
2016-05-12  Simon Arlottwsockd: include stdinc.h so that sys/types.h is include...
2016-04-23  staticfoxauthd: Avoid negative array indices
2016-04-05  Elizabeth MyersUse rb_* versions of nonportable string functions
2016-04-03  William Pitcockwsockd: use text frames
2016-04-03  William Pitcockwsockd: set FIN attribute on all frames, we don't fragment
2016-04-03  William Pitcockwsockd: implement plain linebuf draining, finishing...
2016-04-03  William Pitcockwsockd: implement reading of small and large frames...
2016-04-03  William Pitcockwsockd: try to flush ircd-side recvq when we call close...
2016-04-03  William Pitcockwsockd: write short frames and long frames using their...
2016-04-03  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-04-03  William Pitcockwsockd: more progress on output
2016-04-02  William Pitcockwsockd: provide websocket wire protocol structs
2016-04-02  William Pitcockwsockd: further win32 fixes
2016-04-02  William Pitcockwsockd: add win32 strcasestr()
2016-04-02  William Pitcockwsockd: more support infrastructure for websockets
2016-04-02  William Pitcockwsockd: implement websocket handshake part
2016-04-02  William Pitcockwsockd: various updates
2016-03-27  Elizabeth MyersMerge branch 'authd-framework' of github.com:charybdis...
2016-03-26  Elizabeth MyersMerge branch 'authd-framework-2' into authd-framework
2016-03-26  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-26  William Pitcockwsockd: add some stub i/o code
2016-03-26  William Pitcockwsockd: conn_t.stream is not needed
2016-03-26  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-26  William Pitcockwsockd: add skeleton for future websockets helper ...