]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/modules.h
Server::GetAdmin, Server::GetServerDescription, Server::GetNetworkName --- *REMOVED*
[user/henk/code/inspircd.git] / include / modules.h
2006-08-10 brainServer::GetAdmin, Server::GetServerDescription, Server...
2006-08-10 brainWhy is most of Server:: virtual?`
2006-08-10 brainRemove Server::Server() and Server::~Server()
2006-08-10 braincmode(), cflags(), cstatus() -> chanrec::GetStatusChar...
2006-08-10 brainServer::GetConfig, Server::GetVersion -> removed
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-10 brainRelocate timer stuff into TimerManager class
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainTidy up loglevel enum (remove some C-ish defines)
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-09 brainGet rid of Server::GetUsers(chanrec) - a throwback...
2006-08-09 braincommon_channels -> userrec::SharesChannelWith()
2006-08-08 brainImprove Write functions, and change some stuff from...
2006-08-08 brainWriteWallops() -> userrec::WriteWallops() (originates...
2006-08-08 brainWriteCommon() and WriteCommonExcept() -> userrec::Write...
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainuserrec::UpdateNickHash(), userrec::ForceNickChange...
2006-08-08 brainkill_link() and Server::QuitUser() -> userrec::QuitUser...
2006-08-08 brainWriteChannel* functions and ChanExceptSender* functions...
2006-08-08 brainadd_channel -> chanrec::JoinUser()
2006-08-08 brainChange to chanrec::PartUser. As with KickUser and Serve...
2006-07-30 brainREMOTE STATS! WOOO AND YAY!
2006-07-23 omAdd an ID field to Request and a GetId() method, takes...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-12 brainTest framework in m_testcommand, add interface
2006-07-10 brainContentSize speedups
2006-07-10 brainAdd FileReader::ContentSize and FileReader::Contents
2006-07-10 brainTry to make this serve some static content
2006-07-10 brainInherit tons of stuff from classbase that should always...
2006-07-10 brainMade a load more stuff Extensible which might be of...
2006-07-10 brainAdd interface to AddModeWatcher and DelModeWatcher...
2006-07-09 brainFix whoopsies
2006-07-09 brainAdded Server::GetModuleName(), Module* to filename
2006-07-08 brainPort m_blockcaps to new api, remove OnExtendedMode...
2006-07-08 brainRemove Server::AddExtendedMode and Server::AddExtendedL...
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
next