]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/modules.h
Replace std::deque with std::vector in spanningtree and related modules
[user/henk/code/inspircd.git] / include / modules.h
2006-07-07 omchange std::string's to const std::string references...
2006-07-07 ommodules.*: Put some void* back to char*, sorry if they...
2006-06-30 brainTweak to IS_LOCAL macro to exclude invalid fd's that...
2006-06-21 brainAdded Server::PublishFeature(),
2006-06-20 brainClass Request and class Event now take a void* in their...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-04 omAll new shiny config parser, there's probably some...
2006-03-12 brainCommented a lot of stuff that hasnt been commented...
2006-03-11 brainMissed some stuff
2006-03-11 brainconst std::string &
2006-03-11 brainStart of conversion to const refs for std::strings...
2006-03-09 omConvert more by-values to const references, optimise...
2006-03-08 brainRemoved deprecated Server::IsOnChannel (was a C++-ish...
2006-03-07 brain*TEST* Server::DumpText - Dump a *stringstream* to...
2006-03-02 brainChanged definition of CallHandler and CallCommandHandle...
2006-02-23 brainFixed to work
2006-02-23 brainIncorporating InspTimer into safelist as a test
2006-02-22 brainAdded m_safelist helper functions GetChannelCount and...
2006-02-19 brainRemoved unneeded {}'s
2006-02-19 brainTesting \exception doxygen tag that *should* work
2006-02-19 brainForgot to commit this?
2006-02-19 brainApparently to catch descendent classes we need to catch...
2006-02-19 brainMade a booboo
2006-02-19 brainAdded exception handling for module loading
2006-02-05 brainPropogation of away messages across network (we dont...
2006-02-05 brainCommented on new return value of OnUserPreKick for...
2006-02-04 brainAdded "char status" parameter to OnUserPreNotice and...
2006-02-03 brainThis probably wont compile atm - add support for prefix...
2006-01-30 brainRemainder of TYPE_OTHER metadata
2006-01-30 brainAdded support for TYPE_OTHER metadata, where void*...
2006-01-29 brainCreated OnPostOper that can be gauranteed to be called...
2006-01-28 brainFixed uninitialized ExtMode::list
2006-01-25 brainDocumented some functions that were missing comments
2006-01-25 brainAdded PRIORITY_BEFORE and PRIORITY_AFTER (see src/modul...
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 brainChanged lots of icky #define's to enums
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-09 brainUntested priority system for modules to move themselves...
2006-01-09 brain*TEST* Oper-Only-Stats (not yet tested)
2005-12-26 brainAdded global_implementation array, bypasses calls which...
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-16 brainSplit all commands into seperate files and redid comman...
2005-12-16 brainMore defines moved
2005-12-16 brainMoved a ton of defined to modules.h that belong there
2005-12-16 brainSo many inclusion loops it makes your head spin - forwa...
2005-12-14 brainAdded Server::GetVersion()
2005-12-14 brainTidied up inspircd.h
2005-12-14 brainAdded way to retrieve a pointer to the ServerConfig...
2005-12-14 brainTidied up modules.h added some typedefs to typedefs.h
2005-12-09 brainAdded tons of extra documentation to Module class
2005-12-07 brainChanged 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 brainAdded OnWallops
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 onrehash 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 brainAdded opertype to OnOper and added OnMode function
2005-11-29 brainAdded reason to OnUserQuit
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 brainRemoved mesh module functions
2005-06-01 brainAdded OnLoadModule and OnUnloadModule (OnLoadModule...
2005-05-30 brainStarted on -Wall - safe compile
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-13 brainAdded Server::GetServerDescription() at request of...
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...
2005-04-27 brainAdded a Server:: method to send server notices to channels
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-23 brainAdded global oper monitoring through modules and global...
2005-04-22 brainAdded OnOperCompare function to override strcmp in...
2005-04-20 brainAdded extra comment
2005-04-20 brainAdded module message passing architecture
2005-04-20 brainAdded OnUserDisconnect method to modules.* to fix fd...
2005-04-16 brainAdded:
2005-04-16 brainAdded a chanrec to OnRawMode, om pointed out i hadnt...
2005-04-15 brainAdded new API methods:
2005-04-14 brainAdded OnUserKick and OnUserPreKick
2005-04-14 brainAdded (untested!) OnCheckReady and OnUserRegister ...
2005-04-14 brainAdded OnPreCommand
2005-04-13 brainAdded IsValidHostMask
2005-04-13 brainAdded Module::OnSendList
2005-04-13 brainAdded Server::AddGLine
next