Age | Commit message (Expand) | Author |
2006-08-12 | This commit is dedicated to Boo ;-pppppp | brain |
2006-08-12 | Document command_parse.h and CommandParser class | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Just about enough docs to rebuild the docs page now | brain |
2006-08-11 | Documented all of the functions in a basic manner here. More detail to follow | brain |
2006-08-11 | More comments | brain |
2006-08-11 | Tons of comments | brain |
2006-08-11 | CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat. | brain |
2006-08-11 | Move remaining functions: | brain |
2006-08-11 | Fix FOREACH_MOD macros | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-08-11 | Move all of the xline stuff into class XLineManager, make an instance of it i... | brain |
2006-08-11 | Move ReadBuffer into InspIRCd class | brain |
2006-08-11 | Move whowas into InspIRCd | brain |
2006-08-11 | extern time_t TIME -> InspIRCd::Time() | brain |
2006-08-10 | Committing this as a rollback point - does not compile | brain |
2006-08-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-08-10 | Move all_opers into class InspIRCd | brain |
2006-08-10 | Mass-tidyup of module global vars, theyre no longer global vars. | brain |
2006-08-10 | Move tons more stuff into class InspIRCd*, make signal handler functions stat... | brain |
2006-08-10 | Move AllModulesReportReady into a private method of class InspIRCd | brain |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-10 | PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins... | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-10 | Relocate timer stuff into TimerManager class | brain |
2006-08-09 | Move tons more stuff into class InspIRCd | brain |
2006-08-09 | Move clientlist and chanlist into InspIRCd* | brain |
2006-08-09 | Move fd_ref_table into class InspIRCd* | brain |
2006-08-09 | Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p... | brain |
2006-08-09 | do_log -> static void InspIRCd::Log() (with vararg and std::string variants) | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-06 | Add -notraceback startup option, disables automatic backtrace facility so tha... | brain |
2006-08-02 | Move more stuff into class DNS | brain |
2006-07-19 | Change stats recv/send to double, so they can hold truly massive numbers of t... | brain |
2006-07-19 | Change counters to unsigned long to prevent overflow to negative counts | brain |
2006-07-10 | Inherit tons of stuff from classbase that should always have been | brain |
2006-07-01 | relocate the Move* methods to private: where they belong, rename erase_factor... | brain |
2006-07-01 | Make WritePID a public function of class InspIRCd | brain |
2006-07-01 | Move SetSignals(), Start() and DaemonSeed() into private methods of class Ins... | brain |
2006-06-29 | And add the include to make all the modules compile... | om |
2006-06-29 | This already adds the file and line number itself, call do_log() rather than ... | om |
2006-04-25 | Check for NULL, set pointers to NULL after deletion | brain |
2006-04-24 | Fix various typos and warnings | brain |
2006-04-24 | Typo in the macro :p | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-10 | Add time.h include to inspircd.h. Random cleanups in channels.cpp, mostly usi... | om |
2006-04-09 | Shuffle some more includes around, const reference a few functions in inspircd.* | om |
2006-04-08 | Remove references to inspircd_io from these, stop configure making all the mo... | om |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-03-13 | Removal of ancient TRUE/FALSE #defines (C-ish stuff) | brain |