summaryrefslogtreecommitdiff
path: root/include/modules.h
AgeCommit message (Expand)Author
2005-12-26Adding hook type checking to event calls to speed them upbrain
2005-12-21Improved m_alias to only capture complete commands and rewrite them (bug #92 ...brain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-16More defines movedbrain
2005-12-16Moved a ton of defined to modules.h that belong therebrain
2005-12-16So many inclusion loops it makes your head spin - forward declaring tons of c...brain
2005-12-14Added Server::GetVersion()brain
2005-12-14Tidied up inspircd.hbrain
2005-12-14Added way to retrieve a pointer to the ServerConfig objectbrain
2005-12-14Tidied up modules.h added some typedefs to typedefs.hbrain
2005-12-09Added tons of extra documentation to Module classbrain
2005-12-07Changed name of variable in OnCleanupbrain
2005-12-07Added OnCleanup functionbrain
2005-12-07Added Metadata API (for transferring extensibles over a network transparent t...brain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-12-06Added G/Z/Q/E line propogationbrain
2005-12-05Added OnChangeHostbrain
2005-12-04Added OnWallopsbrain
2005-12-01Added clever code to propogate module's special commands (SAJOIN, KNOCK etc) ...brain
2005-11-30Removed old OnUserSync and OnChannelSyncbrain
2005-11-30Added opaque protocol functionsbrain
2005-11-30Added Server::RehashServerbrain
2005-11-30Added onrehash parameterbrain
2005-11-30Added OnGetServerDescription (mainly for link modules)brain
2005-11-30Added OnPostLocalTopicbrain
2005-11-30Added OnUserInvite()brain
2005-11-30Added remote killbrain
2005-11-29Added opertype to OnOper and added OnMode functionbrain
2005-11-29Added reason to OnUserQuitbrain
2005-11-28Added OnUserMessage and OnUserNotice (why have these been missing so long?)brain
2005-11-26Added start of spanning tree system TEST MODULE, tested outbound connectionsbrain
2005-11-25Removed mesh module functionsbrain
2005-06-01Added OnLoadModule and OnUnloadModule (OnLoadModule was not triggering)brain
2005-05-30Started on -Wall - safe compilebrain
2005-05-16Removed __single_client_alloc again because gcc devs were smoking crack and r...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-13Added Server::GetServerDescription() at request of Craigbrain
2005-05-01Added FindDescriptorbrain
2005-05-01Added and tested fd crossreference table - improves speed a lot, and fixes on...brain
2005-04-30Added OnAddBan and OnDelBan module api calls, and fixed glitch which required...brain
2005-04-27Added a Server:: method to send server notices to channelsbrain
2005-04-26Major code tidyup (-W) - expect a few belchesbrain
2005-04-23Added global oper monitoring through modules and global connect monitoring th...brain
2005-04-22Added OnOperCompare function to override strcmp in password check for /operbrain
2005-04-20Added extra commentbrain
2005-04-20Added module message passing architecturebrain
2005-04-20Added OnUserDisconnect method to modules.* to fix fd leak in m_ident.cppbrain
2005-04-16Added:brain
2005-04-16Added a chanrec to OnRawMode, om pointed out i hadnt given him it :Dbrain
2005-04-15Added new API methods:brain