]> jfr.im git - solanum.git/history - modules
Change default --with-nicklen to 31, like atheme-services.
[solanum.git] / modules /
2011-11-29  William PitcockAdd support for customizing the usable nick length.
2011-11-29  William PitcockFix potential buffer-overflow from malformed RSFNC...
2011-11-12  Jilles TjoelkerFix -Wformat errors found in ircd-ratbox.
2011-10-03  Jilles TjoelkerFix weirdness with client_flood_burst_rate and client_f...
2011-10-03  Jilles TjoelkerMinor cleanup to command throttling code:
2011-09-25  Jilles TjoelkerIf use_forward=no, ignore any forwarding for joins...
2011-09-25  Jilles TjoelkerPut back use_forward.
2011-08-18  Keith Buckm_resv.c: replace erroneous UNXLINE cluster calls with...
2011-08-13  Elizabeth Jennifer... Port ircd-seven banfowards to charybdis.
2011-07-08  Elizabeth Jennifer... Back out chanroles.
2011-07-06  Elizabeth Jennifer... Partially revert e794d39a8053005fdd2835d6206a88cc23262f8d.
2011-07-06  Elizabeth Jennifer... Add client interface for GRANT.
2011-07-06  William Pitcockchanroles: ENCAP GRANT should work under the assumption...
2011-07-06  Elizabeth Jennifer... Implement chanroles, as discussed with nenolod.
2011-07-03  William PitcockRSFNC: allow RSFNC against a target which just changes...
2011-06-25  Jilles Tjoelkerrsfnc/svslogin: Add server notices for kills.
2011-06-25  Jilles Tjoelkerdline,kline: Avoid breaking the protocol with bad bans.
2011-06-25  Jilles Tjoelkerinvite: Remove useless IsChannelName check.
2011-06-25  Jilles Tjoelkerknock,topic: Remove useless IsChannelName checks.
2011-06-03  JD HorelickMerge branch 'master' of ssh://git.atheme.org/gitroot...
2011-05-23  Jilles Tjoelkeroperspy list: Show '!' prefix for otherwise hidden...
2011-05-23  Keith Buckmodules/m_list.c: Change operspy LIST syntax to match...
2011-05-08  William Pitcockbranding: if CUSTOM_BRANDING is defined, display charyb...
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...
2011-04-03  Jilles TjoelkerIf the sasl mechanism is EXTERNAL, send the certfp...
2011-04-03  Jilles TjoelkerBack out AUTHENTICATE EXTERNAL so I can do it differently.
2011-03-31  Jilles TjoelkerRevert "sasl: remove checks for impossible conditions".
2011-03-31  William Pitcocksasl: first attempt at ircv3.1 AUTHENTICATE EXTERNAL...
2011-03-31  William Pitcocksasl: remove checks for impossible conditions
2011-03-27  Stephen BennettMake flood control settings configurable by those who...
2011-02-22  Elizabeth Jennifer... m_challenge: fix use of undefined behaviour.
2011-01-08  Jilles Tjoelkerhunt_server: Disallow wildcarded nicknames.
2011-01-06  Keith BuckMove list-related isupport items to the list module...
2011-01-06  Keith BuckAdd topic TS and channel TS constraints for /LIST.
2011-01-06  Keith BuckImplement operspy for /LIST.
2011-01-02  Keith BuckFix multiple RPL_LISTEND replies when aborting a /LIST.
2010-12-27  Jilles TjoelkerFix topic changes after 6af636dce2e6.
2010-12-21  Stephen BennettBring across disable_local_channels config option from...
2010-12-16  William PitcockAccountname should not be prefixed with a colon to...
2010-12-16  William PitcockAdd extended-join client capability.
2010-12-16  William PitcockUse 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 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 TjoelkerShow the services login name in WHOWAS.
2010-08-29  Jilles TjoelkerMove RPL_WHOISLOGGEDIN to sendto_one_numeric().
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  Stephen BennettBacked out changeset 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-06-10  Jilles TjoelkerPropagate changed away messages to other servers,
2010-06-01  EllyFix memory leaks in PASS command, both in normal and...
2010-05-14  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2010-05-02  Stephen BennettBranch merge
2010-05-02  Stephen BennettFix compiler warning
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-14  Jilles TjoelkerDo not allow a topic change if a user may not send...
2010-04-06  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2010-04-06  William PitcockHook up source-account-hostmask client protocol extension.
2010-04-05  JD HorelickChange config option for ident_timeout to default_ident...
2010-04-05  JD HorelickAdd a configuration option for ident_timeout.
2010-03-27  Jilles TjoelkerFix various compiler warnings.
2010-03-27  Jilles TjoelkerRestore snotes, logs for UNRESV nick.
2010-03-27  Jilles TjoelkerAdd propagated resvs, like klines and xlines.
2010-03-27  Jilles TjoelkerXLINE: Do not cluster unxlines ON specific servers.
2010-03-27  Jilles TjoelkerRemove unused variable.
2010-03-17  Jilles TjoelkerBAN: xlines do not have oper reasons, their "reason...
2010-03-16  Jilles TjoelkerAdd propagated xlines, like klines.
2010-03-16  Jilles TjoelkerFix a signedness comparison warning.
2010-03-14  Jilles TjoelkerAdd option general::use_propagated_bans to allow disabl...
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 TjoelkerAdd /stats g to show propagated (global) klines.
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-03-05  Jilles Tjoelkerkline: Fix oper reasons.
2010-03-04  Jilles TjoelkerSkip propagated bans in rehash txlines/tresvs.
2010-03-03  Jilles TjoelkerMerge final 3.2.0 changes.
2010-03-01  Jilles TjoelkerTrack who set a dline/kline/xline/resv as in ratbox3.
2010-02-28  Jilles TjoelkerMerge bugfix that also applied to 3.2.x.
2010-02-28  Jilles TjoelkerGenerate the "Temporary K-line %d min" part from aconf...
2010-02-27  Jilles TjoelkerStore the creation time of klines and dlines as a time_...
2010-02-24  Jilles TjoelkerUse FLAGS_SENTUSER when checking whether to register...
2010-02-23  Stephen BennettUse FLAGS_SENTUSER instead of 'user' being non-empty...
2010-02-21  Jilles TjoelkerDo not penalize for spambot checks if creating a new...
next