summaryrefslogtreecommitdiff
path: root/src/commands
AgeCommit message (Expand)Author
2008-08-29Tidier /modules generation. faster for non-opers, neater for all, and doesnt ...brain
2008-08-29Fix extra End of /STATS on spanningtree override of stats c and n.peavey
2008-08-29I was told that a new dev's first action must be adding himself to /info, sopsychon
2008-08-28Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ...w00t
2008-08-27Clean up opering a tiny bit.. pave the way for SVSOPERw00t
2008-08-27USERHOST/USERIP fix, return '-' char, not '+' if the user is away. Thanks jil...w00t
2008-08-26Someone messed this upbrain
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-25Implement /who 1d t (search for who matches for users connected for a given t...w00t
2008-08-25Add opt_time to WHO (will be /who +t flag) and clean the fuck up CommandWho::...w00t
2008-08-23Remove unused itab arrayw00t
2008-08-21match() is no longer a function+no header, now a static method of InspIRCd cl...w00t
2008-08-20properly coreexport the getcpu() function etcbrain
2008-08-20We can finally have percent cpu in the stats z on windows now, same as it is ...brain
2008-08-18Forward-port r10160: openssl partial write fucking shit up, add Namegduf to c...w00t
2008-08-17These are not percentagesbrain
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