]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Extbans can be VF_OPTCOMMON as they do not desync on module add/remove
[user/henk/code/inspircd.git] / include /
2010-01-19 danieldgFix MOTD and RULES to work remotely (remove the old...
2010-01-18 danieldgMove lots of spanningtree items to commands
2010-01-18 danieldgRemove excessive gettimeofday system calls
2010-01-18 danieldgPreCommand/PostCommand are local-only hooks
2010-01-17 danieldgFix for incorrect template application by GCC 3.4
2010-01-17 danieldgAdd Module::init() for correct exception handling durin...
2010-01-16 danieldgFix signdedness error in LoopCall
2010-01-14 danieldgVerify cloak keys match during CAPAB negotiation
2010-01-14 danieldgMove revision information from Version object to a...
2010-01-14 danieldgAllow maxtargets to be bypassed in LoopCall for JOIN
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-09 danieldgRemove mode counter, not reliable and only used for...
2010-01-09 danieldgDisallow adding prefix-mode when it is already set...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-15 danieldgAdd Inspircd::AddServices
2009-11-15 danieldgAdd ParamChannelModeHandler
2009-11-15 danieldgAdd ModeHandler* versions of channel mode access
2009-11-15 danieldgHide channel mode structures
2009-11-13 danieldgGet rid of socklen_t parameter to Bind, we are using...
2009-11-11 danieldgAdd fine-grained command flood controls
2009-11-11 danieldgGet rid of DieDelay, it just freezes the ircd prior...
2009-11-11 danieldgAllow static build of inspircd without module support
2009-11-06 danieldgRemove Extensible parent from EventHandler
2009-11-06 danieldgMove StreamSocket inheritance off of User
2009-11-03 danieldgMatch USERINPUT/USEROUTPUT identifiers
2009-11-03 danieldgCreate m_halfop
2009-11-03 danieldgRemove AllowHalfop item from server config
2009-11-03 danieldgMove MODENOTICE command to a command module
2009-11-01 danieldgFix global clone count not being decremented on remote...
2009-10-30 danieldgClean up typos and some unused code
2009-10-25 danieldgForce heap allocation of refcountbase, create usecountb...
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-25 danieldgAdd <config:format> to avoid breaking existing configur...
2009-10-24 danieldgGet rid of OpenTCPSocket
2009-10-24 danieldgCreate irc::sockets::cidr_mask
2009-10-24 danieldgMove forward declarations to typedefs.h
2009-10-24 danieldgGet rid of ModePair
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-23 danieldgChange to <type:vhost> and <oper:vhost> because <oper...
2009-10-22 danieldgMake ConfigTag::items private
2009-10-22 danieldgSplit up configreader.cpp, it's a bit large
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
2009-10-22 danieldgClean up unused functions, add nonicks operoverride...
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-21 danieldgMove command-line items to CommandLineConf
2009-10-21 danieldgUse ConfigTagList as a faster access method for access...
2009-10-21 danieldgMove AllowedPrivs and similar oper information from...
2009-10-21 danieldgChange User::oper to an OperInfo reference
2009-10-21 danieldgMove all local-only fields to LocalUser
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-21 danieldgMove some local-only fields to LocalUser
2009-10-21 danieldgMove SetClass to LocalUser
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-21 danieldgUpdate documentation and remove unused classes/functions
2009-10-20 danieldgMove DumpText into User; kill unused WriteWallOps and...
2009-10-20 danieldgGet rid of more unneeded parent classes
2009-10-20 danieldgUse custom allocater to decide if refcountbase was...
2009-10-19 danieldgMaintain refcount of Module objects to complain about...
2009-10-19 danieldgFix implementation of reference to const, use reference...
2009-10-19 peaveyAdd a setting to <connect> allowing the threshold for...
2009-10-19 danieldgValgrind now runs completely clean.
2009-10-19 danieldgClose files opened by configreader
2009-10-18 danieldgRemove more classbase
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-18 danieldgCull channels, warn when Extensible objects are not...
2009-10-18 danieldgAdd more debug logging of object lifetimes
2009-10-17 danieldgRevert "Remove duplicated function calls when using...
2009-10-17 peaveyCoreExport ConfigTag, fixes unresolved symbols when...
2009-10-17 danieldgSome windows compile fixes
2009-10-17 danieldgRemove duplicated function calls when using reference
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-17 danieldgAdd filename/line information to all ConfigTag objects
2009-10-17 danieldgAdd ModeHandler::cull() for auto-deletion, fixes call...
2009-10-17 danieldgClean up excessive bits in User struct
2009-10-17 danieldgHold reference to the associated ConfigTag inside Conne...
2009-10-17 danieldgRewrite ConfigReader again
2009-10-16 danieldgClean up static allocations
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-13 danieldgRemove Command and ModeHandler objects in their destruc...
2009-10-13 danieldgChange to new execution directory structure
2009-10-12 danieldgEncode module API version in the init_module symbol...
2009-10-12 danieldgDLLFactory--
2009-10-12 peaveyDon't CoreExport reference.
2009-10-12 danieldgMake OnChannelRestrictionApply take a User* instead...
2009-10-12 danieldgCoreExport changes, clean up DoHostCycle when users...
2009-10-12 danieldgm_exemptchanops by jackmcbarn - channel mode +X to...
2009-10-11 peaveyLess CoreExport.. Too much of a good thing..
2009-10-11 peaveyMore CoreExport, brought the errors down, but some...
2009-10-11 peaveyMore CoreExport.
2009-10-11 peaveyCoreExport Membership since windows needs this.
2009-10-11 peaveyMove 2 static extensibles from user class to inspircd...
2009-10-11 peaveyUse CoreExport for the ServerInstance extern. Fixes...
2009-10-10 danieldgUpdate m_cloaking to use free-form keys instead of...
2009-10-09 danieldgAdd server ports to ServerInstance->ports, enable SSL...
2009-10-08 danieldgAdd names for all modes (part 1 of named channel mode...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-06 danieldgTake advantage of link errors to check API_VERSION...
2009-10-05 danieldgAdd OnBuildNeighborList hook, replaces all uses of...
next