]> jfr.im git - solanum.git/history - include
Merge pull request #260 from FauxFaux/yesno-1
[solanum.git] / include /
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
2016-04-02  Elizabeth MyersRename authd.[ch] on ircd side to authproc.[ch] to...
2016-04-02  Elizabeth Myersauthd: minor cleanups
2016-04-02  William Pitcockircd: integrate ircd side of wsockd support
2016-04-02  Elizabeth MyersAdd exempt logic for open proxies
2016-04-02  Elizabeth Myersopm: allow scanners to be configurable
2016-04-02  Elizabeth Myersircd/authd: cleanups
2016-04-01  Elizabeth Myersauthd: fix API boo boo
2016-04-01  Elizabeth Myersauthd: add API for setting OPM listeners
2016-03-29  Elizabeth Myerslogger: add idebug
2016-03-28  Elizabeth MyersMerge branch 'authd-framework'
2016-03-28  Elizabeth MyersMerge branch 'authd-framework' of github.com:charybdis...
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 Myersircd/authd: respect auth_disabled config option
2016-03-28  Elizabeth MyersReplace s_auth/blacklist stuff with authd calls
2016-03-28  Matt Ullmanircd: Move signaled variables to volatile sig_atomic_t
2016-03-27  Elizabeth MyersMerge branch 'authd-framework' of github.com:charybdis...
2016-03-27  Matt Ullmanhash.c: Save some more bytes
2016-03-26  Elizabeth MyersMerge branch 'authd-framework-2' into authd-framework
2016-03-26  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-26  William Pitcockircd: client: substantially rework the connid registry...
2016-03-25  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-24  William Pitcockircd: start staging for relocatable paths
2016-03-24  Matt Ullmanchmode: Move add_id() to a boolean
2016-03-24  Matt Ullmanchannel: Move flood_attack_channel() to a boolean
2016-03-24  Matt Ullmanchannel: Move check_channel_name() to a boolean
2016-03-24  Elizabeth MyersMerge pull request #178 from staticfox/bsdisms
2016-03-24  Matt UllmanCleanup more BSD-isms
2016-03-23  William PitcockMerge pull request #175 from staticfox/datatypes
2016-03-23  Matt UllmanMove away from BSD data types
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 MyersIRCD_BUFSIZE is redundant with BUFSIZE, so kill it.
2016-03-23  Elizabeth Myerscommon: don't even attempt to define NULL.
2016-03-23  Elizabeth Myerscommon: don't even attempt to define NULL.
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 MyersRemove more YES/NO usage.
2016-03-23  Elizabeth Myerstypedef-ify rb_radixtree for consistency.
2016-03-23  Elizabeth MyersChange struct Dictionary(*) to rb_dictionary(_\1).
2016-03-23  William PitcockMerge pull request #174 from staticfox/morecleanup
2016-03-23  Matt UllmanMore cleanup
2016-03-22  Elizabeth MyersMerge branch 'master' into authd-framework-2
2016-03-20  William Pitcockinclude: hostmask: use GET_SS_FAMILY()
2016-03-20  William Pitcockircd: rewrite SOCKET_ERROR as I_SOCKET_ERROR
next