]> jfr.im git - solanum.git/history - include
Merge pull request #53 from ShadowNinja/clarify_U+R
[solanum.git] / include /
2014-03-06  William PitcockMerge pull request #53 from ShadowNinja/clarify_U+R
2014-03-03  Keith BuckRemove trailing whitespace from all .c and .h files.
2014-02-28  Keith Buckconf parsing: Fix memory leaks and clean up code a...
2014-02-23  Jilles TjoelkerSimplify module path list, removing strcpy use.
2014-02-23  Jilles TjoelkerFix various printf arg types.
2014-02-23  Jilles Tjoelkermodlist: Fix address display on 64-bit systems.
2014-02-08  William PitcockMerge pull request #46 from grawity/sasl-mechlist
2014-01-31  Rylee Elise Fowlerautotools: fix typo relating to ban db
2013-12-27  William PitcockMerge pull request #42 from Argure/genssl
2013-11-22  Jilles TjoelkerMerge branch 'fix-sha256-crypt' of https://github.com...
2013-10-29  Keith BuckRemove duplicate default-value code.
2013-09-14  Jilles Tjoelkerwhowas: Use the normal rules for IP visibility.
2013-09-14  Jilles TjoelkerFix parameter name in header file for show_ip_conf().
2013-09-13  Jilles TjoelkerMerge branch 'isupport-charset' of github.com:grawity...
2013-09-10  Keith BuckRemove s_assert definition from ircd_defs.h and add...
2013-04-21  William PitcockMerge pull request #20 from quora-wings/master
2013-04-21  Elizabeth MyersAdd support for multiple forms of blacklist queries...
2013-04-20  Elizabeth MyersImplement kill-cancelling hook.
2013-02-21  William PitcockMostly enable support for checking format strings with...
2013-02-03  Jilles TjoelkerMerge branch 'mailmap' of github.com:grawity/forks...
2013-01-15  William Pitcockcache: use rb_strdup() instead of a static buffer for...
2012-12-18  Jilles Tjoelkerserver: Make sure CAP_CAP and CAP_TS6 are non-zero.
2012-10-13  William Pitcocknumeric: add 744 (ERR_TOPICLOCK) to list so we don...
2012-10-09  Keith Buckres.c: Try other servers if errors or corrupt replies...
2012-09-23  William Pitcockm_starttls: handle error condition with ERR_STARTTLS...
2012-09-22  William Pitcockm_cap: add 'tls' core capability
2012-09-22  William PitcockDefine RPL_STARTTLS.
2012-05-21  Keith BuckAdd new conf_read_start and conf_read_end hooks.
2012-04-07  Keith BuckMerge branch 'gnutls' of git://git.leptoquark.net/charybdis
2012-04-07  Keith BuckCall the privmsg_channel hook for part messages too.
2012-04-01  William PitcockRemove MODE_NOCTCP from core, in favor of chm_noctcp.
2012-04-01  William PitcockRemove MODE_NOCOLOR from core, replacing it with module...
2012-04-01  William PitcockAdd support for hookifying PRIVMSG/NOTICE.
2012-03-25  Keith BuckAdd option to immediately apply nick RESVs by FNC'ing.
2012-03-17  William PitcockAdd listen::defer_accept option for controlling usage...
2012-03-14  Jilles Tjoelkerstrip_colour: Prefer IsDigit to isdigit.
2012-03-14  Jilles TjoelkerWhen stripping colour/control codes, also strip \004.
2012-03-04  William PitcockMerge branch 'master' of git.atheme.org:/gitroot/charybdis
2012-03-01  Nathan Phillip BrinkRun autoconf and autoheader.
2012-03-01  Nathan Phillip BrinkAdd explicit support for being installed into a system...
2012-02-22  William PitcockMerge branch 'master' of git.atheme.org:/gitroot/charybdis
2012-02-21  Jilles TjoelkerRemove dummies, given that ratelimit already broke...
2012-02-21  William Pitcocknumeric: reserve RPL_SASLMECHS (908)
2012-02-18  Jilles TjoelkerPace aways.
2012-02-18  Keith BuckAdd ratelimit for high-bandwidth commands.
2012-02-14  Keith BuckAdd away-notify client capability.
2012-02-05  William Pitcockcapability: add capability_index_stats() for getting...
2012-02-05  William Pitcockcapability: add global list of capability indexes,...
2012-02-04  Jilles TjoelkerDon't shadow the name "index".
2012-02-04  William Pitcockcapability: add capability_require().
2012-02-04  William PitcockMigrate capability negotiation code to new dynamic...
2012-02-04  William Pitcockcapability: add capability_index_mask() which calculate...
2012-02-04  William Pitcockcapability: add capability_index_list() to build a...
2012-02-04  William PitcockAdd a new dynamic capability manager.
2012-01-08  Jilles TjoelkerAdd one more const.
2012-01-08  Jilles TjoelkerFix a warning about const with forward channels.
2012-01-08  Jilles TjoelkerShow underlying IPv4 in a remote whois.
2012-01-08  Jilles TjoelkerAdd code to get IPv4 addresses from 6to4 and Teredo...
2011-12-18  Jilles TjoelkerAdd an error message if a ban mask is invalid.
2011-11-29  William PitcockAdd support for customizing the usable nick length.
2011-11-12  Stephen BennettApply extended-join client cap to QJM joins
2011-10-28  Jilles TjoelkerPrefer PATH_MAX to non-standard MAXPATHLEN.
2011-10-03  Jilles TjoelkerMinor cleanup to command throttling code:
2011-10-03  Jilles TjoelkerDisable LocalUser.actually_read (write-only field).
2011-10-03  Jilles TjoelkerFold client_flood_burst_rate check into MAX_FLOOD_BURST.
2011-09-25  Jilles TjoelkerPut back use_forward.
2011-08-13  Elizabeth Jennifer... Port ircd-seven banfowards to charybdis.
2011-07-08  Elizabeth Jennifer... Back out chanroles.
2011-07-06  William Pitcockchanroles: instead of checking for chanop + CHANROLE_UN...
2011-07-06  William Pitcockchanroles: grant initial set of flags to people added...
2011-07-06  Elizabeth Jennifer... Implement chanroles, as discussed with nenolod.
2011-05-16  Keith BuckAdd target change spam notice.
2011-05-08  William Pitcockbranding: if CUSTOM_BRANDING is defined, display charyb...
2011-05-08  William Pitcockconfigure: Add --with-custom-branding and --with-custom...
2011-04-03  Jilles TjoelkerBack out AUTHENTICATE EXTERNAL so I can do it differently.
2011-03-31  William Pitcocksasl: first attempt at ircv3.1 AUTHENTICATE EXTERNAL...
2011-03-27  Stephen BennettMake flood control settings configurable by those who...
2011-02-27  Elizabeth Jennifer... Support IPv6 blacklists. Also add a conf file option...
2011-01-06  Keith BuckAdd topic TS and channel TS constraints for /LIST.
2011-01-06  Keith BuckImplement operspy for /LIST.
2010-12-21  Stephen BennettBring across disable_local_channels config option from...
2010-12-16  William PitcockAdd extended-join client capability.
2010-12-16  William PitcockAdd sendto_channel_local_with_capability().
2010-12-16  William PitcockAdd send_channel_join().
2010-12-16  William PitcockRough implementation of the new account-notify client...
2010-12-16  William PitcockAdd capability parameter to sendto_common_channels_loca...
2010-12-14  William PitcockAdd support for linking using SSL certificate fingerpri...
2010-12-09  B.GreenhamMove flood_attack_channel to channel.c so it can be...
2010-12-09  B.GreenhamAdd strip_unprintable, a function that strips all unpri...
2010-12-07  William PitcockReorder CHFL flags so that they can be used as ranks.
2010-12-07  William PitcockExtend hook_data_channel_activity moduledata with membe...
2010-12-07  William Pitcockchmode: Remove chm_regonly, a vestige from ratbox which...
2010-12-04  JD HorelickRemove all the DEFINE's and the random places they...
2010-08-29  Jilles TjoelkerShow the services login name in WHOWAS.
2010-08-28  Jilles TjoelkerAdd target change for channels.
2010-08-24  Jilles TjoelkerChange ERR_MLOCKRESTRICTED to 742 as 735-739 seem for...
2010-08-24  Stephen BennettMerge backout of 8939a7e03d15
2010-08-24  Stephen BennettBacked out changeset 8939a7e03d15
2010-08-24  William PitcockEnforce TS rules on MLOCKs.
2010-08-23  William PitcockAdd ERR_MLOCKRESTRICTED (735) to reflect bounces caused...
next