Age | Commit message (Expand) | Author |
2006-09-26 | Remove deprecated -nolimit and -notraceback options | w00t |
2006-08-29 | Snomask support cometh! and it leave a sticky white mess all over the floor :( | brain |
2006-08-28 | Note: connect() cant time out for inspsockets in this commit. They'll sit in ... | brain |
2006-08-19 | Make it virtual, in case someone ever wants to make a derived version of it | brain |
2006-08-19 | Extra comments about how the FileLogger class schedules its own write events ... | brain |
2006-08-18 | Make DELETE inline so its about as fast as the define it replaced | brain |
2006-08-18 | Change #define DELETE to a template | brain |
2006-08-18 | Change comment | brain |
2006-08-18 | NONBLOCKING LOGGER! | brain |
2006-08-18 | Move lowermap[] into a pre-initialised const array in hashcomp.h, | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
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 |