]> jfr.im git - solanum.git/history - authd/provider.c
authd: don't exit() on OPM duplicate scanner errors, just ignore it
[solanum.git] / authd / provider.c
2016-06-01  Aaron Jonesauthd/provider: remove shadowed double variable decl
2016-06-01  Aaron Jonesauthd/provider: remove shadowed double variable decl
2016-05-01  Simon Arlottauthd: fix reference far off the end of the array on...
2016-05-01  Simon Arlottauthd: remove unused variable id from accept_client
2016-05-01  Simon Arlottauthd: allocate the correct size of auth_client_data
2016-05-01  Simon Arlottauthd: Only use refcount for reference counting
2016-05-01  Simon Arlottauthd: fix auth->cid type sizes
2016-05-01  Simon Arlottauthd: fix memory leak in start_auth
2016-05-01  Simon Arlottauthd: don't call cancel_providers recursively
2016-05-01  Simon Arlottauthd: use a list for auth_providers
2016-05-01  William Pitcockauthd: provider: make refcounting system less fragile
2016-05-01  William PitcockRevert "authd: change to lists instead of dictionaries...
2016-04-30  Simon Arlottauthd: don't decrement refcount twice when accepting...
2016-04-30  Elizabeth Myersauthd: change to lists instead of dictionaries for...
2016-04-23  staticfoxauthd: Avoid negative array indices
2016-04-06  Elizabeth Myersauthd: clean up refcounting stuff
2016-04-06  Elizabeth Myersauthd: refcounting fixes
2016-04-05  Elizabeth Myersauthd: rework module ID system
2016-04-05  Elizabeth MyersClean up the provider status logic.
2016-04-05  Elizabeth Myersauthd: dynamically allocate data and timeout elements
2016-04-04  Elizabeth Myersauthd: add provider timeout setting API
2016-04-04  Elizabeth Myersauthd: add provider data getter/setter functions
2016-04-03  Elizabeth Myersprovider: use rb_dlinkAddTail instead of rb_dlinkAdd.
2016-04-02  Elizabeth Myersauthd: fix up comment [ci skip]
2016-04-02  Elizabeth Myersauthd: fix race with aborting clients.
2016-04-02  Elizabeth MyersAdd exempt logic for open proxies
2016-03-31  Elizabeth MyersAdd new sockaddr_storage port retrieval/setting macros
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 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-29  Matt Ullmanauthd: Cleanup
2016-03-28  Elizabeth MyersMerge branch 'authd-framework'
2016-03-28  Elizabeth Myersauthd: misc fixes
2016-03-28  Elizabeth MyersMerge branch 'master' into authd-framework
2016-03-28  Elizabeth MyersMerge branch 'authd-framework' of github.com:charybdis...
2016-03-27  Elizabeth Myersauthd/provider: add stats handling hooking
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/provider: add notices in comments to certain...
2016-03-27  Elizabeth Myersauthd/provider: do not accept clients until all provide...
2016-03-27  Elizabeth Myersauthd: misc provider fixes
2016-03-26  Elizabeth Myersauthd/provider: some fixes
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/provider: add options handlers for providers
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  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 MyersMerge branch 'master' into authd-framework-2
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-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 Myersstupidity fixes
2016-03-23  Elizabeth Myersauthd/provider: add c_addr/l_addr fields
2016-03-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  Elizabeth Myersauthd/provider: really fix things for new changes.
2016-03-23  Elizabeth Myersauthd/provider: incorporate new changes
2016-03-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  Elizabeth Myersauthd/provider: overhaul storage of various pieces...
2016-03-22  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-19  Elizabeth Myersprovider: compile fixes
2016-03-19  Elizabeth Myersauthd: add provider-specific data to auth_client via...
2016-03-19  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-03-17  Elizabeth MyersRedo of the authd-framework branch.
2016-03-10  Elizabeth Myersauth: enable soft reject of clients.
2016-03-10  Elizabeth Myersauthd: tag rejection type.
2016-03-10  Elizabeth Myersauthd: load ident provider
2016-03-10  Elizabeth Myersauth: use sockaddr_storage to store ports
2016-03-10  Elizabeth Myersauthd: add rdns provider (compile-tested)
2016-03-10  Elizabeth Myersauthd/provider: use rb_sockaddr_storage for IP addresses.
2016-03-10  Elizabeth Myersauthd: add address families to provider processing.
2016-03-10  Elizabeth Myersrename auth.[ch] to provider.[ch]