summaryrefslogtreecommitdiff
path: root/src/commands
AgeCommit message (Expand)Author
2008-05-23NEVER use the two-param assign unless you want your string padding to len byt...brain
2008-05-20char -> std::string conversionw00t
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-19Convert connection::hostbrain
2008-05-19Fix users being unable to register (aquanight, what the fuck were you smoking...w00t
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-18Fix two occurances of match() on a const char* herebrain
2008-05-13Fix the format of +p channels in /list (both in core /list and in m_safelist)...brain
2008-05-11Show keys to opers correctlybrain
2008-05-11Show +sp channels to opers correctlybrain
2008-05-10Improve this not to use pointer maths directly, use an iteratorbrain
2008-05-10Fix for bug #532 reported by dantheman, thanksbrain
2008-05-08When searching by servername without wildcards, conceal +i users no matter wh...brain
2008-05-07Add support for /nick 0: changes nick to UID, which can come in useful for ci...w00t
2008-05-05Snotice on failed oper.w00t
2008-05-05fix LoopCalls to not send param count thus avoiding a crash in command parserpeavey
2008-05-05Calling wrong loopcall overloaded method, due to hasty search and replace ear...brain
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-05-03Allow KICKing multiple nicksaquanight
2008-04-21Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d...brain
2008-04-18Add GreenReaper and Skip to contributorsw00t
2008-04-17Remove use of SendSNONotice to send to remote servers, this is done automagic...w00t
2008-04-09Move QuitUser into UserManager class, and unstaticize it. This prepares for s...w00t
2008-04-09Send usermodes on whois if user is self or operedw00t
2008-04-08Allow remote users to bypass Q:Line (why on earth wasn't this the case)w00t
2008-04-08Don't check Q:Lines if server is enforcing a nick change (I forgot we had a w...w00t
2008-04-08Add todo, add server namew00t
2008-04-08Remote REHASH stuff, this drove me nuts but should probably work now.. thx brainw00t
2008-04-07We were lucky this one didnt bring down the whole devnet (see cmd_part.cpp diff)brain
2008-04-04Allow for custom prefixes as status chars in /notice @#chan etc. Up until now...brain
2008-04-04Fix bad use of old event based api for spanningtree (this is mostly gone now)brain
2008-04-02Fix another warningbrain
2008-04-02Fix stats, this has never actually displayed the per-class max in stats I, no...brain
2008-03-30AWAY notification for WATCH. Numerics are now sent out when a user goes away ...w00t
2008-03-30Merge OnCancelAway and OnSetAway, add param awaymsg to OnSetAway (blank when ...w00t
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-03-21Rejig numerics to not step on the 90x range for SASLbrain
2008-03-21Patch to change MODULES numerics, so we dont get a collision when using AUTHE...brain
2008-03-19And one more tweak to this.peavey
2008-03-19Fix OnUserRegister() not getting called for if USER sent before NICK on regis...peavey
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