summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-08-19Remove users.h include from herebrain
2006-08-18Make DELETE inline so its about as fast as the define it replacedbrain
2006-08-18Change #define DELETE to a templatebrain
2006-08-18Change commentbrain
2006-08-18NONBLOCKING LOGGER!brain
2006-08-18Document ListenSocket classbrain
2006-08-18Typos in the socketenginesbrain
2006-08-18Commentsbrain
2006-08-18Move lowermap[] into a pre-initialised const array in hashcomp.h,brain
2006-08-18Get rid of SocketEngine::Wait and array-copy, change to SocketEngine::Dispatc...brain
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-17Add modules.h to cmd_connect.hbrain
2006-08-17userrec::AddBuffer and userrec::Write end up copying the const std::string& i...brain
2006-08-12This commit is dedicated to Boo ;-ppppppbrain
2006-08-12Document base modesbrain
2006-08-12Explain what ModeParser doesbrain
2006-08-12Document the nspace namespacebrain
2006-08-12Document some missing xline stuffbrain
2006-08-12More docs. Tons more docs. I need coffee and we're out of coffee :<brain
2006-08-12Document command_parse.h and CommandParser classbrain
2006-08-12Document irc::socket namespace members/classesbrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Document TimerManager classbrain
2006-08-11Added comment about why its important to push_back onto the string_list when ...brain
2006-08-11Document XLineManagerbrain
2006-08-11Just about enough docs to rebuild the docs page nowbrain
2006-08-11Tons more docsbrain
2006-08-11Documentation of new chanrec functionsbrain
2006-08-11Document all the new methods (eventually there will be more detail)brain
2006-08-11Documented all of the functions in a basic manner here. More detail to followbrain
2006-08-11More commentsbrain
2006-08-11Tons of commentsbrain
2006-08-11CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat.brain
2006-08-11Move remaining functions:brain
2006-08-11Fixedbrain
2006-08-11Fix FOREACH_MOD macrosbrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-11Move all of the xline stuff into class XLineManager, make an instance of it i...brain
2006-08-11Move ReadBuffer into InspIRCd classbrain
2006-08-11Move whowas into InspIRCdbrain
2006-08-11Removal of an externbrain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-11(Bigger than it looks, i did this with perl inplace edit) -- commands now tak...brain
2006-08-10Committing this as a rollback point - does not compilebrain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Move all_opers into class InspIRCdbrain
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10Move tons more stuff into class InspIRCd*, make signal handler functions stat...brain