]> jfr.im git - solanum.git/history - include
Initial attempt at the conndelay hack
[solanum.git] / include /
2020-06-07  Stephen BennettInitial attempt at the conndelay hack
2020-05-01  Aaron JonesMerge pull request #319 from edk0/invite-notify
2020-04-30  Ed Kellettm_invite: Add hooks
2020-04-24  Aaron JonesMerge pull request #316 from edk0/kline-spoof-flag
2020-04-20  Ed KellettAdd an iline flag to match klines by spoof only
2020-04-19  Aaron JonesMerge pull request #313 from edk0/spoof-chban
2020-04-19  Aaron JonesMerge pull request #314 from jesopo/message-handler...
2020-04-19  jesoporemove LAST in comment too; it's a bit pointless
2020-04-18  jesoporectify comment for Message handler indexes
2020-04-12  Ed KellettCentralise banmask matching logic
2020-01-02  Aaron JonesMerge pull request #297 from bmwiedemann/date
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-11-17  Aaron JonesMerge pull request #296 from edk0/modreload
2019-11-17  Ed Kellettm_modules: make modreload work like restart
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-20  Ed Kellettm_webirc: respect ircv3's `secure` option
2019-10-06  Aaron JonesMerge pull request #286 from edk0/strip-unprintable
2019-10-06  Janik Kleinhoffstrip_unprintable: clarify type conversion
2019-10-06  Ed KellettFix strip_unprintable on high bit bytes
2019-10-06  Ed Kellettfilter: send a numeric error for ACT_DROP
2019-09-15  Aaron JonesMerge pull request #285 from edk0/ratelimits
2019-09-15  Simon ArlottFix compiler warning for SeesOper
2019-09-14  Aaron JonesMerge pull request #284 from edk0/drain
2019-09-14  Ed KellettAdd extensions/drain
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-09-07  Aaron JonesMerge pull request #277 from edk0/helpops
2019-09-07  Aaron JonesMerge pull request #278 from edk0/override
2019-09-07  Aaron JonesMerge pull request #275 from edk0/override-immunity
2019-09-07  Aaron JonesMerge pull request #276 from edk0/deferred-cap-notify
2019-09-07  Ed KellettDeferred capability notifications from modules
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
2019-04-27  Ed KellettRemove unused kline delay machinery
2019-04-27  Ed KellettAdd check_one_kline, expose notify_banned_client
2018-08-15  Simon Arlottm_pass: store unverified SID in preClient for use in...
2018-08-12  Simon Arlottm_sasl: check if the agent is present after every clien...
2018-01-19  Simon Arlottgcc7 fixes: NICKLEN -> NAMELEN
2017-08-24  Simon ArlottAdd outgoing SCTP connect support
2017-08-24  Simon ArlottAdd basic SCTP listener support that binds to multiple...
2017-08-20  Simon Arlottremove RB_IPV6
2017-08-06  Simon Arlottircd: send tags on every message
2017-07-29  Simon Arlottmsgbuf: correctly split buffers into IRCv3 tags and...
2017-07-29  Simon Arlottmake soft asserts better by allowing them to be used...
2017-07-27  Simon Arlottmsgbuf: remove unused field parselen
2017-07-26  Simon Arlottmsgbuf: s_assert is not a substitute for proper code
2016-11-23  Simon Arlottecho-message should work for privmsg/notice to another...
2016-11-20  Simon Arlottlistener: use exit_client instead of free_client
2016-10-30  Simon ArlottUse const hook data where possible
2016-09-16  William Pitcockircd: introduce 'no-export' links
2016-09-16  William Pitcockchannels: fix IsChannelName() to actually use IsChanPre...
2016-09-16  William Pitcocksupported: add chantypes_update()
2016-09-16  William Pitcockmatch: allow the CharAttrs table to be modified at...
2016-06-18  William PitcockMerge branch 'master' into release/4
2016-06-18  William Pitcockmodules: serious cleanups
2016-06-18  William Pitcockmodules: cleanups
2016-06-18  William Pitcockmessages: fix format string warning reported by latest...
2016-06-01  Aaron Jonesrestart: functions that call exit(3) should be marked...
2016-06-01  Aaron Jonesircd: functions that call exit(3) should be marked...
2016-06-01  Aaron Jonesgetopt: a function that calls exit(3) should be marked...
2016-06-01  Aaron Jonesrestart: functions that call exit(3) should be marked...
2016-06-01  Aaron Jonesircd: functions that call exit(3) should be marked...
2016-06-01  Aaron Jonesgetopt: a function that calls exit(3) should be marked...
2016-05-02  Simon Arlottrandom_ping: stop producing negative values that become...
2016-04-26  Simon Arlottcertfp: Move method name/prefix strings to a separate...
2016-04-25  Simon Arlottgetopt: don't modify argv as it breaks restart()
2016-04-25  Simon Arlottauthd: wait until the ssl connection is "open" before...
2016-04-25  Simon Arlottsslproc: simplify ssl open callback
2016-04-25  Simon Arlottsslproc: use global ServerInfo configuration
2016-04-24  Simon Arlottircd: server connection configuration
2016-04-24  Simon Arlottssld: add a callback when the connection is opened
2016-04-24  Simon Arlottm_stats: display certificate fingerprint in STATS C
2016-04-16  Elizabeth MyersRevert "Implement the netsplit batch type."
2016-04-15  Elizabeth MyersImplement the netsplit batch type.
2016-04-12  Elizabeth MyersDon't use key member of dictionary iter objects after...
2016-04-12  Elizabeth MyersChange the way authd configures opm
2016-04-11  Mantas MikulėnasMerge pull request #183 from grawity/sasl-fail-throttle-v3
2016-04-11  Mantas Mikulėnasm_sasl: rate-limit SASL REAUTH usage
2016-04-11  Mantas Mikulėnasm_sasl: temporarily reject clients after many failed...
2016-04-10  Elizabeth MyersRemove extraneous whitespace [ci skip]
2016-04-10  Elizabeth MyersWrap up authd preclient stuff in its own struct
2016-04-08  Elizabeth Myersipv4_from_ipv6: move to librb
2016-04-07  Elizabeth MyersFix overzealotry in flags fixing.
2016-04-07  Elizabeth MyersGet rid of flags2.
2016-04-07  Elizabeth MyersCleanup defaults.h config file.
2016-04-07  Elizabeth Myersmodules: move module loading/unloading commands to...
2016-04-06  Elizabeth MyersRemove useless alias_entry hits member
2016-04-06  Elizabeth MyersPartially update a comment
2016-04-06  Elizabeth Myerss_conf: s_bsd's been gone for a long time... lol
2016-04-06  Elizabeth MyersAdd hook for when rehash is called.
2016-04-03  Elizabeth Myersbool-ify modules stuff
2016-04-03  Elizabeth Myersauthproc: add more API's for opm management
next