summaryrefslogtreecommitdiff
path: root/include/inspircd.h
AgeCommit message (Expand)Author
2006-06-29This already adds the file and line number itself, call do_log() rather than ...om
2006-04-25Check for NULL, set pointers to NULL after deletionbrain
2006-04-24Fix various typos and warningsbrain
2006-04-24Typo in the macro :pbrain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-10Add time.h include to inspircd.h. Random cleanups in channels.cpp, mostly usi...om
2006-04-09Shuffle some more includes around, const reference a few functions in inspircd.*om
2006-04-08Remove references to inspircd_io from these, stop configure making all the mo...om
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-03-13Removal of ancient TRUE/FALSE #defines (C-ish stuff)brain
2006-03-10Tidyup and move ConvToStr to a publically accessible placebrain
2006-03-02Added IS_SINGLE, see comment in include/inspircd.hbrain
2006-02-27Add comment stressing the importance of certain elements of this fileom
2006-02-27Test twobrain
2006-02-27Constant eating 20% cpu since last nights commit - test fixbrain
2006-02-26Moved the contents of the mainloop into a function called InspIRCd::DoOneIter...brain
2006-02-24Nothing to see here, nothing, at all.om
2006-02-03*EXPERIMENTAL* <options:hidesplits> ircu-style quit munging for netsplitsbrain
2006-01-25Added PRIORITY_BEFORE and PRIORITY_AFTER (see src/modules/m_hostchange.cpp fo...brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-09Untested priority system for modules to move themselves to the start or end o...brain
2005-12-29Cached ISUPPORTbrain
2005-12-16Missing semicolonbrain
2005-12-16Moved serverstats* stats to InspIRCd classbrain
2005-12-16Moved SocketEngine* SE into InspIRCd classbrain
2005-12-16Moved a ton of defined to modules.h that belong therebrain
2005-12-16So many inclusion loops it makes your head spin - forward declaring tons of c...brain
2005-12-16Moved ModeGrok and Parser into InspIRCd classbrain
2005-12-16Moved command parsing crap into command_parse.cppbrain
2005-12-16Moved BoundPortCount into serverstatsbrain
2005-12-15Full removal of inspircd_util.hbrain
2005-12-15Moved rehashnick and force_nickchange to users.cppbrain
2005-12-15Tidied up call_handler to use stringsbrain
2005-12-15Moved a ton of user related functions from inspircd.cpp to users.cppbrain
2005-12-14Added more stuff to InspIRCd classbrain
2005-12-14Sucky stuffbrain
2005-12-14Made LoadModule and UnloadModule publicbrain
2005-12-14Tidy tidybrain
2005-12-14Removed externs for module_socketsbrain
2005-12-14Shuffling stuff aboutbrain
2005-12-14Moved a bunch of stuff into class InspIRCdbrain
2005-12-14TittyBiscuits!brain
2005-12-14Shitty include loopsbrain
2005-12-14Tidied up typosbrain
2005-12-14Made inspircd itself a class, and called its instance TittyBiscuits, just bec...brain
2005-12-14Comment tidybrain
2005-12-14Moved add_channel, del_channel, kick_channel to channels.cppbrain
2005-12-14Tidied up inspircd.hbrain
2005-12-14Finished moving main config items into class ServerConfigbrain
2005-12-14Started moving of data into ServerConfig classbrain