summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket.h
AgeCommit message (Expand)Author
2014-10-27Merge insp20Attila Molnar
2014-10-26Remove some dead code found by CoverityAttila Molnar
2014-07-28m_spanningtree Move squit logic into TreeServer from TreeSocketAttila Molnar
2014-07-28m_spanningtree Remove now needless TreeSocket::ConnectionFailureShownAttila Molnar
2014-07-27m_spanningtree Keep track of whether we've sent our burst, to be used for tra...Attila Molnar
2014-07-27m_spanningtree Add TreeSocket::WriteLineNoCompat() to send a line without doi...Attila Molnar
2014-07-27m_spanningtree Deduplicate server auth codeAttila Molnar
2014-07-27m_spanningtree Deduplicate auth finish codeAttila Molnar
2014-07-19Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhereAttila Molnar
2014-07-05m_spanningtree Extract logic that finds the source user for an incoming comma...Attila Molnar
2014-06-17m_spanningtree Add TreeSocket::SendServerInfo() that sends all additional dat...Attila Molnar
2013-12-18m_spanningtree Fix clang warning and wrong operator in ifAttila Molnar
2013-09-13Pass an interface to the OnSync hooksattilamolnar
2013-09-12Send ListModeBase modes implicitly on channel syncattilamolnar
2013-08-27m_spanningtree Changes to TreeSocket::WriteLine() to avoid string copiesattilamolnar
2013-08-18m_spanningtree Move all server-to-server command handlers into handler classesattilamolnar
2013-08-18m_spanningtree Propagate oper-only quit reason using METADATA, remove OPERQUITattilamolnar
2013-08-17m_spanningtree Remove SpanningTreeUtilities* fields and parametersattilamolnar
2013-07-24m_spanningtree Cleanup TreeServer and TreeSocket construction/destructionattilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-28Merge insp20attilamolnar
2013-04-13m_spanningtree Ignore hopcount in incoming SERVER command, always send 0 at b...attilamolnar
2013-04-13m_spanningtree Add channel timestamp to channel METADATAattilamolnar
2013-04-12m_spanningtree Remove unneeded #includesattilamolnar
2013-04-12m_spanningtree Netburst: Refactor SendChannelModes()attilamolnar
2013-04-12Tidy up source files:Peter Powell
2013-04-10m_spanningtree Create new TreeServers for incoming connections only when they...attilamolnar
2013-04-01Fix linker error when linking spanningtree caused by 56cae0f3a484cbcb20569b68...Adam
2012-10-03m_spanningtree Netburst: Remove unused parameters and variablesattilamolnar
2012-08-10m_spanningtree: Resolve issue #250ChrisTX
2012-07-08m_spanningtree Add function to easily determine whether a server was introduc...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-14Fix some of the include guard names (requested by SaberUK)Justin Crawford
2012-04-14Fixes for bug #12Justin Crawford
2010-02-13Clean up treesocket naming confusion by adding a link block reference during ...danieldg
2010-02-11Fix routing of KILL command when sourced from a serverdanieldg
2010-02-09Add random number generation functions to InspIRCd class.danieldg
2010-02-04Add DYING link state, push error messages on link, and only limit recvq on un...danieldg
2010-01-19Remove overrides for ADMIN, STATS, TIMEdanieldg
2010-01-19Fix MOTD and RULES to work remotely (remove the old hacks for MOTD)danieldg
2010-01-18Move lots of spanningtree items to commandsdanieldg
2010-01-16Make CHANMODES/USERMODES split by spacesdanieldg
2010-01-15Add CAPAB CHANMODES, CAPAB USERMODES to verify matching of modes by name, not...danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2010-01-02Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen...danieldg
2009-11-03Clean up duplicated link snomask messages on errorsdanieldg
2009-10-23Make User::uuid and User::server constdanieldg
2009-10-21Kill ListenSocketBase, use OnAcceptConnection for all new connectionsdanieldg
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-08Update Event and Request APIsdanieldg