summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2010-01-16Fix use of commasepstream on now space-separated itemsdanieldg
2010-01-16Make CHANMODES/USERMODES split by spacesdanieldg
2010-01-15Route SVSSILENCE/SVSWATCH using OPT_UCAST, marking them OPTCOMMONdanieldg
2010-01-15Remove VF_COMMON from mode-provider modules (no longer needed due to better C...danieldg
2010-01-15Add CAPAB CHANMODES, CAPAB USERMODES to verify matching of modes by name, not...danieldg
2010-01-14Specify regex engine in m_filter/m_rline CAPAB line instead of marking m_rege...danieldg
2010-01-14Verify cloak keys match during CAPAB negotiationdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2010-01-10Remove spanningtree override of /LUSERSdanieldg
2010-01-09Remove mode counter, not reliable and only used for umode +idanieldg
2010-01-02Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen...danieldg
2009-12-31Check channel name in SVSJOIN to avoid propegating an invalid channel, fixes ...w00t
2009-11-16Use ServiceProvider for inter-module dependenciesdanieldg
2009-11-15Add Inspircd::AddServicesdanieldg
2009-11-12Fix typodanieldg
2009-11-12Fix incorrect opaque object use in ProtoSendMetaData (this is a reason to avo...danieldg
2009-11-12Fix double-cull of users quitting due to connection errordanieldg
2009-11-06Remove Extensible parent from EventHandlerdanieldg
2009-11-03Clean up duplicated link snomask messages on errorsdanieldg
2009-11-03Remove m_halfop from list in compat linking modedanieldg
2009-11-03Remove AllowHalfop item from server configdanieldg
2009-11-03Move MODENOTICE command to a command moduledanieldg
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 recursive SENDSNO bouncedanieldg
2009-10-22Make irc::sockets::* parameters consistent, add irc::sockets::maskdanieldg
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-21Change module API to use LocalUser* where correctdanieldg
2009-10-21Split LocalUser and RemoteUserdanieldg
2009-10-21some WriteGlobalSno changesdanieldg
2009-10-20Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functionsdanieldg
2009-10-18Fix incorrect initialization of ConfigTag referencedanieldg
2009-10-18More classbase cleanup, hold ConfigTag reference in Autoconnect/Linkdanieldg
2009-10-18Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReaderdanieldg
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-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-14Fix module unmapping with culled Module objectsdanieldg
2009-10-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
2009-10-11Move 2 static extensibles from user class to inspircd class for global access...peavey
2009-10-10Update m_cloaking to use free-form keys instead of weakening the hash IVdanieldg
2009-10-09private, who needs private...danieldg