]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules.cpp
Decide that it wasn't quite appropriate :(
[user/henk/code/inspircd.git] / src / modules.cpp
2006-02-23 brainUse ::AddTimer not AddTimer, or it calls this->AddTimer...
2006-02-23 brainFixed to work
2006-02-23 brainIncorporating InspTimer into safelist as a test
2006-02-22 brainChanged triggering time of OnBackgroundTimer to 5 secs...
2006-02-22 brainAdded m_safelist helper functions GetChannelCount and...
2006-02-19 brainServer::AddExtendedMode and Server::AddCommand will...
2006-02-07 brainExperimental improved string handling in server links
2006-02-05 brainPropogation of away messages across network (we dont...
2006-02-04 brainAdded "char status" parameter to OnUserPreNotice and...
2006-02-03 brainTypo fixes #2
2006-02-03 brainThis probably wont compile atm - add support for prefix...
2006-01-30 brainRemainder of TYPE_OTHER metadata
2006-01-29 brainMoved Write() call so that it can send the NICK message...
2006-01-29 brainCreated OnPostOper that can be gauranteed to be called...
2006-01-25 brainAdded PRIORITY_BEFORE and PRIORITY_AFTER (see src/modul...
2006-01-22 brainFixes to make server kicks work
2006-01-22 brainAdded facility for servers to send KICK message (ew...
2006-01-22 brainAdded OnChannelDelete() method (called on KICK, PART...
2006-01-17 brainAdded support for part messages in the module API ...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
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
next