]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/mode.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / mode.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-14 specialProperly spacify opertypes in error messages. Patch...
2009-09-13 danieldgFix access checks on chanprotect preventing use of...
2009-09-13 danieldgTranslate TR_NICK back from UID on mode parse
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-13 danieldgReplace OnAccessCheck with OnPreMode to remove a number...
2009-09-13 danieldgModule API changes to use Membership* where sensible
2009-09-13 danieldgMembership* changes
2009-09-02 danieldgChange SAMODE to source from the acting user, not the...
2009-09-02 danieldgRip out VisData in preparation for replacing it with...
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove "servermode" parameter, replace with IS_FAKE...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgValgrind cleanup: deallocate RFC modes, clientlist...
2009-09-02 danieldgUse CheckTimeStamp to merge modes on netburst
2009-09-02 danieldgRework mode parser into slightly smaller chunks
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-06-01 danieldgMakefile updates: clean up command lines
2009-05-13 danieldgShow correct server source to users on FTOPIC and FMODE
2009-04-18 danieldgUse server source for RemoveMode, fixes bug #838
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...
next