]> jfr.im git - solanum.git/history - src/chmode.c
Remove s_assert definition from ircd_defs.h and add it to its own header.
[solanum.git] / src / chmode.c
2013-09-10  Keith BuckRemove s_assert definition from ircd_defs.h and add...
2013-02-21  William PitcockMostly enable support for checking format strings with...
2012-07-30  William PitcockMerge pull request #2 from TheChrisAM/patch-1
2012-06-18  Jilles Tjoelkerchmode: Allow mode queries on mlocked modes.
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-03-04  William PitcockMerge branch 'master' of git.atheme.org:/gitroot/charybdis
2012-02-06  Keith Buckchmode.c: Fix bug in printing removed bans.
2011-12-18  Jilles TjoelkerAdd an error message if a ban mask is invalid.
2011-12-11  Jilles TjoelkerDisallow '$' in forward targets only, rather than all...
2011-12-10  Jilles TjoelkerIf use_forward is off, ignore forwarding bans rather...
2011-12-09  Jilles TjoelkerDo not allow forward channels for +qeI, as in ircd...
2011-12-09  Jilles TjoelkerApply the same restrictions to ban forwarding as to +f.
2011-12-09  Jilles TjoelkerMove checks for forward channels to a separate function.
2011-10-24  Jilles TjoelkerProperly update 004/005 when a rehash changes use_forward.
2011-10-24  Stephen BennettDon't treat +r specially when displaying supported...
2011-09-25  Jilles TjoelkerMake sure to check the length of a ban mask before...
2011-09-25  Jilles TjoelkerPut back use_forward.
2011-09-13  Jilles TjoelkerFix double-free when removing a ban.
2011-08-13  Elizabeth Jennifer... Fix git fuckery.
2011-08-13  Elizabeth Jennifer... chmode: fix construct_cflags_strings.
2011-08-13  Elizabeth Jennifer... Port ircd-seven banfowards to charybdis.
2011-07-08  Elizabeth Jennifer... Back out chanroles.
2011-07-06  Elizabeth Jennifer... Add client interface for GRANT.
2011-07-06  William Pitcockchanroles: instead of checking for chanop + CHANROLE_UN...
2011-07-06  Elizabeth Jennifer... Implement chanroles, as discussed with nenolod.
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-15  William PitcockDon't bother running the get_channel_access hook if...
2010-12-07  William PitcockActually make get_channel_access() public.
2010-12-07  William PitcockAdd a hook for get_channel_access().
2010-12-07  William Pitcockchmode: Remove chm_regonly, a vestige from ratbox which...
2010-08-24  Jilles TjoelkerSend only one ERR_MLOCKRESTRICTED per MODE command.
2010-08-24  Stephen BennettMerge backout of 8939a7e03d15
2010-08-24  William PitcockEnforce TS rules on MLOCKs.
2010-08-24  William PitcockSend numeric 735 on MLOCK policy-restricted mode change...
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-06  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2010-03-31  Jilles TjoelkerNew custom channel mode API allowing reloading such...
2010-03-08  William Pitcockchm_simple(): enforce MLOCK
2010-03-08  William PitcockAdd propagation of MLOCK state for simple modes.
2010-03-03  Jilles TjoelkerMerge final 3.2.0 changes.
2010-02-28  Jilles TjoelkerMerge bugfix that also applied to 3.2.x.
2010-02-27  Alexander F?r?yUse RPL_QUIETLIST and RPL_ENDOFQUIETLIST instead of...
2010-01-19  William PitcockMerge +C (no CTCP to channels) from ircd-seven.
2009-04-20  William PitcockAutomatic branch merge from 'origin/freenode/ircd-seven...
2009-04-20  Stephen Bennett/ is a host character and not a nick character, so...
2009-01-25  Jilles TjoelkerRemove obsolete comment.
2008-08-01  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-07-27  Valery YatskoA very draft version of extensions, which are adding...
2008-06-25  Valery V YatskoBranch merge
2008-06-25  Valery V YatskoGenerating cflags bufs dynamically: one for RPL_MYINFO...
2008-06-25  Valery V YatskoMerged find_orphaned_cflags and construct_noparam_modes...
2008-06-24  Valery V YatskoNew way of noparam mode search
2008-06-24  Valery V YatskoNew orphaned cflags implementation, now using chm_orpha...
2008-06-25  Jilles TjoelkerFix some tracking for cmode +r.
2008-06-25  Jilles TjoelkerFix limits on simple modes.
2008-06-24  Valery V YatskoA draft version of find_cmode_slot and orphaned concept...
2008-06-24  Valery V YatskoApplying dyn-cmodes.diff - first step in implementing...
2008-04-21  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis
2008-04-20  Jilles TjoelkerFix various compiler warnings.
2008-04-20  Valery Yatskoirc_string.h -> match.h, irc_string.h; includes changed
2008-04-20  Valery Yatskolegacy irc sprintf gone
2008-04-20  Valery Yatskostrlcpy -> rb_strlcpy
2008-04-08  Valery Yatskochm_* declarations gone to chmode.h - this makes some...
2008-04-03  William Pitcocks_log.* -> logger.* (s_foo looks ugly, lets try to...
2008-04-01  Valery YatskoCurrentTime -> rb_currenttime();
2008-04-01  Valery Yatskolibcharybdis includes gone.
2008-04-01  William Pitcockmacro replacement
2008-04-01  William Pitcockdlink -> rb_dlink
2008-04-01  William Pitcockircs[n]printf -> rb_s[n]printf
2008-02-27  William PitcockRemove CHFL_DEOPPED entirely.
2007-12-17  Jilles TjoelkerRequire resv oper privilege to set cmode +L or +P.
2007-11-07  jilles[svn] Fix desyncs with very long extbans. Bans can...
2007-07-14  jilles[svn] Use mask_match() to check bans from local clients for
2007-07-14  jilles[svn] add_id() for local client: do not collapse()...
2007-02-21  jilles[svn] Put "End of Channel Quiet List" instead of
2007-01-25  nenolod[svn] Backport from early 3.x:
2007-01-25  nenolod[svn] - the new plan: