summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
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-24Fix incorrect netburst detectiondanieldg
2009-10-24Create irc::sockets::cidr_maskdanieldg
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-22Display namedmodes on a single linedanieldg
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-21Use ConfigTagList as a faster access method for access to configurationdanieldg
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-21Split LocalUser and RemoteUserdanieldg
2009-10-21some WriteGlobalSno changesdanieldg
2009-10-20Fix interaction of m_permchannels post-cull and channel empty-by-quit that ca...danieldg
2009-10-20Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functionsdanieldg
2009-10-20Get rid of more unneeded parent classesdanieldg
2009-10-19Nuke VF_SERVICEPROVIDER from here too.peavey
2009-10-19Valgrind now runs completely clean.danieldg
2009-10-18Fix incorrect initialization of ConfigTag referencedanieldg
2009-10-18Rewrite m_alias DoCommand to do variable substitution in one pass, fixing bug...danieldg
2009-10-18Fix infinite loop on alias expansion, found by Adamdanieldg
2009-10-18More classbase cleanup, hold ConfigTag reference in Autoconnect/Linkdanieldg
2009-10-18Remove more classbasedanieldg
2009-10-18Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReaderdanieldg
2009-10-18Fix null dereference caused by tracking dummydanieldg
2009-10-18Cull channels, warn when Extensible objects are not culled as they must bedanieldg
2009-10-18Improve SSL fingerprint messages when linking serversdanieldg
2009-10-18Change to Duration for second paramdanieldg
2009-10-17Fix channel mode +H to allow maximum length and add explanatory message prefixdanieldg
2009-10-17Add m_chanhistory, mode +H <lines> to replay some lines of history on channel...danieldg
2009-10-17Fix array out-of-bounds accessesdanieldg
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-17Improve m_httpd_stats; fix incorect parameter order in reloadmoduledanieldg
2009-10-17Hold reference to the associated ConfigTag inside ConnectClassdanieldg
2009-10-17Rewrite ConfigReader againdanieldg
2009-10-16Clean up crash on destruction of statics at exitdanieldg
2009-10-15Add m_namedmodes that adds pseudo-listmode Z that shows and manipulates modes...danieldg