]> jfr.im git - solanum.git/history - include/msgbuf.h
Keep propagated bans in a dictionary, not a list
[solanum.git] / include / msgbuf.h
2021-06-01  Ariadne ConillMailmap and copyright update for Ariadne
2020-10-15  Ed KellettInnovation by sed
2020-07-09  Simon ArlottMerge remote-tracking branch 'ophion/upstream/dnsbl...
2020-07-07  Aaron JonesMerge pull request #345 from edk0/alias
2020-07-05  Ed Kellettm_alias: Preserve protocol framing characters
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