summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-10-16Remove second overridden (fully duplicated :/) copy of GetIPString which copi...w00t
2007-10-15InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...w00t
2007-10-15InspTimer -> Timerw00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-10-14Make error messages on failure to load command more usefulbrain
2007-10-13Shut up, valgrindbrain
2007-09-27Remove /summon and /users (I think 15+ years of being marked deprecated is en...w00t
2007-09-26Fixed bug #404; this was caused by recieving multiple OPERTYPEs from a remote...special
2007-09-25Fix for bug #415, affects only trunk (wish i'd known this before i started!)brain
2007-09-23Remove InspIRCd::DoOneIteration, throwback to software threading (lulz)brain
2007-09-12Renamed the needs_unsigned parameter of ConfigReader::ReadInteger to need_pos...special
2007-09-04* Fixed some incorrect declarations in IOCPEngineburlex
2007-08-31This may not compile, I'll test it on my desktop. Waiting 20 minutes for a bu...w00t
2007-08-29A few more minor cleanupsom
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-28First step on the road of module loader rewriting. So far this only really re...om
2007-08-28Tidy up duplicate code, provide GetSID() method on ServerConfig which returns...brain
2007-08-28Document the need for the fake clientw00t
2007-08-28Remove the last uses of localised fake clients. This removes a lot of allocat...w00t
2007-08-28Remove an utterly insane comment .. based on changed by based on originally b...w00t
2007-08-28Oops. This is supposed to be a public memberw00t
2007-08-28Add a global fake client to class InspIRCd used instead of instantiating a fa...w00t
2007-08-27Add <server:id> - this is optional, as stated in the example conf,brain
2007-08-27Update documentation to indicate that userrec::userrec() may throw on duplica...brain
2007-08-27Fix for problems with translationsbrain
2007-08-27Add documentation commentsbrain
2007-08-27Some useful defines for tidy definition of translation lists. See constructor...brain
2007-08-27More translation stuffbrain
2007-08-27Add vector<TranslationType> to commands, used to map fields to uid translationsbrain
2007-08-27Add FindNickOnly, that wont fall through to uid checks if isdigit(*first). We...brain
2007-08-27Allocate uid in userrec constructor. Optional param added, if its empty, the ...brain
2007-08-27Initialise cmd_nick::allowinvalid in constructor init-list, and document Hand...brain
2007-08-27Add a call to the NICK handler that allows toggling of allowing invalid nicks...brain
2007-08-27Add InspIRCd::FindUUID() methods. Currently, these work off an iteration arou...w00t
2007-08-26Add skeleton functions for UID stuff.w00t
2007-08-26Bump ABI version and protocol version. Note that this really means 1.1 and 1....w00t
2007-08-26Added new announceinvite setting i discussed briefly with w00t and i like mys...brain
2007-08-26Proper fix for end-of-list numerics on restricted lists in bug #386, rather t...brain
2007-08-26Add option to set invite announcements to nobody, ops only, or all users, bas...brain
2007-08-23Move the close() wrapper out of the win32wrapper.h, and into its new proper p...brain
2007-08-23Document all this shit!brain
2007-08-23Craquity craq De-craq!brain
2007-08-23Raft of fixes so that inspircd can call Cleanup() and Exit() in less 'stable'...brain
2007-08-23Add some stuff to change how we process a token sepeperated streambrain
2007-08-19Add <connect:maxchans> as per feature bug #338 - combined with the last featu...brain
2007-08-19Allow changing of an oper's host on oper up using <type:class> (give it a con...brain
2007-08-19Add <connect:inherit> and <connect:name>brain
2007-08-19Add extra stuff to make it work (and compile)brain
2007-08-19Add some connect class stuff that is required for bug #367 plus some roadmap ...brain