]> jfr.im git - solanum.git/history - ircd/s_conf.c
ircd/authproc.c: avoid crash on lack of any configured DNSBLs
[solanum.git] / ircd / s_conf.c
2022-04-14  Eric MertensAdd description parameter to auth blocks (#327)
2021-11-14  jessbetter standardised SNO_FULL. always show host AND ip
2021-10-09  jessexplicitly show IP in SNO_BANNED snotes
2021-08-11  jesopoadd SNO_BANNED, snote for it on client k/x-line rejecti...
2021-07-30  Melissa DraperCreate configurations for user-facing messages within...
2021-07-30  Melissa DraperCreate configurable client rejection message for SASL...
2021-06-26  Ariadne ConillRemove ziplinks (#218)
2021-06-08  Ed KellettDon't free propagated bans on dereference
2021-06-08  Ed KellettKeep propagated bans in a dictionary, not a list
2021-04-26  Ed KellettAdd channel::ip_bans_through_vhost
2021-03-01  Ed KellettTrack and inform modules of privset changes
2020-11-18  jessadd ConfigFileEntry.oper_secure_only, to require TLS...
2020-11-14  Ed KellettGet rid of hub_mask/leaf_mask
2020-11-13  Ed KellettUse opernames not servernames for remote opers
2020-11-09  Ed KellettForget the old drain reason when rehashing
2020-11-08  Ed KellettAdd general::stats_l_oper_only
2020-11-08  jessmake more snotes L_NETWIDE
2020-11-08  Ed KellettAdd general::hidden_caps
2020-10-31  Ed KellettRefactor clear_out_address_conf*
2020-08-06  Aaron JonesMerge pull request #355 from edk0/kline-cidr
2020-08-06  Aaron JonesMerge pull request #288 from edk0/umode-o-split
2020-08-04  Ed KellettReplace most checks for +o with oper:general
2020-07-09  Simon ArlottMerge remote-tracking branch 'ophion/upstream/dnsbl...
2020-07-07  Aaron JonesMerge pull request #345 from edk0/alias
2020-07-06  Aaron JonesMerge pull request #346 from edk0/opmod-as-statusmsg
2020-07-06  Janik KleinhoffMake 5614c9e6f0b (opmod as fake statusmsg) optional
2020-07-06  Aaron JonesMerge pull request #347 from edk0/hide-tls-info
2020-07-06  Ariadne Conillircd: rename DNSBL entries from blacklist to dnsbl_entry.
2020-07-05  Ed KellettAdd general::tls_ciphers_oper_only
2020-01-02  Aaron JonesMerge pull request #302 from edk0/sasl-usercloak
2020-01-02  Aaron JonesMerge pull request #297 from bmwiedemann/date
2020-01-02  Aaron JonesMerge pull request #303 from edk0/modreload-uaf
2020-01-02  Aaron JonesMerge pull request #301 from edk0/reject-free-fix-fix
2020-01-02  Ed KellettRemove from the list of propagated bans on expiry
2020-01-01  Aaron JonesMerge pull request #300 from edk0/reject-free-fix
2020-01-01  Ed KellettFix a place aconfs could be freed while referenced
2019-12-31  Aaron JonesMerge pull request #299 from edk0/tkline-reason
2019-12-31  Aaron JonesMerge pull request #298 from edk0/rejectcache
2019-12-31  Ed KellettAdd general::hide_tkdline_duration
2019-12-31  Ed Kellettreject: Remember and send reasons for rejections
2019-10-22  Aaron JonesMerge pull request #287 from edk0/filter
2019-10-22  Aaron JonesMerge pull request #293 from edk0/webirc
2019-10-22  Aaron JonesMerge pull request #294 from edk0/deny-webirc-auth
2019-10-06  Aaron JonesMerge pull request #286 from edk0/strip-unprintable
2019-10-06  Aaron JonesMerge pull request #290 from edk0/quiet-override
2019-10-06  Aaron JonesMerge pull request #289 from edk0/rehash-privileged...
2019-10-06  Ed KellettRecheck umodes for opers after rehash
2019-09-13  Aaron JonesMerge pull request #282 from edk0/propagate-oper
2019-09-13  Ed KellettPropagate OPER
2019-09-12  Aaron JonesMerge pull request #279 from edk0/operhide
2019-09-12  Ed KellettRework oper hiding
2019-08-31  Simon ArlottMerge branch 'edk0-check-one-kline'
2019-08-31  Simon ArlottMerge branch 'check-one-kline' of https://github.com...
2019-04-27  Ed KellettRemove unused kline_delay config option
2018-01-19  Simon Arlottgcc7 fixes: NICKLEN -> NAMELEN
2017-08-24  Simon ArlottAdd basic SCTP listener support that binds to multiple...
2017-08-20  Simon Arlottremove RB_IPV6
2017-07-29  Simon Arlottircd: attach_conf: avoid clang static analysis warning
2017-06-25  Simon Arlottircd: s_conf: fix use of strlcpy in strip_tabs
2016-09-16  William Pitcocksupported: add chantypes_update()
2016-05-15  Aaron Jonesircd_lexer: fix crash with very large config option...
2016-05-14  Aaron Jonesminor spring cleaning: remove/relocate duplicate/unused...
2016-04-25  Simon Arlottsslproc: use global ServerInfo configuration
2016-04-24  Simon Arlottircd: server connection configuration
2016-04-23  Simon Arlottssld: Add new certfp_methods spki_sha256 and spki_sha512
2016-04-06  Elizabeth MyersAdd hook for when rehash is called.
2016-04-05  Elizabeth MyersUse rb_* versions of nonportable string functions
2016-04-02  Elizabeth MyersRename authd.[ch] on ircd side to authproc.[ch] to...
2016-04-02  William Pitcockircd: conf: properly calculate the number of wsockd...
2016-04-02  William Pitcockircd: integrate ircd side of wsockd support
2016-03-31  Elizabeth MyersAdd new sockaddr_storage port retrieval/setting macros
2016-03-28  Elizabeth MyersMerge branch 'authd-framework'
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 MyersReplace s_auth/blacklist stuff with authd calls
2016-03-27  Elizabeth MyersMerge branch 'authd-framework' of github.com:charybdis...
2016-03-26  Elizabeth MyersMerge branch 'authd-framework-2' into authd-framework
2016-03-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  Elizabeth Myerscommon.h: raison d'ĂȘtre is gone, so out it goes.
2016-03-23  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-23  Elizabeth MyersSend YES/NO to Davy Jones's Locker.
2016-03-23  Elizabeth MyersChange struct Dictionary(*) to rb_dictionary(_\1).
2016-03-22  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-20  William Pitcockircd: use GET_SS_FAMILY() in a bunch of places
2016-03-20  William Pitcockircd: rewrite SOCKET_ERROR as I_SOCKET_ERROR
2016-03-20  William Pitcockircd: remove basically entirely pointless ServerInfo...
2016-03-19  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-03-19  William Pitcockircd: do not shadow internal openssl symbol "ssl_ok...
2016-03-09  Elizabeth MyersMore bool conversions
2016-03-09  Elizabeth MyersMerge branch 'master' of github.com:charybdis-ircd...
2016-03-08  William Pitcockircd: further cleanup of YES/NO
2016-03-08  William Pitcocks_conf: remove YES/NO references
2016-03-06  Elizabeth MyersMove irc_* data structures to librb.
2016-03-06  Elizabeth MyersRemove $Id tags from everything.
2016-02-10  William PitcockMerge pull request #140 from viatsko/remove-snprintf
2016-02-10  Valerii IatskoRemove libratbox's snprintf.c, update related ircd...
2016-01-16  William Pitcockircd: call rehash_authd(), not restart_authd() when...
2016-01-15  William Pitcockircd: add general::hide_opers_in_whois to simulate...
2016-01-12  William Pitcockircd: implement EXTENDCHANS, based on ircd-seven (with...
2016-01-09  William Pitcockircd: ensure irc_dictionary users have names, for stats...
next