]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands
for real
[user/henk/code/inspircd.git] / src / commands /
2008-06-06 brainOn ambiguous abbreviation, list all possibilities and...
2008-06-03 brainFix for bug #548 reported by jackmcbarn, away message...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-23 brainNEVER use the two-param assign unless you want your...
2008-05-20 w00tchar -> std::string conversion
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-19 brainConvert connection::host
2008-05-19 w00tFix users being unable to register (aquanight, what...
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-18 brainFix two occurances of match() on a const char* here
2008-05-13 brainFix the format of +p channels in /list (both in core...
2008-05-11 brainShow keys to opers correctly
2008-05-11 brainShow +sp channels to opers correctly
2008-05-10 brainImprove this not to use pointer maths directly, use...
2008-05-10 brainFix for bug #532 reported by dantheman, thanks
2008-05-08 brainWhen searching by servername without wildcards, conceal...
2008-05-07 w00tAdd support for /nick 0: changes nick to UID, which...
2008-05-05 w00tSnotice on failed oper.
2008-05-05 peaveyfix LoopCalls to not send param count thus avoiding...
2008-05-05 brainCalling wrong loopcall overloaded method, due to hasty...
2008-05-04 brainConversion of command handler params from "const char...
2008-05-03 aquanightAllow KICKing multiple nicks
2008-04-21 brainMerge in large patchset from GreenReaper, useful fixes...
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
next