]> jfr.im git - solanum.git/history - ircd/newconf.c
strcpy: mass-migrate to strlcpy where appropriate
[solanum.git] / ircd / newconf.c
2016-05-15  Aaron Jonesstrcpy: mass-migrate to strlcpy where appropriate
2016-05-14  William Pitcocknewconf: ensure wsock and defer_accept are default...
2016-04-29  Aaron JonesMention another RFC with regard to deprecating plaintext
2016-04-26  Simon Arlottcertfp: Move method name/prefix strings to a separate...
2016-04-25  Simon Arlottconf: require certificate fingerprint for SSL connections
2016-04-24  Simon Arlottircd: server connection configuration
2016-04-23  Simon Arlottssld: Add new certfp_methods spki_sha256 and spki_sha512
2016-04-12  Elizabeth MyersChange the way authd configures opm
2016-04-06  Elizabeth MyersRemove useless alias_entry hits member
2016-04-05  Elizabeth MyersUse rb_* versions of nonportable string functions
2016-04-03  Elizabeth Myersbool-ify modules stuff
2016-04-03  Elizabeth MyersUse rb_dlink_list_length... == 0, not !rb_dlink_list_length
2016-04-03  Elizabeth MyersSend enabling message to opm at the end of opm block.
2016-04-03  Elizabeth Myersnewconf: delete all proxies on rehash
2016-04-03  Elizabeth MyersTweak some configuration semantics of opm
2016-04-02  Elizabeth Myersopm: add support for HTTPS CONNECT proxies.
2016-04-02  Elizabeth Myersopm: add adjustable timeout values
2016-04-02  Elizabeth MyersAdd HTTP CONNECT proxy scanning
2016-04-02  William Pitcockircd: integrate ircd side of wsockd support
2016-04-02  Elizabeth MyersAdd exempt logic for open proxies
2016-04-02  Elizabeth Myersopm: allow scanners to be configurable
2016-04-01  Elizabeth MyersAdd opm stuff to default configs
2016-03-28  Elizabeth Myersircd/newconf: better IPv4 example
2016-03-28  Elizabeth Myersnewconf: add illustrative examples to comments
2016-03-28  Elizabeth Myersnewconf: fix check for IPv6 address length
2016-03-28  Elizabeth Myersnewconf: change an error to a warning
2016-03-28  Elizabeth MyersMerge branch 'authd-framework'
2016-03-28  Elizabeth Myersauthd: It Works, Bitches™
2016-03-28  Elizabeth MyersMerge branch 'master' into authd-framework
2016-03-28  Elizabeth MyersMerge branch 'authd-framework' of github.com:charybdis...
2016-03-28  Elizabeth MyersReplace s_auth/blacklist stuff with authd calls
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-22  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-20  William Pitcockircd: remove basically entirely pointless ServerInfo...
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-09  Elizabeth MyersMore bool conversions
2016-03-07  Elizabeth Myersmodules: tag origin at load time.
2016-03-06  Elizabeth MyersMove irc_* data structures to librb.
2016-03-06  Elizabeth MyersRemove $Id tags from everything.
2016-02-19  William Pitcocknewconf: move SSL/TLS deprecation message from ERROR...
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-01-29  William Pitcockircd: newconf: impose a deprecation warning for plainte...
2016-01-15  William Pitcockircd: add general::hide_opers_in_whois to simulate...
2016-01-13  William Pitcockircd: channel: implement an option to strip color codes...
2016-01-12  William Pitcockircd: implement support for remote module load/unload...
2016-01-12  William PitcockAllow remote DIE and RESTART (from ircd-seven)
2016-01-12  William Pitcockircd: implement EXTENDCHANS, based on ircd-seven (with...
2016-01-12  William Pitcockircd: implement GRANT subsystem based on ircd-seven
2016-01-06  William Pitcockgeneral: remove last vestiges of static modules support...
2016-01-06  William Pitcockrename src to ircd, libcore to libircd