]> jfr.im git - irc/rqf/shadowircd.git/history - modules/core
Do not install ban .conf files (like kline.conf, rsv.conf, etc) as they aren't used...
[irc/rqf/shadowircd.git] / modules / core /
2010-02-25  JD Horelickbad
2010-02-25  JD Horelickbranch merge
2010-02-25  JD Horelickbranch merge
2010-02-25  B.GreenhamAdd chmode +G, which blocks messages in all caps.
2010-02-25  B.GreenhamAutomated merge with ssh://shadowircd/uranium/shadowircd/
2010-02-25  B.GreenhamAdd chmode +N, which prevents nickchanges.
2010-02-23  B.GreenhamAdd chmode +E, which prevents ops from using /kick...
2010-02-23  JD HorelickMore moving
2010-02-23  JD Horelickmove user_join() to channels.c
2010-02-23  JD HorelickStart moving parts of join to channels.c so they can...
2010-02-23  B.GreenhamCompile fix.
2010-02-23  B.GreenhamMerge.
2010-02-23  B.GreenhamAdd chmode +D, which blocks CTCP ACTION.
2010-02-23  B.GreenhamMerge.
2010-02-23  B.GreenhamAdd chmode +T, which blocks notices.
2010-02-23  B.GreenhamAdd umode +C, which blocks CTCPs to anyone with it...
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.
2009-01-16  Jilles TjoelkerLog to serverlog when throwing out a server because...
2009-01-16  Jilles TjoelkerClose the local link that sends a TS5 NICK introduction.
2009-01-07  Jilles TjoelkerRemove obsolete comment.
2008-11-29  Jilles TjoelkerAllow coloured part reasons in -c channels.
2008-11-15  Jilles TjoelkerAllow +z messages from outside if -n.
2008-11-08  Jilles TjoelkerMake comment for ms_join() up to date.
2008-09-24  Jilles TjoelkerDo not send snotes/logs about juped servers trying...
2008-09-24  Jilles TjoelkerMake TS deops appear to come from the same server the...
2008-09-17  William PitcockAutomated merge with http://hg.atheme.org/charybdis
2008-09-16  Jilles TjoelkerAdd more detail in squit reason for certain invalid...
2008-09-06  Jilles TjoelkerClose the link that sends an invalid UID.
2008-09-05  Jilles TjoelkerRemove check that cannot happen due to minparc in Messa...
2008-09-05  Jilles TjoelkerImprove server notices for hub_mask/leaf_mask.
2008-09-05  Jilles TjoelkerUse rb_snprintf() in various places.
2008-09-05  Jilles TjoelkerRemove comment referencing LazyLeaf.
2008-09-05  Jilles TjoelkerAvoid empty strings in various notices about rejected...
2008-09-05  Jilles TjoelkerImprove server notices for servers introducing existing...
2008-09-03  Jilles TjoelkerImprove server notices about duplicate SIDs.
2008-08-29  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-08-29  Jilles TjoelkerRemove some dead code.
2008-08-25  Jilles TjoelkerRemove another remnant of server hostmasking.
2008-08-01  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-07-31  Jilles TjoelkerRemove an unnecessary check for &channels -- sendto_ser...
2008-07-31  Jilles TjoelkerUse channel_modes() to convert a new channel's modes...
2008-07-27  Jilles TjoelkerLet ops/voices bypass tgchange/floodcount if sending...
2008-07-27  Jilles TjoelkerRemove user@server messages to local users.
2008-07-27  Valery YatskoA very draft version of extensions, which are adding...
2008-07-21  Jilles TjoelkerAlso apply floodcount to messages to remote clients...
2008-07-13  Jilles TjoelkerDo not check floodcount if user is messaging self.
2008-07-04  Jilles TjoelkerMove nick collision notices from +s to +k.
2008-06-28  Valery V YatskoApplied svn diff from ratbox3 r21458:21470
2008-06-24  Valery V YatskoApplying dyn-cmodes.diff - first step in implementing...
2008-06-13  Jilles TjoelkerMove -bqeI from lower TS SJOIN to a more logical place.
2008-06-13  Jilles TjoelkerAdd an additional check to mr_server() for TS6, in...
2008-06-13  Jilles TjoelkerSJOIN: remove various TS5 stuff
2008-06-12  Jilles TjoelkerBranch merge
2008-06-12  Jilles TjoelkerSJOIN: check minimum parameters more strictly.
2008-06-08  William PitcockSuppress a warning.
2008-06-08  William Pitcockcore modules: no more TS5.
2008-06-08  William PitcockMerge with 'charybdis-ts6only' branch.
2008-04-20  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-04-20  William PitcockRemainder of irc_string.* is moved to new inline/string...
2008-04-20  Valery Yatskoirc_string.h -> match.h, irc_string.h; includes changed
2008-04-20  Valery Yatskostrtoken -> rb_strtok_r (with arguments order changes)
2008-04-20  Valery Yatskolegacy irc sprintf gone
2008-04-20  Valery Yatskostrlcat -> rb_strlcat
2008-04-20  Valery Yatskostrlcpy -> rb_strlcpy
2008-04-20  Valery YatskoCode cleanup (m_die)
2008-04-20  Valery YatskoMoving some m_die code into ircd_shutdown(reason) funct...
2008-04-13  Jilles TjoelkerRemove ^M on line endings.
2008-04-08  Valery YatskoFixed two places, where sendto_realops_flags was mistak...
2008-04-08  Valery YatskoBranch merge
2008-04-07  Valery Yatsko'pargs' gone from set_final_mode - should be correct
next