]> jfr.im git - solanum.git/history - ircd/send.c
ircd/authproc.c: avoid crash on lack of any configured DNSBLs
[solanum.git] / ircd / send.c
2020-11-29  Doug Freedsend: fix infinite recursion in _send_linebuf
2020-11-13  Doug Freedsend: add sendto_one_multiline_* API
2020-11-08  jessmake more snotes L_NETWIDE
2020-08-06  Aaron JonesMerge pull request #355 from edk0/kline-cidr
2020-08-06  Aaron JonesMerge pull request #288 from edk0/umode-o-split
2020-08-04  Ed KellettSend hidden mode changes to auspex:cmodes
2020-07-09  Simon ArlottMerge remote-tracking branch 'ophion/upstream/dnsbl...
2020-07-07  Aaron JonesMerge pull request #345 from edk0/alias
2020-07-06  Aaron JonesMerge pull request #346 from edk0/opmod-as-statusmsg
2020-07-06  Janik KleinhoffMake 5614c9e6f0b (opmod as fake statusmsg) optional
2020-07-05  Mike Quinadd @ prefix to op-moderated (+z) messages to distingui...
2017-08-06  Simon Arlottircd: send tags on every message
2017-08-05  Simon Arlottircd: check caps for user in sendto_common_channels_local
2017-07-30  Simon Arlottlibrb: linebuf: reduce the number of "put" implementati...
2017-07-29  Simon Arlottlibrb: linebuf needs to use the buffer limit from msgbu...
2017-07-29  Simon Arlottircd: send: these buffers can be static
2017-07-29  Simon Arlottmsgbuf: correctly split buffers into IRCv3 tags and...
2017-07-29  Simon Arlottircd: send_to_channel_flags: avoid clang static analysi...
2017-07-29  Simon Arlottircd: sendto_one_notice: avoid clang static analysis...
2017-07-29  Simon Arlottircd: sendto_one_numeric: avoid clang static analysis...
2017-07-29  Simon Arlottircd: sendto_one_prefix: avoid clang static analysis...
2016-12-04  Simon Arlottfix privmsg/notice send functions to use variable argum...
2016-11-23  Simon Arlottecho-message should work for privmsg/notice to another...
2016-11-23  Simon Arlottecho-message should work for clients that aren't in...
2016-04-11  Mantas MikulėnasMerge pull request #183 from grawity/sasl-fail-throttle-v3
2016-04-11  Elizabeth Myerssend: trim a blank line [ci skip]
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-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  Elizabeth Myerscommon.h: raison d'être is gone, so out it goes.
2016-03-23  Elizabeth MyersIRCD_BUFSIZE is redundant with BUFSIZE, so kill it.
2016-03-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  William PitcockMerge pull request #174 from staticfox/morecleanup
2016-03-23  Matt UllmanMore cleanup
2016-03-06  Elizabeth MyersRemove $Id tags from everything.
2016-02-27  William Pitcocksend: allow passing NULL origin to build_msgbuf_from...
2016-02-27  William Pitcocksend: implement echo-message
2016-02-21  William Pitcocksend: we dont actually want tags in sendto_channel_loca...
2016-02-21  William Pitcocksend: obviously we can't just reuse a va_list, duh
2016-02-21  William Pitcocksend: implement tags support for sendto_channel_flags...
2016-02-21  William Pitcocksend: more sendto_anywhere() fixing
2016-02-20  William Pitcocksend: fix sendto_anywhere() missing a target param
2016-02-20  William Pitcocksend: implement partial support for outbound tags ...
2016-02-20  William Pitcocksend: implement linebuf_put_msgbuf() and msgbuf_build_f...
2016-02-20  William Pitcockircd: remove broken USE_IODEBUG_HOOKS knob and related...
2016-02-10  William PitcockMerge pull request #140 from viatsko/remove-snprintf
2016-02-10  Valerii IatskoRemove libratbox's snprintf.c, update related ircd...
2016-01-21  William PitcockRevert "ircd: rework sendq limits a bit."
2016-01-13  William Pitcockircd: import hidden channel modes framework, from ircd...
2016-01-10  William Pitcockircd: rework sendq limits a bit.
2016-01-06  William Pitcockrename src to ircd, libcore to libircd