]> jfr.im git - solanum.git/history - ircd/authproc.c
support RSFNC indicating type of FNC (e.g. FORCE vs REGAIN) (#406)
[solanum.git] / ircd / authproc.c
2023-01-11  Aaron Jonesircd/authproc.c: avoid crash on lack of any configured...
2023-01-11  Aaron Jonesauthd: fix crash/restart breaking DNSBL lookups (#394)
2022-11-06  Aaron Jonestimeout_dead_authd_clients(): fix memory leak and order...
2022-10-21  Unit 193Unify helper snotes and make netwide.
2022-10-03  Jess Portermake some authd warnings L_NETWIDE
2021-07-30  jailbird777Remove Windows support
2021-06-01  Ariadne ConillMailmap and copyright update for Ariadne
2020-11-08  jessmake more snotes L_NETWIDE
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...