]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules.cpp
Added RemoveSocket as a test fix for merwins bug
[user/henk/code/inspircd.git] / src / modules.cpp
2006-01-14 brainAdded RemoveSocket as a test fix for merwins bug
2006-01-12 brainChanged channel user lists from vector to map
2006-01-11 brainChanged fd_ref_table from 65536 to more correct MAX_DES...
2006-01-09 brainFix to naming scheme
2006-01-09 brainMissing classname
2006-01-09 brainUntested priority system for modules to move themselves...
2006-01-09 brainFixed warning about missing return value
2006-01-09 brain*TEST* Oper-Only-Stats (not yet tested)
2006-01-09 brainSync fixes for m_park et al
2006-01-09 brainDouble checking to make sure that non-local users dont...
2006-01-09 brainMore usertopseudo fixes
2006-01-09 brainm_park.cpp fixes (and anything else using UserToPseudo...
2005-12-30 brainOptimized out some more redundant va_args voodoo
2005-12-29 brainMore removal of formatting where its not neccessary...
2005-12-26 brainFixed support for implementation hooks
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-21 brainImproved m_alias to only capture complete commands...
2005-12-18 brainAdded IOHookModule stuff to allow for different modules...
2005-12-16 brainSplit all commands into seperate files and redid comman...
2005-12-16 brainMoved SocketEngine* SE into InspIRCd class
2005-12-16 brainMoved ModeGrok and Parser into InspIRCd class
2005-12-16 brainGROK!
2005-12-16 brainChanged to Parser->CreateCommand()
2005-12-16 brainFixed command parser
2005-12-16 brainMoved command_parse functions into class CommandParser
2005-12-16 brainFixed dodgy makefile generation
2005-12-16 brainChanged I/O reading stuff for modules to be much faster...
2005-12-16 brainMoving to faster way of hooking i/o
2005-12-15 brainFull removal of inspircd_util.h
2005-12-15 brainTidied up call_handler to use strings
2005-12-14 brainAdded Server::GetVersion()
2005-12-14 brainSucky stuff
2005-12-14 brainGrrrrrr
2005-12-14 brainMoving module_sockets into main class
2005-12-14 brainCode tidying
2005-12-14 brainTidied up inspircd.h
2005-12-14 brainAdded way to retrieve a pointer to the ServerConfig...
2005-12-14 brainmodule_names -> Config->module_names
2005-12-14 brainFixed to use new methods of ServerConfig
2005-12-14 brainMoved include stack stuff to be private to ServerConfig
2005-12-14 brainMoved readconfig to serverconfig class
2005-12-14 brainAdded config_f to serverconfig, UNTESTED
2005-12-14 brainTidied up modules.h added some typedefs to typedefs.h
2005-12-14 brainmoved declarations of typedefs for user_hash and chan_h...
2005-12-14 brainStarted moving of data into ServerConfig class
2005-12-13 brainFixed minor warning
2005-12-13 brainMade MAXCHANS growable for opers/ulines (growing of...
2005-12-12 brainMoved some stuff out to userprocess.cpp
2005-12-12 brainEXPERIMENTAL new socket engine code
2005-12-09 brainFixed missing prototypes
2005-12-07 brainoChanged name of variable in OnCleanup
2005-12-07 brainAdded OnCleanup function
2005-12-07 brainAdded Metadata API (for transferring extensibles over...
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-12-06 brainAdded G/Z/Q/E line propogation
2005-12-05 brainAdded OnChangeHost
2005-12-04 brainMissing Module:: from OnWallops
2005-12-04 brainAdded OnWallops
2005-12-01 brainDamn typos
2005-12-01 brainAdded clever code to propogate module's special command...
2005-11-30 brainRemoved old OnUserSync and OnChannelSync
2005-11-30 brainAdded opaque protocol functions
2005-11-30 brainAdded Server::RehashServer
2005-11-30 brainAdded a parameter to OnRehash for the rehash parameter
2005-11-30 brainAdded OnGetServerDescription (mainly for link modules)
2005-11-30 brainAdded OnPostLocalTopic
2005-11-30 brainAdded OnUserInvite()
2005-11-30 brainAdded remote kill
2005-11-29 brainEverybody hates typos
2005-11-29 brainAdded opertype to OnOper and added OnMode function
2005-11-29 brainAdded reason to OnUserQuit
2005-11-28 brainMissing two Module::
2005-11-28 brainAdded OnUserMessage and OnUserNotice (why have these...
2005-11-26 brainAdded start of spanning tree system TEST MODULE, tested...
2005-11-25 brainFixes for removal of serverrec
2005-11-25 brainRemoved references to deprecated files servers.* and...
2005-11-25 brainRemoved mesh module functions
2005-11-25 brainStarted removal of server linking code from core and...
2005-06-01 brainAdded OnLoadModule and OnUnloadModule (OnLoadModule...
2005-05-30 brainStarted on -Wall - safe compile
2005-05-29 brainAdded include stack to detect looped includes
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-17 brainExperimental: Epoll support
2005-05-16 brainRemoved __single_client_alloc again because gcc devs...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainChanged to use __single_client_alloc, supposedly faster...
2005-05-15 brainMoved StrHashComp and InAddr_HashComp into the irc...
2005-05-15 brainsorted hashcomp etc
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-13 brainAdded Server::GetServerDescription() at request of...
2005-05-12 brainChanged the type of struct whowas records are stored...
2005-05-09 brainBasics of kqueue() implementation for socket engine
2005-05-09 brainFixes to way allocations are handled
2005-05-08 brainChanged the final bunch of udp_* vars to server_*/tcp_*
2005-05-06 brainFixed services not being informed of force joins
2005-05-06 brainFixed park crash bug #63 reported by ViaraiX
2005-05-03 brainFix to prevent quits being sent onto the network for...
2005-05-01 brainAdded FindDescriptor
2005-05-01 brainAdded and tested fd crossreference table - improves...
2005-04-30 brainAdded OnAddBan and OnDelBan module api calls, and fixed...
next