summaryrefslogtreecommitdiff
path: root/src/commands
AgeCommit message (Expand)Author
2008-08-07Always deny invite to users below halfop status, move OnUserPreInvite up to a...w00t
2008-08-06Hoorayw00t
2008-08-06Give feedback to remote usersw00t
2008-08-04Add Channel::SetTopic(User *, std::string &) to set topic on a channel. Use i...w00t
2008-07-22Fix bug #579, missing end of stats and snomask when module returns 1 from OnS...brain
2008-07-20changed my email addresspippijn
2008-07-20Removed excess spaces before some lines in /info - thanks psychonspecial
2008-07-20More numerics.h conversionw00t
2008-07-16Add psychon to regular contributorsw00t
2008-07-15Send ERR_NOTREGISTERED to clients that send SERVER on a client port with a te...w00t
2008-07-13Convert more stuff to use numerics.h, change SERVER to send ERR_ALREADYREGIST...w00t
2008-07-12Don't add a 10 second penalty to all connecting users (this was accidental)w00t
2008-07-11Convert API to use std::string, fixes my slight bug from earlier and looks ti...w00t
2008-07-02Back out the incomplete linebuffering stuff that shouldn't have been committed..w00t
2008-07-02Forward port r9946: make SVSHOLD silent to avoid useless irritation to opersw00t
2008-06-18more fixesbrain
2008-06-18more fixesbrain
2008-06-18Measure bandwidth statistics from the socket engine (kiloBITS per second in, ...brain
2008-06-18Add the rest of the stuff for named pipe comms, including feedback informatio...brain
2008-06-13Win32 compilation fixesbrain
2008-06-06On ambiguous abbreviation, list all possibilities and eat the command (numeri...brain
2008-06-03Fix for bug #548 reported by jackmcbarn, away message not unsettingbrain
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
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