summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-03Match USERINPUT/USEROUTPUT identifiersdanieldg
2009-11-03Clean up duplicated link snomask messages on errorsdanieldg
2009-11-03Remove m_halfop from list in compat linking modedanieldg
2009-11-03Create m_halfopdanieldg
2009-11-03Remove AllowHalfop item from server configdanieldg
2009-11-03Move MODENOTICE command to a command moduledanieldg
2009-11-03Clarify comments in Makefilesdanieldg
2009-11-01Fix CGI:IRC user class not being changed based on their real IP when it is ch...danieldg
2009-11-01Fix global clone count not being decremented on remote user quitdanieldg
2009-10-30Ask before running modulemanager updatedanieldg
2009-10-30m_cloaking: extend IPv6 mask from /48 to /32, add IPv6/64 and IPv4/24 to half...danieldg
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 from vtable cross-checkdanieldg
2009-10-25Add vtable cross-check code (known to work with GCC 4.4 x86_64)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-24Fix semicolon being included in XML entity expansiondanieldg
2009-10-24Fix incorrect netburst detectiondanieldg
2009-10-24remove a hanging #endifpeavey
2009-10-24Remove IOCP socket enginedanieldg
2009-10-24Get rid of OpenTCPSocketdanieldg
2009-10-24Create irc::sockets::cidr_maskdanieldg
2009-10-24Move forward declarations to typedefs.hdanieldg
2009-10-24Catch exceptions in inspsocket callbacksdanieldg
2009-10-24Properly cull TreeServer objects when quitting several of themdanieldg
2009-10-24Get rid of ModePairdanieldg
2009-10-23Make User::uuid and User::server constdanieldg
2009-10-23Fix plural on netsplit SNO. [dKingston]peavey
2009-10-23Fix memory leaks on reloadmodule and spanningtree unload while connecting ser...danieldg
2009-10-23Fix m_httpddanieldg
2009-10-23Fix recursive SENDSNO bouncedanieldg
2009-10-23Change to <type:vhost> and <oper:vhost> because <oper:host> is taken.danieldg
2009-10-22Make ConfigTag::items privatedanieldg
2009-10-22Display namedmodes on a single linedanieldg
2009-10-22Split up configreader.cpp, it's a bit largedanieldg
2009-10-22Make irc::sockets::* parameters consistent, add irc::sockets::maskdanieldg
2009-10-22Remove the intercomm system since sqlite is synchronous.peavey
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-21Use Config->MaxChans as the default if class does not define maxchansdanieldg
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