]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/mode.cpp
Update all wiki links to point to the new wiki. This was done automatically with...
[user/henk/code/inspircd.git] / src / mode.cpp
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-13 peaveyFollow-up fix to r11081. Escalate minimum privileges...
2009-03-09 danieldgCorrectly fill LastParseParams on servermode. Fixes...
2009-03-08 danieldgm_override: fix messages on multi-mode changes
2009-03-07 danieldgInclude explicit parameter list in ProtocolInterface...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-02-11 peaveyRemove/Add cmode h according to <option:allowhalfop...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-27 w00tAdd user/channel mode synchronisation detection to...
2008-10-25 aquanightMissed one, w00t :)
2008-10-25 w00tFix <disabled:umodes> interfering with /unloadmodule...
2008-10-18 w00tTie settings in mode and whowas to privs.
2008-08-31 brainMove all the parameters around AGAIN. See docs shortly
2008-08-17 brainAdd OnParameterMissing to modehandler, called when...
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-29 w00tMove umode_n to umode_s, second half of last commit
2008-07-29 w00tAfter discussions and thought, move umode +n to +s...
2008-07-20 w00tFixes to some stuff that writes on memory it shouldn...
2008-07-18 aquanightImplement <disabled:usermodes> and <disabled:chanmodes>.
2008-07-14 w00tMore broken compile stuff
2008-07-13 w00tConvertage.
2008-07-12 w00tAllow opers to view modelists regardless of <security...
2008-07-12 w00tMake m_gecosban work. We can't make assumptions about...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-04 brainConversion of command handler params from "const char...
2008-05-02 brainOptimize MODE #chan b etc, avoid a 256 byte memset...
2008-05-01 brainSimple user/channel mode patch
2008-04-21 brainMerge in large patchset from GreenReaper, useful fixes...
2008-04-13 brainOnly restrict set with <class:usermodes/chanmodes>...
2008-04-05 w00tFix a cosmetic issue: 'oper type does not have access'
2008-04-04 w00tThe start of extended bans infrastructure: syntax is...
2008-04-02 brainFixes for bug #493, tidyups to clearing of channel...
2008-04-01 brainAdd an optional bool to ModeParser::ModeString() to...
2008-03-23 aquanightAdd ability to control what opertypes can set what...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-26 brainFix for bug #466 reported by John
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-18 brainSomeone please help me fix the warnings in modules...
2008-02-14 brainChange string for Om <3
2008-02-14 brainMake AC_OTHERMODE OnAccessCheck call work again.
2008-02-14 brainIf the mode defined by the handler is not '\0', but...
2008-02-14 brainReword the failure message to read a little better
2008-02-14 brainDuh, wasnt working when the user had NO prefixes at...
2008-02-14 brainThat was REALLY dumb. Due to a stupid kludge i did...
2008-02-14 brainAll working now, with any luck
2008-02-14 brainNew mode stuff. Note, the framework is now here so...
2008-02-14 w00tMore OnRawMode fix
2008-02-14 w00tHopefully fix behaviour of OnRawMode
2008-02-10 brainMore to quiet down. This will be a really tidy looking...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-06 w00tHopefully correct implementation of OnRawMode.. can...
2007-11-03 brainPartial fix for bug #441
2007-10-23 brainpedantic safe
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-07 brainSupport 501 numeric (its different for user modes compa...
2007-08-28 w00tRemove some fake client stuff, make it use the global...
2007-08-27 w00tRemove more unnecessary header traffic
2007-08-26 brainProper fix for end-of-list numerics on restricted lists...
2007-07-18 brainIve tidied up the mode count stuff, but i still cant...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-13 brainExplicitly disallow mode prefixes > 126, to prevent...
2007-07-01 brainCompile fixes
2007-07-01 brainOptimizations and code tidyups. QA please check that...
2007-06-12 brainFix advertising of +h/% in 005 and 004 numerics when...
2007-06-09 brainChange some = "" to clear() and some == "" to .empty()
2007-05-30 brainFix bug #310 reported by Smartys, and optimize mode...
2007-05-19 brainFix std::sort stuff for w00t
2007-05-12 w00tWe've had an IS_OPER macro for a long time. About time...
2007-05-04 brainfoolish human! you can't /mode query a user that isnt...
2007-05-04 brainWhere others charge, we give for free. Have fun and...
2007-05-01 brainMove new listmode check deeper into the mode parser...
2007-04-30 brainFix one issue, add another feature: When sending MODE...
2007-04-27 brainAdd support for hiding listmode lists such as +beI...
2007-02-09 brainChange the constructor of ModeParser, make it just...
2007-01-20 brainBetter way even than suggested.
2007-01-15 brainCrusade to remove debug from stable and tested parts...
2007-01-15 brainMake this use true and false, not MODEACTION_DENY
2007-01-14 brainFix the code that nobody tested :p
2007-01-14 omAnd take the return out again to stop w00t throwing...
2007-01-14 omAdd return statement at the end of the special-case...
2007-01-14 brainFix this so that if the beforemode clears the parameter...
2007-01-14 brainFix BeforeMode to have the parameter available, if...
2007-01-08 brainTweaks to mode parser
2007-01-06 brainExtra check so that we dont get -O-s when doing:
2007-01-06 brainFix desync with halfop and voice when opped (this happe...
2007-01-03 brainFix lusers breakage introduced by latest set of optimiz...
2006-12-29 brainAdd counter system for umodes to get rid of some O(n)
2006-12-23 brainHash rehashing change
2006-12-22 brainReduce logging caused by mode changes
2006-12-18 w00tAvoid no such nick on non oper attempting to view modes...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-14 brainRefactor userrec::chans.
2006-12-03 w00tLOL INFINITE LOOPS IN IRCD ARE ROX
2006-12-02 w00tThat patch (TM) of controversy, plus a minor cleanup
next