summaryrefslogtreecommitdiff
path: root/src/commands
AgeCommit message (Expand)Author
2008-02-24Yay, local /rehash is now fixed :)brain
2008-02-24More stuffbrain
2008-02-24Allow for 'bail' and 'user' parameters to rehash threadbrain
2008-02-24Theres more to do here. Read the TODOsbrain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-14Somebody *eyes a certain norwegian wannabe* defined two commands called WATCH...brain
2008-02-13Commit patch from danieldg that makes a ton of stuff const-safe for latest wa...brain
2008-02-11Fix trampling on memory in Z/G/K/ELine.w00t
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-02-10Correctly rewrite bans in 1.2 also, and make zline on nicks actually work.w00t
2008-02-10Make K|G|Z|ELine actually work with a nickname target (code was there but not...w00t
2008-02-09Implement LogManager::CloseLogs() to give logstreams a chance to clean up on ...w00t
2008-02-08Support for /invite <user> <channel> <timeout> - if the user doesn't partake ...aquanight
2008-02-08Slight speed improvement in WHOing invisible users, insignificantbrain
2008-02-08git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8850 e03df62e-2...w00t
2008-02-02Add it back, but comment out the method body. its useless.brain
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-30Move fez to developers (a lot of movement for one day :p)w00t
2008-01-30Move fez to regular contributors sectionw00t
2008-01-27Change API OnOperCompare to OnPassCompare, password hashing is now available ...aquanight
2008-01-19Add aquanight to developers sectionw00t
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Start converting WriteOpers calls into snomask 'O' -- generic oper notices.w00t
2008-01-17Move a number of methods from class InspIRCd to class UserManagerw00t
2008-01-16Remove an O(log n) in favour of an O(1) operation, and tidy up culllist some ...w00t
2008-01-16Two stage commit: don't set user->muted except in QuitUser (duplicate setting...w00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-10Implement <options:prefixpart|suffixpart|fixedpart>w00t
2008-01-09Some quick credits updates.. nothing huge, just people that have been helpful...w00t
2008-01-09Fake lag on nick change, thanks pLaYaw00t
2008-01-06Basic core changes for permanent channels.w00t
2008-01-02Add param 'opername' to event OnPostOper. This will help make a (slightly nic...w00t
2007-11-11More stuff for this. Its starting to take shape a bit now, and is tidier than...brain
2007-11-10Allow eline/gline/kline/zline by nickbrain
2007-11-09Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg...brain
2007-11-04Aaaand, the rest of itbrain
2007-11-04Some more to fix still, modules probably wont load correctly atmbrain
2007-11-04Not yet tested: remove last vestiges of modules[] and module_names[] arrays.brain
2007-11-02I must have been smoking craq, this would never have workedbrain
2007-11-02Put back different stats numerics for /stats g, /stats k etcbrain
2007-11-02Whoopsbrain
2007-11-02Tidy up, and make the identifer for a line type be std::string not charbrain
2007-11-02xline gutting, once more. There is no longer an active_lines vector, and no r...brain
2007-10-31Fix (?) stats charsbrain
2007-10-31Fix up to pass User*brain
2007-10-31More fixesbrain
2007-10-31Make /gline etc compile with new methodsbrain
2007-10-31Clean up XLine conf stuff a little bit, move most of it to configreader. Also...w00t
2007-10-30Add support for nick@server requested by many. We are not likely to backport ...brain