]> jfr.im git - solanum.git/history - modules/core
reference.conf: add drain_reason
[solanum.git] / modules / core /
2016-03-07  Andrew Wilcoxcore/m_part: Add AV2 description
2016-03-07  William PitcockMerge pull request #158 from awilfox/av2desc
2016-03-07  Andrew Wilcoxcore/m_message: Add AV2 description
2016-03-07  Andrew Wilcoxcore/m_kill: Add AV2 description
2016-03-07  Andrew Wilcoxcore/m_kick: Add AV2 description
2016-03-07  Andrew Wilcoxcore/m_join: Add AV2 description
2016-03-07  Andrew Wilcoxcore/m_die: Add AV2 description
2016-03-07  Andrew Wilcoxcore/m_ban: Add AV2 description
2016-03-07  Elizabeth MyersMigrate remaining modules to AV2
2016-03-06  Elizabeth MyersMove irc_* data structures to librb.
2016-03-06  Elizabeth MyersRemove $Id tags from everything.
2016-02-19  William Pitcockmsg: remove last vestiges of the fakelag system. chary...
2016-02-11  William Pitcockmodules: chase MsgBuf API change
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-23  William Pitcockircd: import modified version of ratbox 3.1 whowas...
2016-01-14  William Pitcockircd: get_channel_access(): do not derive channel point...
2016-01-12  William PitcockAllow remote DIE and RESTART (from ircd-seven)
2016-01-12  William Pitcockircd: implement EXTENDCHANS, based on ircd-seven (with...
2016-01-12  William Pitcockextensions/override: display mode-change string in...
2015-12-28  William PitcockMODE: allow 'q' banlist queries to bypass flood limits too
2015-12-12  Jilles TjoelkerReduce clean_nick() code duplication further.
2015-12-11  William Pitcockimplement configurable channel modes (closes #31)
2015-12-10  William Pitcockoverride: only engage override code if we're needing...
2015-12-05  William Pitcockm_message: use same behaviour for +R users as +g users...
2015-11-20  William Pitcocksend: add negation argument to sendto_common_channels_l...
2015-09-13  Jilles TjoelkerRemove the unneeded username parameter to register_loca...
2015-03-01  Jilles TjoelkerFix some compiler warnings about signed/unsigned compar...
2015-02-09  William Pitcockfix target list generation edge case where WALLCHOPS...
2015-01-30  Jilles TjoelkerMerge branch 'master+sjoin-deadcode' of https://github...
2015-01-30  Attila MolnarSJOIN: Remove some dead code
2014-09-21  Jilles Tjoelkerban: Fix build breakage.
2014-09-21  Jilles Tjoelkerserver: Remove two dead stores.
2014-08-17  Keith BuckBAN: Don't schedule check_klines for 0 seconds in the...
2014-08-15  Jilles TjoelkerSJOIN: Fix crash when both mode parameter and UID list...
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-03-02  Jilles TjoelkerAvoid possible null dereference.
2014-02-23  Jilles Tjoelkerpart: Fix constness issue with part hook.
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-07-19  Quora DodrillMerge pull request #32 from anarcat/gnutls-restore
2013-07-07  Jilles Tjoelkerjoin: Fix messages about join failures such as banned.
2013-04-27  Jilles Tjoelkerkill: Improve comment about kill hook.
2013-04-20  Elizabeth MyersImplement kill-cancelling hook.
2013-04-18  Alex Iadiciccom_nick: Reject nicks with '~' in them, rather than...
2013-03-23  Jilles TjoelkerDon't send ERR_NICKCOLLISION to a user that will not...
2013-02-21  William PitcockMostly enable support for checking format strings with...
2013-02-03  Jilles TjoelkerUID/EUID: Add server's SID to invalid UID error message.
2013-02-03  Jilles TjoelkerUID/EUID: Check that the UID starts with the server...
2013-02-03  Jilles TjoelkerMerge branch 'mailmap' of github.com:grawity/forks...
2013-01-02  Jilles Tjoelkerserver: Show the missing CAPABs when rejecting a server.
2013-01-02  Jilles Tjoelkerserver: Move required CAPAB check after authentication...
2012-12-18  Jilles Tjoelkerserver: Fix required capabilities check if there is...
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-03  Keith Buckm_message: Remove some unused variables.
2012-04-01  William Pitcockif 0 some things out
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 PitcockCheck for empty string after permutation hooks have...
2012-04-01  William PitcockAdd support for hookifying PRIVMSG/NOTICE.
2012-03-25  Keith BuckRemove unused variable cruft.
2012-03-14  Jilles TjoelkerApply special CTCP handling to messages to @/+ channel...
2012-03-14  Jilles TjoelkerApply colour stripping (cmode +c) to messages to @...
2012-03-04  William PitcockMerge branch 'master' of git.atheme.org:/gitroot/charybdis
2012-03-03  Jilles TjoelkerKeep forward channels in sync after a netjoin.
2012-02-18  Keith Buckratelimit: Add rate-limiting to MOTD, WHO, and remote...
2012-02-16  Jilles TjoelkerRemove some TS5 code from ms_bmask().
2012-02-16  Jilles TjoelkerSend forward channel when bans are added/removed becaus...
2012-02-04  William Pitcockm_server: make sure required_caps is non-zero.
2012-02-04  William Pitcockm_server: reenable required cap negotiation
2012-02-04  William PitcockMigrate capability negotiation code to new dynamic...
2012-01-08  Jilles TjoelkerFix assertion failure when failing to join a channel...
2012-01-08  Jilles TjoelkerFix a warning about const with forward channels.
2011-11-29  William PitcockAdd support for customizing the usable nick length.
2011-11-12  Jilles TjoelkerFix -Wformat errors found in ircd-ratbox.
2011-09-25  Jilles TjoelkerIf use_forward=no, ignore any forwarding for joins...
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  Elizabeth Jennifer... Implement chanroles, as discussed with nenolod.
2011-04-19  Kiyoshi AmanAutomated merge with http://hg.atheme.org/charybdis
2011-04-06  Jilles TjoelkerAllow kick_on_split_riding to protect channels with...
2010-12-21  Stephen BennettBring across disable_local_channels config option from...
2010-12-16  William PitcockUse send_channel_join().
2010-12-16  William PitcockAdd capability parameter to sendto_common_channels_loca...
2010-12-14  William PitcockSend ERR_TOOMANYCHANNELS for each channel join that...
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-07  William PitcockUse get_channel_access() for KICK/TOPIC.
2010-12-07  William PitcockExtend hook_data_channel_activity moduledata with membe...
2010-11-05  William PitcockFilter bogus CTCP ACTION messages.
2010-08-29  Jilles TjoelkerProvide an error message when a user does /quote ban.
2010-08-28  Jilles TjoelkerAdd target change for channels.
2010-08-24  Jilles TjoelkerRemove redundant MyClient check, it is already checked...
2010-08-24  Stephen BennettMerge backout of 8939a7e03d15
2010-08-24  William PitcockEnforce TS rules on MLOCKs.
2010-07-04  Jilles TjoelkerTweak auto-accept:
2010-07-03  William PitcockStop griefing through taunting while hiding behind...
next