]> jfr.im git - solanum.git/history - ircd
ircd: fix a really retarded GCC warning by being anal retentively "standards compliant"
[solanum.git] / ircd /
2016-03-18  Elizabeth Myersircd: fix a really retarded GCC warning by being anal...
2016-03-18  Elizabeth Myersmodules: fix stupid GCC false positive warning.
2016-03-18  William Pitcockparse: ensure that aliases have a sufficient number...
2016-03-15  Elizabeth Myersdns: remove unneeded defines
2016-03-15  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-03-14  Simon Arlottircd: Don't refer to the IP address as a "netmask"...
2016-03-13  Elizabeth Myersdns: use a dictionary for query storage
2016-03-13  Elizabeth Myersmodules: can .la suffix.
2016-03-10  Elizabeth Myersauthd: crap, C was taken already, rename reload to H.
2016-03-09  Elizabeth Myersrehash: don't restart authd for DNS reloads
2016-03-09  Elizabeth MyersMore bool conversions
2016-03-09  Elizabeth MyersMore bool conversions [ci skip]
2016-03-09  Elizabeth MyersMore bool conversions [ci skip]
2016-03-09  Elizabeth MyersMore bool conversions
2016-03-09  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-03-09  Elizabeth MyersMessage handlers should return void.
2016-03-08  William Pitcockircd: further cleanup of YES/NO
2016-03-08  William Pitcockircd: fix up some iwarn() calls which referred to L_MAIN
2016-03-08  William Pitcockmodules: using labs() for date math is unsafe
2016-03-08  William Pitcocks_conf: remove YES/NO references
2016-03-08  Elizabeth Myerss_user: clean up return types and can YES/NO.
2016-03-08  Elizabeth MyersDetect stdbool.h and add conformant shims if it isn...
2016-03-08  Elizabeth Myersdns: prune worthless function.
2016-03-08  Elizabeth Myersdns: clean up awful hacks.
2016-03-08  Elizabeth Myersauthd: allow querying the list of DNS servers.
2016-03-08  Elizabeth Myersblacklist: clean up some of my old code
2016-03-08  Elizabeth MyersConvert 2.8 style ToUpper/ToLower names to irctoupper...
2016-03-08  Elizabeth MyersAdd ircd serials to AV2.
2016-03-07  Elizabeth MyersFix generation of serno.h
2016-03-07  Elizabeth MyersChange some RATBOX_FOO defines to CHARYBDIS_FOO.
2016-03-07  Elizabeth Myersmodules: show module provenance in modlist
2016-03-07  Elizabeth Myersmodules: tag origin at load time.
2016-03-06  Elizabeth Myersmodules: add origin field to V2
2016-03-06  Elizabeth Myersmodules: show descriptions in list
2016-03-06  Elizabeth Myersmodules: add description field
2016-03-06  Elizabeth Myersmodules: wow, that was a dumb error.
2016-03-06  Elizabeth Myersmodules: add new MAPI V2
2016-03-06  Elizabeth MyersMove irc_* data structures to librb.
2016-03-06  Elizabeth MyersChange all leftover libratbox stuff to librb.
2016-03-06  Elizabeth MyersRemove $Id tags from everything.
2016-03-06  William Pitcockircd: -lrb, not -lratbox
2016-03-06  William Pitcockrename libratbox to librb, since its pretty modified...
2016-03-06  William PitcockMerge pull request #154 from Elizafox/master
2016-03-06  Elizabeth MyersRemove old .indent.pro files
2016-03-05  William Pitcockremove presupplied autotools files
2016-03-05  William PitcockMerge pull request #153 from Elizafox/master
2016-03-05  Elizabeth Myersparse: export cmd_dict for use elsewhere.
2016-03-05  Elizabeth Myersparse: get rid of report_messages
2016-03-03  Simon Arlottssld: provide version in stats S output
2016-03-02  William Pitcockclient: handle UID rollover. ircd-ratbox r28917
2016-03-02  William Pitcockircd: simplify connid table handling
2016-03-02  William Pitcocksslproc: compile fix
2016-03-02  William Pitcocksslproc: properly use zconnid's for ziplinks
2016-03-02  William Pitcockclient: always purge a client from the connid table...
2016-03-01  William PitcockMerge pull request #152 from lp0/ssld_foreach_info...
2016-03-01  Simon Arlottircd: add missing sslproc function ssld_foreach_info()
2016-02-29  William Pitcockcapability: set ownerdata to NULL when orphaning
2016-02-28  William Pitcocksasl: transfer ownership of 'sasl' capability to m_sasl...
2016-02-27  William Pitcocksend: allow passing NULL origin to build_msgbuf_from...
2016-02-27  William Pitcocksend: implement echo-message
2016-02-27  William Pitcockstarttls: take ownership of 'tls' capability
2016-02-27  William Pitcockcap: substantial rewrite leveraging the ircd capabiliti...
2016-02-27  William Pitcockcapability: move some previously private structures...
2016-02-27  William Pitcockircd: chase capability API changes
2016-02-27  William Pitcockcapability: allow attaching capability-owner data to...
2016-02-21  William Pitcockmsgbuf: msgbuf_unparse_tags(): don't send a tags sigil...
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 Pitcockmsgbuf: allow for an explicit target to be defined
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 Pitcockmsgbuf: make msgbuf_unparse_prefix() public
2016-02-20  William Pitcockircd: remove broken USE_IODEBUG_HOOKS knob and related...
2016-02-20  William Pitcockmsgbuf: implement msgbuf_vunparse_fmt() and friends
2016-02-20  William Pitcockmsgbuf: handle me.name properly
2016-02-20  William Pitcockmsgbuf: add some message building code
2016-02-19  William Pitcocknewconf: move SSL/TLS deprecation message from ERROR...
2016-02-19  William Pitcockmsg: remove last vestiges of the fakelag system. chary...
2016-02-16  William PitcockMerge pull request #149 from anarcat/reproducible
2016-02-16  Antoine Beauprémake build reproducible
2016-02-13  William Pitcockmsgbuf: msgbuf_append_tag(): add support for attaching...
2016-02-11  William Pitcockmsgbuf: do a better job of handling gotchas with parsin...
2016-02-11  William Pitcockircd: change MessageHandler to include a MsgBuf pointer...
2016-02-11  Simon Arlottircd: support restarting ssld processes
2016-02-11  William PitcockMerge pull request #144 from lp0/handle-which_ssld_fail...
2016-02-10  Simon Arlottircd: Handle which_ssld failure
2016-02-10  Simon Arlottircd: add missing rb_free in start_zlib_session
2016-02-10  William Pitcockparse: further cleanups
2016-02-10  William Pitcockparse: fix aliases
2016-02-10  William Pitcockmsgbuf: improve parse logic
2016-02-10  William Pitcockparse: utilise MsgBuf to simplify message parsing
2016-02-10  William Pitcockmsgbuf: implement msgbuf_parse()
2016-02-10  William PitcockRemove unused .depend files.
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-02-09  William Pitcockircd: various memory leak fixes from pull requests
2016-02-09  Simon Arlottircd: chmode: Avoid referencing beyond the end of the...
next