summaryrefslogtreecommitdiff
path: root/src/modules.cpp
AgeCommit message (Expand)Author
2006-01-09Untested priority system for modules to move themselves to the start or end o...brain
2006-01-09Fixed warning about missing return valuebrain
2006-01-09*TEST* Oper-Only-Stats (not yet tested)brain
2006-01-09Sync fixes for m_park et albrain
2006-01-09Double checking to make sure that non-local users dont end up in the local us...brain
2006-01-09More usertopseudo fixesbrain
2006-01-09m_park.cpp fixes (and anything else using UserToPseudo and PesudoToUser)brain
2005-12-30Optimized out some more redundant va_args voodoobrain
2005-12-29More removal of formatting where its not neccessary x("%s",str) == bad!brain
2005-12-26Fixed support for implementation hooksbrain
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-18Added IOHookModule stuff to allow for different modules to hook different portsbrain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-16Moved SocketEngine* SE into InspIRCd classbrain
2005-12-16Moved ModeGrok and Parser into InspIRCd classbrain
2005-12-16GROK!brain
2005-12-16Changed to Parser->CreateCommand()brain
2005-12-16Fixed command parserbrain
2005-12-16Moved command_parse functions into class CommandParserbrain
2005-12-16Fixed dodgy makefile generationbrain
2005-12-16Changed I/O reading stuff for modules to be much faster (and exclusive :()brain
2005-12-16Moving to faster way of hooking i/obrain
2005-12-15Full removal of inspircd_util.hbrain
2005-12-15Tidied up call_handler to use stringsbrain
2005-12-14Added Server::GetVersion()brain
2005-12-14Sucky stuffbrain
2005-12-14Grrrrrrbrain
2005-12-14Moving module_sockets into main classbrain
2005-12-14Code tidyingbrain
2005-12-14Tidied up inspircd.hbrain
2005-12-14Added way to retrieve a pointer to the ServerConfig objectbrain
2005-12-14module_names -> Config->module_namesbrain
2005-12-14Fixed to use new methods of ServerConfigbrain
2005-12-14Moved include stack stuff to be private to ServerConfigbrain
2005-12-14Moved readconfig to serverconfig classbrain
2005-12-14Added config_f to serverconfig, UNTESTEDbrain
2005-12-14Tidied up modules.h added some typedefs to typedefs.hbrain
2005-12-14moved declarations of typedefs for user_hash and chan_hash etc to typedefs.hbrain
2005-12-14Started moving of data into ServerConfig classbrain
2005-12-13Fixed minor warningbrain
2005-12-13Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)brain
2005-12-12Moved some stuff out to userprocess.cppbrain
2005-12-12EXPERIMENTAL new socket engine codebrain
2005-12-09Fixed missing prototypesbrain
2005-12-07oChanged 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