]> jfr.im git - irc/freenode/solanum.git/history - ircd/authproc.c
authproc: Don't try to notice dead clients
[irc/freenode/solanum.git] / ircd / authproc.c
2020-10-28  Ed Kellettauthproc: Don't try to notice dead clients
2020-07-09  Simon ArlottMerge remote-tracking branch 'ophion/upstream/dnsbl...
2020-07-06  Ariadne Conillircd: rename DNSBL entries from blacklist to dnsbl_entry.
2017-08-24  Simon ArlottAdd basic SCTP listener support that binds to multiple...
2017-08-20  Simon Arlottremove RB_IPV6
2017-07-29  Simon Arlottlibrb: remove unnecessary NULL from the end of rb_strin...
2016-10-28  Simon Arlottcppcheck: fix various warnings/errors
2016-10-22  Simon Arlottauthproc: don't allow authd to write too many parameter...
2016-06-25  William PitcockMerge branch 'master' into release/4
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-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...