]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_redirect.cpp
Fix the cloaking module on C++98 compilers.
[user/henk/code/inspircd.git] / src / modules / m_redirect.cpp
2008-05-19 brainMore done
2008-04-16 brainChange that allows the m_override module to not announc...
2008-03-24 brainFinally change all the Version() objects
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-18 w00tPhew. Fix a bunch of method sigs to stop warnings.
2008-01-17 w00tRemove a redundant method here, call the mode manager...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-23 brainAll of insp now builds with -pedantic (theres some...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-27 w00tRemove unnecessary header traffic
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-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tConversions
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 brainSPACE INDENTING ACTION RANGERS -- ATTACK!
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-08 brainMake SAJOIN/SAPART more spanningtree friendly, they...
2007-03-18 brainset the TS of a channel in JoinUser, not after the...
2007-03-05 brainState that the channel is full, to avoid confusion
2007-03-05 brainReturn 1 not 0, we dont want two numerics. (thanks...
2007-03-05 brainChange oper notice into a numeric to the user:
2007-03-02 peaveyDo not perform redirect on chained channel links, tell...
2006-12-28 brainReasonably sized fix - when adding modes in modules...
2006-12-23 brainHash rehashing change
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-10-19 brainInsert massive change here.
2006-10-06 brainDocument more classes
2006-10-01 brainNow with binary versioning goodness
2006-09-25 brainAll done.
2006-09-02 brainBecause these modes take no parameter when being remove...
2006-08-25 brainRemove On005Numeric event from a ton of modules which...
2006-08-23 brainModeParser::InsertMode is no longer required -- this...
2006-08-13 brainIf +L is set without +l, dont forward users
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMove tons more stuff into class InspIRCd*, make signal...
2006-08-10 brainMove InsertMode into ModeParser
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainadd_channel -> chanrec::JoinUser()
2006-08-07 brainOnly local users can have angry monkeys and packs of...
2006-08-07 brainNow with added ANGRY MONKEYS.
2006-08-07 brainChange the error message, just for LeaChim <3
2006-07-27 brainChange std::pair<bool,std::string> to neater typedef...
2006-07-26 brainAdd extra method to mode handler, ModeHandler::ModeSet().
2006-07-09 brainMove to new api
2006-07-09 brainAlter SetModeParam to take const char* to save on casts...
2006-03-12 brainRenamed to chanrec::modes
2006-02-19 w00t- Don't allow invalid channel names in /mode #chan...
2006-01-25 omChange m_redirect, m_joinflood and m_messageflood to...
2006-01-21 brainFix to m_redirect to prevent circular link to self
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainLast set converted to 'Implements'
2005-12-26 brainPorted to new system
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-04-15 brainSomeone got a comparison completely the wrong way aroun...
2005-04-07 brainTons of module versionflags stuff, and checks for it...
2005-04-07 brainAdded version flags
2005-04-03 brainMore secure checking in 005 handlers
2005-04-03 brainFix for bug #39, m_redirect returning invalid/random...
2005-03-27 brainAdded 005 numeric handling to most of the modules
2004-05-16 brainUpdated header comments
2004-05-09 brainFixed m_redirect.so which was claiming every mode that...
2004-05-05 brainAdded support for +L (services doesnt support this...
2004-05-05 brainAdded m_redirect, handles +L