]> jfr.im git - solanum.git/history - ircd/authproc.c
Fix bug. Note: The second hunk is just an assumption. It's not called from anywhere.
[solanum.git] / ircd / authproc.c
2016-06-25  Jason VolkFix bug. Note: The second hunk is just an assumption...
2016-06-01  Aaron Jonesauthproc: don't shadow variable decls, avoid reserved...
2016-04-30  Simon Arlottauthproc: don't try to delete bl_stats if it hasn't...
2016-04-30  Elizabeth Myersauthproc: don't delete during iteration, this is not...
2016-04-25  Simon Arlottauthd: wait until the ssl connection is "open" before...
2016-04-23  Simon Arlottauthproc: set GOT_ID flag when an ident response is...
2016-04-23  staticfoxauthd: Avoid negative array indices
2016-04-12  Elizabeth MyersDon't use key member of dictionary iter objects after...
2016-04-12  Elizabeth Myersauthproc: fix a typo
2016-04-12  Elizabeth MyersChange the way authd configures opm
2016-04-10  Elizabeth MyersWrap up authd preclient stuff in its own struct
2016-04-05  Elizabeth MyersUse rb_* versions of nonportable string functions
2016-04-03  Elizabeth Myersnewconf: delete all proxies on rehash
2016-04-03  Elizabeth Myersauthproc: minor fixes
2016-04-03  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-04-03  Elizabeth Myersauthproc: rehash on authd restart
2016-04-03  Elizabeth Myersauthproc: add more API's for opm management
2016-04-03  Elizabeth Myersauthproc: pad leading 0 for localhost IP's
2016-04-02  Elizabeth MyersRename authd.[ch] on ircd side to authproc.[ch] to...