summaryrefslogtreecommitdiff
path: root/include/modules.h
AgeCommit message (Expand)Author
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-09Add OnRawSocketConnect, we've not had it till now because we've not needed it :)brain
2006-12-05Untested, undocumented PublishInterface, UnpublishInterface, FindInterface.brain
2006-12-05Change this a LOT.brain
2006-11-27BuildExemptList is becoming pretty ugly. grr.brain
2006-11-27Add OnBuildExemptList, which is used to build an exempt list when passing a p...brain
2006-11-27Add exception lists to OnUserMessage and OnUserNotice, to be used for smarter...brain
2006-11-26Update comments to reflect new APIbrain
2006-11-26Add extra parameter to OnUserPreNotice and OnUserPrePrivmsg, CUList &exempt_l...brain
2006-11-21fix for bug #175, change OnUserRegister to return int, and if greater than 0 ...peavey
2006-11-14Inherit ModuleException from std::exception rather than classbasebrain
2006-10-31Removed OnRawMode - this hasn't been called at all for awhile now, so it was ...special
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-16Multiply API_VERSION by ten if IPV6 is defined, to prevent modules built for ...brain
2006-10-01Now with binary versioning goodnessbrain
2006-10-01Added OnPostJoin, which is (at the moment) almost exactly identical to OnUser...special
2006-09-26make OnPostConnect globalbrain
2006-09-25Whoops, patchbrain
2006-09-17Add const std::string &original_command to OnPreCommand and OnPostCommand, wh...brain
2006-09-06Finish off the fix for bug #136 (a biggie for such a simple thing)brain
2006-08-30Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never usebrain
2006-08-28Add support for NAMESXbrain
2006-08-24Renamed the OnGlobalConnect callback to OnPostConnect, which is much more app...special
2006-08-23Inherit ModuleMessage from Extensible, so users can Extend and Shrink it.brain
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-12More docs. Tons more docs. I need coffee and we're out of coffee :<brain
2006-08-11Added comment about why its important to push_back onto the string_list when ...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-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
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-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-10PublishFeature, FindFeature, FindModule, PriorityBefore, PriorityAfter -> Ins...brain
2006-08-10Removal of Server::Log -- not much ever used it anyway with the ability to us...brain
2006-08-10Fixes and removal of Server::GetServerName()brain
2006-08-10Server::GetAdmin, Server::GetServerDescription, Server::GetNetworkName --- *R...brain
2006-08-10Why is most of Server:: virtual?`brain
2006-08-10Remove Server::Server() and Server::~Server()brain
2006-08-10cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF...brain
2006-08-10Server::GetConfig, Server::GetVersion -> removedbrain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-10Relocate timer stuff into TimerManager classbrain
2006-08-09userrec and chanrec now have their own independent pointer back to their 'cre...brain
2006-08-09Move tons more stuff into class InspIRCdbrain
2006-08-09Tidy up loglevel enum (remove some C-ish defines)brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain