]> jfr.im git - solanum.git/shortlog
solanum.git
2016-03-29  Elizabeth Myersbandb: update sqlite3 to 3.12.0
2016-03-29  Elizabeth MyersRemove trailing whitespace from files.
2016-03-29  Matt Ullmandoc: Cleanup trailing whitespace
2016-03-29  Matt Ullmanautomake: Ensure ircd_parser.h is created
2016-03-29  Elizabeth Myersauthd: use atexit() hook to attempt to destroy providers
2016-03-29  Elizabeth Myersauthd: be more anal about errors
2016-03-29  Matt Ullmanauthd: Cleanup
2016-03-29  Elizabeth Myerslogger: add idebug
2016-03-28  Elizabeth Myersircd/authd: remove rb_free no longer needed.
2016-03-28  Elizabeth Myersauthd: this isn't a list dammit!
2016-03-28  Elizabeth Myersauthd: don't use wild pointer
2016-03-28  Elizabeth Myersircd/newconf: better IPv4 example
2016-03-28  Elizabeth Myersnewconf: add illustrative examples to comments
2016-03-28  Elizabeth Myersauthd/dns: remove magic number
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: remove useless blacklist stats provider for...
2016-03-28  Elizabeth Myersauthd: It Works, Bitches™
2016-03-28  Elizabeth Myersauthd: misc fixes
2016-03-28  Elizabeth Myersauthd: fix fencepost error
2016-03-28  Elizabeth Myersircd_lexer: use correct variable here.
2016-03-28  Elizabeth Myersircd_lexer: use correct variable here.
2016-03-28  Elizabeth MyersMerge branch 'authd-framework' of github.com:charybdis...
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 Myersircd/authd: respect auth_disabled config option
2016-03-28  Elizabeth Myersircd/authd: use proper timeout values for clients
2016-03-28  Elizabeth Myersircd/authd: timeout dead authd clients
2016-03-28  Elizabeth Myersircd/authd: implement client noticing
2016-03-28  Elizabeth MyersReplace s_auth/blacklist stuff with authd calls
2016-03-28  Elizabeth Myersauthd/providers/rdns: change option name to rdns_timeout
2016-03-28  Elizabeth Myersauthd/providers/blacklist: add stats reporting for...
2016-03-28  Elizabeth Myersauthd/providers/ident: fix typo
2016-03-28  Elizabeth Myersauthd/providers/ident: add conf option for enabling...
2016-03-28  Matt Ullmangitignore: Ignore pid files from startall.sh
2016-03-28  Matt Ullmantestsuite: Update startall.sh
2016-03-28  Matt Ullmangitignore: Ignore confdefs.h
2016-03-28  Aaron JonesAdd extb_usermode module to example configuration files
2016-03-28  Aaron JonesDocument extb_usermode module
2016-03-28  Aaron Jonesextensions: Fix duplicate extban character usage
2016-03-28  Matt Ullmanircd: Move signaled variables to volatile sig_atomic_t
2016-03-27  Elizabeth Myersauthd: pass in uint32_t rid's.
2016-03-27  Elizabeth Myersauthd/provider: add stats handling hooking
2016-03-27  Elizabeth Myersauthd: add stats reporting API
2016-03-27  Elizabeth Myersauthd/providers/blacklist: use uint8_t for iptype
2016-03-27  Elizabeth Myersauthd/provider: add data to rejection tag.
2016-03-27  Elizabeth MyersMerge branch 'authd-framework' of github.com:charybdis...
2016-03-27  Matt Ullmanhash.c: Save some more bytes
2016-03-27  Matt Ullmanssld: Remove left over function
2016-03-27  Elizabeth Myersauthd: add abiltiy to cancel connection
2016-03-27  Elizabeth Myersauthd: try to destroy all providers on the way out.
2016-03-27  Elizabeth Myersauthd/provider: add notices in comments to certain...
2016-03-27  Elizabeth Myersauthd/providers/blacklist: fix use after free
2016-03-27  Elizabeth Myersauthd/providers/ident: perform check for valid auth_cli...
2016-03-27  Elizabeth Myersauthd/provider: forgot this file...
2016-03-27  Elizabeth Myersauthd/provider: do not accept clients until all provide...
2016-03-27  Elizabeth Myersauthd: misc provider fixes
2016-03-27  Elizabeth Myersauthd/providers/ident: remove debugging message
2016-03-27  Elizabeth Myerss_auth: remove trailing whitespace at end of usernames.
2016-03-27  Elizabeth Myersauthd/providers/blacklist: remove dead store.
2016-03-27  Elizabeth Myersauthd/providers/ident: fix up trailing lf/cr at end...
2016-03-26  Elizabeth Myersproviders/ident: fix some nasty crashes
2016-03-26  Elizabeth Myersauthd/provider: some fixes
2016-03-26  Elizabeth Myersproviders/ident: more aggressive NULL checks
2016-03-26  Elizabeth Myersauthd/providers/ident: properly initialise variable
2016-03-26  Elizabeth MyersCheck these out from authd-framework-2.
2016-03-26  Elizabeth MyersMerge branch 'authd-framework-2' into authd-framework
2016-03-26  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-26  Elizabeth Myersircd/authd: some comments
2016-03-26  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-26  Elizabeth Myersauthd/providers/rdns: minor function renaming cleanup
2016-03-26  Elizabeth Myersauthd/providers/ident: add configuration interface
2016-03-26  Elizabeth Myersauthd/providers/blacklist: add configuration interface...
2016-03-26  Matt Ullmansslproc: Remove unused variable
2016-03-26  Elizabeth Myersproviders/ident: cleanup things
2016-03-26  Elizabeth Myersproviders/rdns: add configuration interface for rDNS...
2016-03-26  Elizabeth Myersproviders/blacklist: add configuration interface
2016-03-26  William Pitcockwsockd: add some stub i/o code
2016-03-26  William Pitcockwsockd: conn_t.stream is not needed
2016-03-26  Elizabeth Myersauthd/provider: add options handlers for providers
2016-03-26  Elizabeth MyersPort notice stuff over from authd-framework-2 and use it.
2016-03-26  Elizabeth Myersauthd: split out notices stuff for backporting to master.
2016-03-26  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-26  William Pitcockauthd: also check size correctly
2016-03-26  William Pitcockauthd: check if handler is NULL, ensure that we do...
2016-03-26  Elizabeth Myersauthd: fix undefined behaviour
2016-03-26  Elizabeth Myersauthd/provider: remove obsolete comment [ci skip]
2016-03-26  Elizabeth Myersreject_client: send back ident and hostname with rejection.
2016-03-26  Elizabeth MyersFix dangling line from merge
2016-03-26  William Pitcockwsockd: add skeleton for future websockets helper ...
2016-03-26  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-26  Elizabeth Myersauthd: change reload character to R from H.
2016-03-26  Elizabeth Myersproviders/blacklist: change some checks to asserts.
2016-03-26  Elizabeth Myersprovider: make blacklist queries come after ident/rdns.
2016-03-26  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-26  Elizabeth Myersauthd/provider: add blacklist provider.
2016-03-26  William Pitcockircd: client: substantially rework the connid registry...
2016-03-26  Elizabeth Myersrdns: adjust timeout values
2016-03-25  Matt Ullmanextb_combi: More int to bool conversion
next