]> jfr.im git - solanum.git/history - modules/core
whois: Fix UID leak.
[solanum.git] / modules / core /
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...
2010-05-14  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2010-05-02  Stephen BennettBranch merge
2010-05-02  Stephen BennettAllow the final parameter of MLOCK to be empty, to...
2010-04-30  Stephen BennettBranch merge
2010-04-30  Stephen BennettRework ircd-side MLOCK enforcement: instead of trying...
2010-04-28  Jilles TjoelkerImprove technical documentation of BAN protocol.
2010-04-06  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2010-03-27  Jilles TjoelkerFix various compiler warnings.
2010-03-27  Jilles TjoelkerAdd propagated resvs, like klines and xlines.
2010-03-17  Jilles TjoelkerBAN: xlines do not have oper reasons, their "reason...
2010-03-16  Jilles TjoelkerAdd propagated xlines, like klines.
2010-03-08  William PitcockAdd propagation of MLOCK state for simple modes.
2010-03-06  Jilles TjoelkerBAN: Reject bans with insufficient non-wildcard characters.
2010-03-05  Jilles TjoelkerAmong bans with the same creation time, prefer the...
2010-03-05  Jilles TjoelkerBAN: Avoid fake direction.
2010-03-05  Jilles TjoelkerRemove +/- from the BAN message, instead indicating...
2010-03-05  Jilles TjoelkerAdd propagated klines.
2010-02-21  Jilles TjoelkerDo not penalize for spambot checks if creating a new...
2010-02-21  Jilles TjoelkerJOIN 0: Make spambot check equivalent to PART's.
2010-02-21  Jilles TjoelkerRemove dead code: last_join_time is already updated...
2010-02-21  Jilles TjoelkerDo not check for spambot if the user is not allowed...
2010-02-15  Jilles TjoelkerMove target change code to src/tgchange.c,
2010-02-15  Jilles Tjoelkertarget change: Allow free replies.
2010-02-14  Jilles Tjoelkertarget change: Overwrite the least recently used target...
2010-02-13  Jilles TjoelkerMake the number of targets tracked for target change...
2010-01-31  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2010-01-24  Jilles TjoelkerFix op-moderate (cmode +z) for channel names with '@'.
2010-01-19  Jilles TjoelkerPut back fb7d6089158e, not setting large_ctcp_sent...
2010-01-19  William PitcockMerge +C (no CTCP to channels) from ircd-seven.
2010-01-19  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2010-01-14  Jilles TjoelkerDo not set large_ctcp_sent for CTCP ACTION as it does...
2010-01-07  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2009-12-08  Stephen BennettMerge
2009-12-08  Stephen BennettRevert all presence-related changes
2009-06-02  William Pitcockpresence: Remove user.away, replaced by a metadata...
2009-05-30  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2009-05-17  Jilles TjoelkerAllow ctcp replies through floodcount after ctcp'ing...
2009-04-21  Jilles TjoelkerMove check for required CAPABs to mr_server -- CAPAB...
2009-04-20  William Pitcockcan_kick hook, based on the ircd-seven one.
2009-04-18  Jilles TjoelkerSimplify floodcount checking, it is no longer affected...
2009-04-09  Jilles TjoelkerUse uid/sid for some ERR_CHANOPRIVSNEEDED if they go...
2009-03-29  Jilles TjoelkerApply +z to messages blocked by +b and +q as well.
2009-03-01  Jilles TjoelkerRemove some unused variables.
2009-02-21  Jilles TjoelkerAdd channel::only_ascii_channels config option
2009-01-18  Jilles TjoelkerUpdate comments for parv[0] removal.
2009-01-17  Jilles TjoelkerReplace parv[0] with source_p->name.
2009-01-16  Jilles TjoelkerDo not log ERROR messages from unknowns.
2009-01-16  Jilles TjoelkerRemove more TS5 remnants.
next