summaryrefslogtreecommitdiff
path: root/include/inspircd.h
AgeCommit message (Expand)Author
2006-12-14CPU Usage percent in stats z! yay!brain
2006-12-12New clone counting mechanism (this isnt tested yet)brain
2006-12-10Add InspIRCd::UseInterface and InspIRCd::DoneWithInterface, and also InspIRCd...brain
2006-12-05Document FindInterface, PublishInterface, UnpublishInterface, fix a bug where...brain
2006-12-05Untested, undocumented PublishInterface, UnpublishInterface, FindInterface.brain
2006-12-05This has changed again, i suggest you dont bother trying to keep up till im d...brain
2006-11-29Added InspIRCd::GetTimeDelta() - previously m_alltime was using a hack to get...special
2006-11-13add <whowas> config option to control whowas behaviour. *may break*peavey
2006-11-12When some (but not all) of the ports fail to bind on startup, give the user a...brain
2006-11-05Added time syncing! This is fairly simple - servers exchange timestamps and u...special
2006-11-04As requested by satmd, inspircd will now run with no client ports configuredbrain
2006-11-01New events for special. Event id's "new_server" and "lost_server". The data i...brain
2006-10-31Socket error state stuffbrain
2006-10-28Add 'dest' parameter to OnWhoisLine, contains the user being whois'ed (we nee...brain
2006-10-28Add support for OnWhoisLine, which allows modules to change or drop any line ...brain
2006-10-28Needs more testing but seems to work: In DoBackgroundUserStuff(), calculate t...brain
2006-09-26Remove deprecated -nolimit and -notraceback optionsw00t
2006-08-29Snomask support cometh! and it leave a sticky white mess all over the floor :(brain
2006-08-28Note: connect() cant time out for inspsockets in this commit. They'll sit in ...brain
2006-08-19Make it virtual, in case someone ever wants to make a derived version of itbrain
2006-08-19Extra comments about how the FileLogger class schedules its own write events ...brain
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-18Move lowermap[] into a pre-initialised const array in hashcomp.h,brain
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-12This commit is dedicated to Boo ;-ppppppbrain
2006-08-12Document command_parse.h and CommandParser classbrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Just about enough docs to rebuild the docs page nowbrain
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-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-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-10Committing this as a rollback point - does not compilebrain
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
2006-08-10Move AllModulesReportReady into a private method of class InspIRCdbrain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-10PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins...brain