summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-10-22Change around some dns stuff (dont use this yet)brain
2006-10-22Call OnError when timing outbrain
2006-10-22Make clever use of modestackerbrain
2006-10-22Make +beIgqa be sent multiple per line, rather than one per line, using modes...brain
2006-10-16Multiply API_VERSION by ten if IPV6 is defined, to prevent modules built for ...brain
2006-10-07Replaced operonlystats with userstats to improve securityspecial
2006-10-06Add extra debugging for socketengines, will now report OS error string when f...brain
2006-10-06Document more classesbrain
2006-10-06Document a ton of classes (e.g. give them a short description for http://svn....brain
2006-10-05Move opertypes/operclasses maps into ServerConfig, for some reason these were...brain
2006-10-04Whowas is now fixed.brain
2006-10-03Documentbrain
2006-10-03New helper class irc::stringjoiner - it pwns you.brain
2006-10-02Remove testcasesbrain
2006-10-02mmmm dinner break, oh and document and make use of modestacker.brain
2006-10-02Add more features to modestacker so that we can stack +, -, and parameterless...brain
2006-10-02More efficient modestackerbrain
2006-10-02modestacker class, stacks modes and returns a string list of up to MAXMODES m...brain
2006-10-01Now with binary versioning goodnessbrain
2006-10-01Added OnPostJoin, which is (at the moment) almost exactly identical to OnUser...special
2006-09-26make OnPostConnect globalbrain
2006-09-26Remove deprecated -nolimit and -notraceback optionsw00t
2006-09-25Whoops, patchbrain
2006-09-24Speaking of misleading comments, 'Delete and InspTImer' isn't particularly de...special
2006-09-19Make the check against z/k/q/e/g methods return a pointer to the whole object...brain
2006-09-19Fix crashes, and in the process make xline even faster!brain
2006-09-19Make xline more memory-efficient and faster/neater. Eliminate a mass of fixed...brain
2006-09-17Turn irc::commasepstream into a base class, irc::sepstream, inherit two class...brain
2006-09-17Add const std::string &original_command to OnPreCommand and OnPostCommand, wh...brain
2006-09-15Add timeouts to the http module. Two seperate timeouts, 60 seconds to receive...brain
2006-09-15Fix for bug noticed by dotslasher (?) where SAJOIN can desyncbrain
2006-09-15Annotationsbrain
2006-09-15Annotationsbrain
2006-09-15Annotationsbrain
2006-09-15Remove ExemptItem and InviteItem, these were never usedbrain
2006-09-13If inspircd crashes in std::string destructor in CommandParser::ProcessComman...brain
2006-09-13Special check in cmd_quit and cmd_kill and special return value CMD_USER_DELE...brain
2006-09-11Fix for picky compilers (see, I work sometimes ;p)w00t
2006-09-10* Fix ChanModes::ModeString to not try and set a key as a user mode ;)brain
2006-09-10Split hostmasks into ident and host pairs for matching as g/k/e lines. This a...brain
2006-09-10Match IP's with klines, glines and exceptions, as well as hostsbrain
2006-09-10Move Spacify() into irc:: namespace as multiple modules use it nowbrain
2006-09-10Spacify() the oper typesbrain
2006-09-09ModuleFactories are not being deleted, this means that updates arent loadedbrain
2006-09-09Make SAMODE oper output tidierbrain
2006-09-08Fix 'item not on list' outputbrain
2006-09-08Allow QUIT to be used before we fully register the connection. This stops mir...brain
2006-09-06Finish off the fix for bug #136 (a biggie for such a simple thing)brain
2006-09-06Command result codes. This isnt finished yet, still got to do most of the mod...brain
2006-09-03We now have a test module that can dump someones certificate information: /ss...brain