]> jfr.im git - solanum.git/shortlog
solanum.git
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-31  Jilles Tjoelkeroverride: Provide an error message if +p may not be...
2010-12-31  Jilles TjoelkerTweak previous commit to avoid problems with OMODE.
2010-12-31  William PitcockRemove stupid hybrid-esque 'impossible to op yourself...
2010-12-27  Jilles TjoelkerFix topic changes after 6af636dce2e6.
2010-12-21  Stephen BennettAdd default for disable_local_channels. Missed this...
2010-12-21  Stephen BennettBring across disable_local_channels config option from...
2010-12-16  William Pitcockaccount-notify spec: with the extended-join capability...
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 PitcockAdd sendto_channel_local_with_capability().
2010-12-16  William PitcockUse send_channel_join().
2010-12-16  William PitcockAdd send_channel_join().
2010-12-16  William PitcockUpdate specification.
2010-12-16  William PitcockAdd specification for the account-notify protocol exten...
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-15  Jilles TjoelkerRemove redundant prototypes in src/ircd_lexer.l.
2010-12-15  Jilles Tjoelkerlibratbox: Unbreak compile.
2010-12-15  B.Greenhamextensions/roleplay: Fix NPCA/FACTION not showing up...
2010-12-15  William PitcockDon't bother running the get_channel_access hook if...
2010-12-15  William PitcockDon't bother running the can_send() hook if we're not...
2010-12-15  William Pitcockssld: Request fingerprint when connecting to the server...
2010-12-15  William PitcockCorrect error message involving no fingerprint credenti...
2010-12-14  William PitcockSend ERR_TOOMANYCHANNELS for each channel join that...
2010-12-14  William PitcockAdd mr_flea to contributors.
2010-12-14  William PitcockAdd support for linking using SSL certificate fingerpri...
2010-12-14  William Pitcocklibratbox: Use the server SSL certificate on outgoing...
2010-12-12  William PitcockFix regressions in can_send() caused by hooking it...
2010-12-11  B.GreenhamMake ENCAP ROLEPLAY originate from the user running...
2010-12-09  B.GreenhamCREDITS: Add myself to contributors.
2010-12-09  B.GreenhamAdd extensions/m_roleplay, which provides various rolep...
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 PitcockClean up OverrideSession struct on client exit.
2010-12-07  William Pitcockoverride: Hack can_send().
2010-12-07  William PitcockUse get_channel_access() for KICK/TOPIC.
2010-12-07  William PitcockActually make get_channel_access() public.
2010-12-07  William PitcockReorder CHFL flags so that they can be used as ranks.
2010-12-07  William PitcockAdd can_send hook.
2010-12-07  William Pitcockoverride: Allow banwalking too.
2010-12-07  William PitcockMake the can_join hook more flexible.
2010-12-07  William PitcockAdd oper-override (modehacking only) as a module.
2010-12-07  William PitcockAdd a hook for get_channel_access().
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-07  William PitcockCREDITS: Move spb up where he belongs.
2010-12-05  Jilles TjoelkerChange max_bans in reference.conf from 25 to 100, like...
2010-12-05  William PitcockUse %u instead of %d.
2010-12-05  William Pitcockblacklist: Remove the sscanf() for the IPv4 blacklist...
2010-12-04  JD HorelickDo not install ban .conf files (like kline.conf, rsv...
2010-12-04  JD HorelickRemove all the DEFINE's and the random places they...
2010-11-23  William Pitcocklibratbox: Clean up uses of strcpy().
2010-11-14  JD HorelickFix some various warnings.
2010-11-13  JD HorelickChange the filenames of the generated SSL key/cert...
2010-11-05  William PitcockFilter bogus CTCP ACTION messages.
2010-10-28  William PitcockAdd documentation for proposed JUPE TS6 command.
2010-10-25  William Pitcockparse(): make reentrant
2010-09-28  William PitcockAdded tag charybdis-3.3.0 for changeset 55f974346090
2010-09-28  William PitcockAutoreconf.
2010-09-28  William PitcockAdded tag charybdis-3.3.0 for changeset c941077f6d84
2010-09-28  William PitcockCharybdis 3.3.0.
2010-09-27  William PitcockUpdate NEWS.
2010-09-17  William PitcockExample configuration: Set the default TLS port to...
2010-09-15  Jilles Tjoelkermkpasswd: Default to MD5-based crypt instead of SHA...
2010-09-15  William Pitcockmkpasswd: Default to SHA512 instead of inherently insec...
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  William PitcockNote that can_join() is not remote-user safe.
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-27  Stephen BennettAdd initial pass at 3.3.x NEWS
2010-08-24  Jilles TjoelkerSend only one ERR_MLOCKRESTRICTED per MODE command.
2010-08-24  Jilles TjoelkerChange ERR_MLOCKRESTRICTED to 742 as 735-739 seem for...
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 PitcockMost of this was out of date too.
2010-08-24  William PitcockClean up documentation.
2010-08-24  William PitcockEnforce TS rules on MLOCKs.
2010-08-24  William PitcockSend numeric 735 on MLOCK policy-restricted mode change...
2010-08-23  William PitcockAdd ERR_MLOCKRESTRICTED (735) to reflect bounces caused...
2010-08-23  William PitcockKill unsupported modules directory.
2010-08-23  EllyChange oper-up message.
2010-07-04  Jilles TjoelkerTweak auto-accept:
2010-07-03  William PitcockStop griefing through taunting while hiding behind...
2010-06-19  William Pitcockstrip_colour(): strip ASCII 29 (mIRC 7 italics).
2010-06-10  Jilles TjoelkerPropagate changed away messages to other servers,
2010-06-09  Jilles TjoelkerMake number_per_ident actually apply to unidented conne...
2010-06-01  EllyFix memory leaks in PASS command, both in normal and...
2010-05-19  Jilles Tjoelkerdline help: add oper reason, clarify temps, add ON...
2010-05-19  freenode!ChrisAMAdd help/opers/extban for users and opers.
2010-05-14  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2010-05-14  William PitcockRecommend EFNet's RBL instead of DroneBL due to trustwo...
2010-05-08  Jilles Tjoelkeropenssl: Avoid cutting off OpenSSL errors at 119 chars.
2010-05-08  Jilles Tjoelkeropenssl: Avoid cutting off OpenSSL errors at 119 chars.
2010-05-02  Stephen BennettUpdate MLOCK protocol documentation to match changes...
2010-05-02  Stephen BennettBranch merge
next