]> jfr.im git - solanum.git/history - ircd
providers/blacklist: change some checks to asserts.
[solanum.git] / ircd /
2016-03-26  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-26  William Pitcockircd: client: substantially rework the connid registry...
2016-03-25  Matt Ullmanextb_combi: More int to bool conversion
2016-03-25  William Pitcockircd: only relocate_paths on windows, no point on posix
2016-03-25  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-25  William Pitcockircd: implement path relocation
2016-03-25  William Pitcockircd: use ircd_paths for logFileName and pidFileName
2016-03-24  William Pitcockircd: unbreak build
2016-03-24  William Pitcockircd: start staging for relocatable paths
2016-03-24  Matt Ullmanchmode: Move check_forward() to a boolean
2016-03-24  Matt Ullmanchmode: Move add_id() to a boolean
2016-03-24  Matt Ullmanchmode: Move allow_mode_change() to a boolean
2016-03-24  Matt Ullmanversion.c.SH: Fix generation not incrementing
2016-03-24  Matt Ullmanchannel: Move flood_attack_channel() to a boolean
2016-03-24  Matt Ullmanchannel: Change check_channel_name() note to false
2016-03-24  Matt Ullmanchannel: Move check_channel_name() to a boolean
2016-03-24  Elizabeth MyersMerge pull request #178 from staticfox/bsdisms
2016-03-24  Matt UllmanCleanup more BSD-isms
2016-03-23  William PitcockMerge pull request #175 from staticfox/datatypes
2016-03-23  Matt UllmanMove away from BSD data types
2016-03-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  Elizabeth MyersRemove common.h from lexer and parser
2016-03-23  Elizabeth Myerscommon.h: raison d'être is gone, so out it goes.
2016-03-23  Elizabeth MyersEnsure the parser/lexer don't use IRCD_BUFSIZE.
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  Elizabeth MyersSend YES/NO to Davy Jones's Locker.
2016-03-23  Elizabeth MyersRemove more YES/NO usage.
2016-03-23  Elizabeth Myerstypedef-ify rb_radixtree for consistency.
2016-03-23  Elizabeth MyersChange struct Dictionary(*) to rb_dictionary(_\1).
2016-03-23  Elizabeth Myersircd: shut GCC the fuck up.
2016-03-23  Elizabeth MyersDICTIONARY_FOREACH → RB_DICTIONARY_FOREACH
2016-03-23  William PitcockMerge pull request #174 from staticfox/morecleanup
2016-03-23  Matt UllmanMore cleanup
2016-03-22  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-22  William PitcockMerge pull request #171 from staticfox/warnings
2016-03-22  Matt UllmanCleanup warnings
2016-03-22  William Pitcockircd: log runtime path (mainly as proof of concept...
2016-03-21  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-03-20  William PitcockMerge pull request #169 from staticfox/chghost_sync
2016-03-20  Matt Ullmans_user: Don't send CHGHOST clients op/voice syncs
2016-03-20  William Pitcockparse: check IsServer() before firing off a remove_unkn...
2016-03-20  William Pitcockircd: fix build on freebsd
2016-03-20  William Pitcockmodules: fix thinko
2016-03-20  William Pitcockircd: modules: findmodule_byname(): also check LT_MODUL...
2016-03-20  William Pitcockircd: modules: use LT_MODULE_EXT more consistently
2016-03-20  William Pitcockircd: parse: now this type cast for POINTER MATH is...
2016-03-20  William Pitcockircd: win32 does not need the FD 0,1,2 stuff
2016-03-20  William Pitcockircd: handle some EXIT_FAILURE cases differently on...
2016-03-20  William Pitcockircd: squelch write(2) warning differently
2016-03-20  William Pitcockmodules: warning cleanups
2016-03-20  William Pitcockircd: build: tell libtool what to DLL_EXPORT
2016-03-20  William Pitcockircd: _WIN32 checks on geteuid() too
2016-03-20  William Pitcockircd: ircd main: use librb functions for daemon management
2016-03-20  William Pitcockircd: listener: more ss_family grr
2016-03-20  William Pitcockircd: ircd_signal: win32 stubs
2016-03-20  William Pitcockircd: lexer: likewise
2016-03-20  William Pitcockircd: ircd_parser: we do not need to include netinet...
2016-03-20  William Pitcockircd: client: fix format string for free_user() debug...
2016-03-20  William Pitcockircd: use GET_SS_FAMILY() in a bunch of places
2016-03-20  William Pitcockircd: blacklist: use GET_SS_FAMILY()
2016-03-20  William Pitcockircd: rewrite SOCKET_ERROR as I_SOCKET_ERROR
2016-03-20  William Pitcockircd: remove basically entirely pointless ServerInfo...
2016-03-20  William Pitcockensure we do not distribute flex/bison files
2016-03-20  Elizabeth Myersconfig.h delenda est
2016-03-19  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-03-19  William Pitcockircd/sslproc: same for zlib_ok
2016-03-19  William Pitcockircd: do not shadow internal openssl symbol "ssl_ok...
2016-03-19  William Pitcocksslproc: return after calling free_ssl_daemon() when...
2016-03-19  William Pitcockircd: link libircd with -no-external
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.
next