]> jfr.im git - solanum.git/history - include/msgbuf.h
Merge pull request #335 from edk0/post-registration-delay
[solanum.git] / include / msgbuf.h
2017-08-06  Simon Arlottircd: send tags on every message
2017-07-29  Simon Arlottmsgbuf: correctly split buffers into IRCv3 tags and...
2017-07-27  Simon Arlottmsgbuf: remove unused field parselen
2017-07-26  Simon Arlottmsgbuf: s_assert is not a substitute for proper code
2016-02-20  William Pitcockmsgbuf: allow for an explicit target to be defined
2016-02-20  William Pitcockmsgbuf: make msgbuf_unparse_prefix() public
2016-02-20  William Pitcockmsgbuf: add some message building code
2016-02-13  William Pitcockmsgbuf: msgbuf_append_tag(): add support for attaching...
2016-02-12  William Pitcockmsgbuf: pull in s_assert
2016-02-12  William Pitcockmsgbuf: fix AFP() macro
2016-02-12  William Pitcockmsgbuf: attach capabilities mask to each tag for sending
2016-02-10  William Pitcockmsgbuf: improve parse logic
2016-02-10  William Pitcockmsgbuf: implement msgbuf_parse()
2016-02-10  William Pitcockmsgbuf: add lowlevel interface for building MsgBuf...
2016-02-10  William Pitcockinclude: add msgbuf.h for future msgbuf api