]> jfr.im git - irc/rqf/shadowircd.git/history - src/chmode.c
Wallops (and log) upon setting/unsetting of +M or any hidden chmode.
[irc/rqf/shadowircd.git] / src / chmode.c
2010-11-22  JD HorelickWallops (and log) upon setting/unsetting of +M or any...
2010-10-11  B.GreenhamFix VERSION and RPL_MYINFO to only show modes that...
2010-10-11  B.GreenhamReturn an error upon trying to set orphaned cmode,...
2010-07-29  B.GreenhamFix a bug that allowed users to set forwards to channel...
2010-10-11  B.GreenhamMerge.
2010-10-11  B.GreenhamBacked out changeset 3097ade953f5
2010-08-24  Jilles TjoelkerSend only one ERR_MLOCKRESTRICTED per MODE command.
2010-08-24  William PitcockEnforce TS rules on MLOCKs.
2010-08-24  William PitcockSend numeric 735 on MLOCK policy-restricted mode change...
2010-07-02  B.Greenhammode api: Remove most modes from the chmode_table,...
2010-06-11  JD HorelickRemoval of ancient SVN ID's part one
2010-05-02  Stephen BennettAllow the final parameter of MLOCK to be empty, to...
2010-04-30  Stephen BennettRework ircd-side MLOCK enforcement: instead of trying...
2010-09-11  JD HorelickBranch merge
2010-05-21  JD HorelickBacked out changeset 9bd802724b74
2010-05-21  JD HorelickRemove +J chmode (KICKNOREJOIN)
2010-04-04  JD HorelickBranch Merge
2010-03-31  Jilles TjoelkerNew custom channel mode API allowing reloading such...
2010-03-31  B.GreenhamAutomated merge with ssh://shadowircd/uranium/shadowircd/
2010-03-31  B.GreenhamMake chm_staff (staff only modes) only settable if...
2010-03-28  B.GreenhamAutomated merge with ssh://shadowircd/uranium/shadowircd/
2010-03-08  William Pitcockchm_simple(): enforce MLOCK
2010-03-08  William PitcockAdd propagation of MLOCK state for simple modes.
2010-03-08  JD HorelickMake override WALLOPS actually send netwide this time.
2010-03-08  B.Greenhams/owner/admin/ throughout the source code and docs.
2010-03-08  JD HorelickChange all override snotes to wallops to match m_o...
2010-07-04  JD HorelickBranch Merge
2010-07-02  B.GreenhamAutomated merge with ssh://shadowircd/uranium/shadowircd/
2010-03-08  JD HorelickMake +-a give you the appropriate error message if...
2010-03-07  B.GreenhamLooks like irc_dictionary things cannot support more...
2010-03-06  B.GreenhamFix segfault on netsplit due to clearing metadata too...
2010-03-06  JD HorelickFix a typo
2010-03-06  B.GreenhamShould just specify the name here.
2010-03-06  B.GreenhamClean up cmode norepeat's metadata when unsetting +K.
2010-03-05  B.GreenhamFix the 'mode changes appear multiple times' bug.
2010-03-05  B.GreenhamClean up +J to work nicely and properly.
2010-03-04  JD HorelickReally fix the ugly-ass desync by re-adding some code...
2010-03-04  JD HorelickFix a warning which may fix a real ugly desync.
2010-03-04  B.GreenhamAutomated merge with ssh://shadowircd/uranium/shadowircd/
2010-03-03  JD HorelickDon't discard self-oppings from remote override opers.
2010-03-03  JD HorelickFramework for hidden (only opers can see/set them)...
2010-03-03  JD HorelickWoohoo! Override is complete barring a few possible...
2010-03-03  JD HorelickAdd override support to ban/quiet, owner, op, halfop...
2010-03-03  JD HorelickInitial support for 'noisy' oper-override of channel...
2010-03-02  B.GreenhamMake it so that halfops cannot set +-h
2010-03-01  B.GreenhamAdd blank +K (norepeat) chmode, though it does nothing...
2010-02-28  B.GreenhamAdd full support for +a (owner) and +h (halfop) chmodes.
2010-02-28  B.GreenhamThere's no reason to use get_channel_access() in chm_fo...
2010-02-27  Alexander F?r?yUse RPL_QUIETLIST and RPL_ENDOFQUIETLIST instead of...
2010-02-26  B.GreenhamAdd the +J channelmode and config options, though they...
2010-02-25  JD Horelickmore override stuff
2010-02-25  JD HorelickOverride part one.
2010-02-25  JD HorelickBacked out changeset 677d7b5cbbcc
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  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-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-06-08  William PitcockMerge with 'charybdis-ts6only' branch.
2008-04-21  William PitcockAutomated merge with ssh://hg.atheme.org//hg/charybdis charybdis-3.0.0-rc1
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: