summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-01-18PreCommand/PostCommand are local-only hooksdanieldg
2010-01-17Fix for incorrect template application by GCC 3.4danieldg
2010-01-17Add Module::init() for correct exception handling during hook registrationdanieldg
2010-01-16Fix signdedness error in LoopCalldanieldg
2010-01-14Verify cloak keys match during CAPAB negotiationdanieldg
2010-01-14Move revision information from Version object to a static symboldanieldg
2010-01-14Allow maxtargets to be bypassed in LoopCall for JOINdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2010-01-09Remove mode counter, not reliable and only used for umode +idanieldg
2010-01-09Disallow adding prefix-mode when it is already set (fixes bug #935)danieldg
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-11-15Add Inspircd::AddServicesdanieldg
2009-11-15Add ParamChannelModeHandlerdanieldg
2009-11-15Add ModeHandler* versions of channel mode accessdanieldg
2009-11-15Hide channel mode structuresdanieldg
2009-11-13Get rid of socklen_t parameter to Bind, we are using C++ here and can do it o...danieldg
2009-11-11Add fine-grained command flood controlsdanieldg
2009-11-11Get rid of DieDelay, it just freezes the ircd prior to exitdanieldg
2009-11-11Allow static build of inspircd without module supportdanieldg
2009-11-06Remove Extensible parent from EventHandlerdanieldg
2009-11-06Move StreamSocket inheritance off of Userdanieldg
2009-11-03Match USERINPUT/USEROUTPUT identifiersdanieldg
2009-11-03Create m_halfopdanieldg
2009-11-03Remove AllowHalfop item from server configdanieldg
2009-11-03Move MODENOTICE command to a command moduledanieldg
2009-11-01Fix global clone count not being decremented on remote user quitdanieldg
2009-10-30Clean up typos and some unused codedanieldg
2009-10-25Force heap allocation of refcountbase, create usecountbase for non-allocation...danieldg
2009-10-25Fixes found by removing User inheritance from StreamSocketdanieldg
2009-10-25Add <config:format> to avoid breaking existing configuration files with XML e...danieldg
2009-10-24Get rid of OpenTCPSocketdanieldg
2009-10-24Create irc::sockets::cidr_maskdanieldg
2009-10-24Move forward declarations to typedefs.hdanieldg
2009-10-24Get rid of ModePairdanieldg
2009-10-23Make User::uuid and User::server constdanieldg
2009-10-23Change to <type:vhost> and <oper:vhost> because <oper:host> is taken.danieldg
2009-10-22Make ConfigTag::items privatedanieldg
2009-10-22Split up configreader.cpp, it's a bit largedanieldg
2009-10-22Make irc::sockets::* parameters consistent, add irc::sockets::maskdanieldg
2009-10-22Clean up unused functions, add nonicks operoverride [dKingston]danieldg
2009-10-21Kill ListenSocketBase, use OnAcceptConnection for all new connectionsdanieldg
2009-10-21Move command-line items to CommandLineConfdanieldg
2009-10-21Use ConfigTagList as a faster access method for access to configurationdanieldg
2009-10-21Move AllowedPrivs and similar oper information from LocalUser to OperInfodanieldg
2009-10-21Change User::oper to an OperInfo referencedanieldg
2009-10-21Move all local-only fields to LocalUserdanieldg
2009-10-21Change module API to use LocalUser* where correctdanieldg
2009-10-21Move some local-only fields to LocalUserdanieldg
2009-10-21Move SetClass to LocalUserdanieldg
2009-10-21Split LocalUser and RemoteUserdanieldg