]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands
Fix RemoveCommands to remove all commands (this function had some really odd removal...
[user/henk/code/inspircd.git] / src / commands /
2008-04-18 w00tAdd GreenReaper and Skip to contributors
2008-04-17 w00tRemove use of SendSNONotice to send to remote servers...
2008-04-09 w00tMove QuitUser into UserManager class, and unstaticize...
2008-04-09 w00tSend usermodes on whois if user is self or opered
2008-04-08 w00tAllow remote users to bypass Q:Line (why on earth wasn...
2008-04-08 w00tDon't check Q:Lines if server is enforcing a nick chang...
2008-04-08 w00tAdd todo, add server name
2008-04-08 w00tRemote REHASH stuff, this drove me nuts but should...
2008-04-07 brainWe were lucky this one didnt bring down the whole devne...
2008-04-04 brainAllow for custom prefixes as status chars in /notice...
2008-04-04 brainFix bad use of old event based api for spanningtree...
2008-04-02 brainFix another warning
2008-04-02 brainFix stats, this has never actually displayed the per...
2008-03-30 w00tAWAY notification for WATCH. Numerics are now sent...
2008-03-30 w00tMerge OnCancelAway and OnSetAway, add param awaymsg...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-21 brainRejig numerics to not step on the 90x range for SASL
2008-03-21 brainPatch to change MODULES numerics, so we dont get a...
2008-03-19 peaveyAnd one more tweak to this.
2008-03-19 peaveyFix OnUserRegister() not getting called for if USER...
2008-02-24 brainYay, local /rehash is now fixed :)
2008-02-24 brainMore stuff
2008-02-24 brainAllow for 'bail' and 'user' parameters to rehash thread
2008-02-24 brainTheres more to do here. Read the TODOs
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-14 brainSomebody *eyes a certain norwegian wannabe* defined...
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-11 w00tFix trampling on memory in Z/G/K/ELine.
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-10 w00tCorrectly rewrite bans in 1.2 also, and make zline...
2008-02-10 w00tMake K|G|Z|ELine actually work with a nickname target...
2008-02-09 w00tImplement LogManager::CloseLogs() to give logstreams...
2008-02-08 aquanightSupport for /invite <user> <channel> <timeout> - if...
2008-02-08 brainSlight speed improvement in WHOing invisible users...
2008-02-08 w00tgit-svn-id: http://svn.inspircd.org/repository/trunk...
2008-02-02 brainAdd it back, but comment out the method body. its useless.
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-30 w00tMove fez to developers (a lot of movement for one day :p)
2008-01-30 w00tMove fez to regular contributors section
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-19 w00tAdd aquanight to developers section
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tStart converting WriteOpers calls into snomask 'O'...
2008-01-17 w00tMove a number of methods from class InspIRCd to class...
2008-01-16 w00tRemove an O(log n) in favour of an O(1) operation,...
2008-01-16 w00tTwo stage commit: don't set user->muted except in QuitU...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-10 w00tImplement <options:prefixpart|suffixpart|fixedpart>
2008-01-09 w00tSome quick credits updates.. nothing huge, just people...
2008-01-09 w00tFake lag on nick change, thanks pLaYa
2008-01-06 w00tBasic core changes for permanent channels.
2008-01-02 w00tAdd param 'opername' to event OnPostOper. This will...
2007-11-11 brainMore stuff for this. Its starting to take shape a bit...
2007-11-10 brainAllow eline/gline/kline/zline by nick
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-11-04 brainAaaand, the rest of it
2007-11-04 brainSome more to fix still, modules probably wont load...
2007-11-04 brainNot yet tested: remove last vestiges of modules[] and...
2007-11-02 brainI must have been smoking craq, this would never have...
2007-11-02 brainPut back different stats numerics for /stats g, /stats...
2007-11-02 brainWhoops
2007-11-02 brainTidy up, and make the identifer for a line type be...
2007-11-02 brainxline gutting, once more. There is no longer an active_...
2007-10-31 brainFix (?) stats chars
2007-10-31 brainFix up to pass User*
2007-10-31 brainMore fixes
2007-10-31 brainMake /gline etc compile with new methods
2007-10-31 w00tClean up XLine conf stuff a little bit, move most of...
2007-10-30 brainAdd support for nick@server requested by many. We are...
2007-10-29 brainCompile fixes
2007-10-28 w00tPERL PIE FOR ALL: Rename a fuckload of XLineManager...
2007-10-28 w00t- Tear out a useless load of XLine clutters that did...
2007-10-27 brainAdd dz to other contributors, line up columns
2007-10-27 brainWho flags now count as a wildcard for searching for...
2007-10-26 brainTypo
2007-10-26 brainAdd new event for this with gauranteed delivery of...
2007-10-24 brainWhoops forgot this
2007-10-23 w00tSome more class stuff, blah. Now possible to move a...
2007-10-23 brainAll the core is now pedantic safe!
2007-10-23 brain-pedantic tidyups, lets see if it finds anything worthy...
2007-10-22 w00tRemove a wrapper, it's easy to read as is :p
2007-10-22 w00tMove cmd_*.cpp to src/commands/. Not done in the nicest...