]> jfr.im git - solanum.git/history - authd
Add ACCOUNTEXTBAN ISUPPORT token
[solanum.git] / authd /
2016-04-02  Elizabeth MyersAdd exempt logic for open proxies
2016-04-02  Elizabeth Myersopm: add configuration interface for configuring scan...
2016-04-01  Elizabeth Myersopm: properly re-establish listeners on re-enable
2016-04-01  Elizabeth Myersopm: properly close listeners after disabling proxy...
2016-04-01  Elizabeth MyersAdd opm stuff to default configs
2016-04-01  Elizabeth Myersproviders/opm: It Works™
2016-04-01  Elizabeth Myersopm: properly connect to destination port on scan
2016-03-31  Elizabeth MyersAdd new sockaddr_storage port retrieval/setting macros
2016-03-31  Elizabeth Myersauthd/providers/ident: remove pointless memcpy
2016-03-31  Elizabeth Myersauthd/providers/opm: configure port listeners correctly
2016-03-31  Elizabeth Myersproviders/opm: use a name that makes more sense for...
2016-03-31  Elizabeth Myerssockaddr_storage -> rb_sockaddr_storage
2016-03-31  Elizabeth Myersopm: don't assume we have netinet/tcp.h
2016-03-31  Elizabeth Myersauthd: add (not really working) OPM provider.
2016-03-31  Elizabeth Myersauthd/provider: exit on critical errors
2016-03-31  Elizabeth Myersproviders/ident: restore accidentally deleted line
2016-03-31  Elizabeth Myersauthd/provider: don't crash if there's no init or destr...
2016-03-30  Elizabeth Myersauthd/providers: add timeout callback system.
2016-03-30  Elizabeth Myersauthd/provider: fix misordering in macro
2016-03-30  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-03-30  Elizabeth Myersauthd/provider: it's va_start.
2016-03-30  Elizabeth Myersauthd/provider: include stdinc.h for stdarg.h
2016-03-30  Elizabeth Myersauthd/provider: make reject_client take a format string...
2016-03-30  Elizabeth Myersblacklist: this didn't get committed somehow
2016-03-30  Elizabeth Myersblacklist: compile fixes
2016-03-30  Elizabeth Myersblacklist: add notices that we're performing checks.
2016-03-29  Elizabeth MyersRemove trailing whitespace from files.
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-28  Elizabeth Myersauthd/dns: remove magic number
2016-03-28  Elizabeth MyersMerge branch 'authd-framework'
2016-03-28  Elizabeth Myersauthd: remove useless blacklist stats provider for...
2016-03-28  Elizabeth Myersauthd: misc fixes
2016-03-28  Elizabeth Myersauthd: fix fencepost error
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 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-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  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 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 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  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  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  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  Elizabeth Myersrdns: adjust timeout values
2016-03-25  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-25  Elizabeth Myersactually use warn_opers function
2016-03-25  Elizabeth Myersauthd/provider: cleanups
2016-03-24  Elizabeth Myersauthd/rdns: rename a function
2016-03-24  Elizabeth MyersMerge pull request #178 from staticfox/bsdisms
2016-03-24  Matt Ullmanauthd: Fix windows build
2016-03-24  Matt UllmanCleanup more BSD-isms
2016-03-24  William PitcockMerge pull request #176 from staticfox/morecleanups
2016-03-24  Matt UllmanRemove the rest of the SVN id tags
2016-03-24  Matt Ullmanauthd: Change str_isnumber() to bool
2016-03-24  Elizabeth Myersstupidity fixes
next