summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/treesocket2.cpp
AgeCommit message (Expand)Author
2013-09-10m_spanningtree Handle ERROR when fully connectedattilamolnar
2013-09-08Fix compile warnings as seen on g++ 4.4.7Adam
2013-08-27m_spanningtree Introduce command buildersattilamolnar
2013-08-22m_spanningtree Implement DoOneToMany() using DoOneToAllButSender()attilamolnar
2013-08-19m_spanningtree Minor cleanup of functionsattilamolnar
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-08-04Change modules to use the MODNAME constant when logging.Peter Powell
2013-06-12m_spanningtree Move SVSMODE -> MODE translation into the appropiate place, ig...attilamolnar
2013-06-12Change command name parameter of OnPostCommand to be a Command*attilamolnar
2013-06-12Simplify stringjoiner: take 1 parameter, join from begin() to end() and use s...attilamolnar
2013-05-19Fix spacing in calls to LogManager::Log.Peter Powell
2013-05-18Change the signature of User::ForceNickChange() to accept const std::string& ...attilamolnar
2013-04-28Merge insp20attilamolnar
2013-04-14Use std::string internally in UIDGenerator, move UUID_LENGTH into the class a...attilamolnar
2013-04-13m_spanningtree Add channel timestamp to channel METADATAattilamolnar
2013-04-12m_spanningtree Remove unneeded #includesattilamolnar
2013-04-12m_spanningtree atoi() to ConvToInt() conversion, add const where possibleattilamolnar
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2013-04-10m_spanningtree Create new TreeServers for incoming connections only when they...attilamolnar
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2013-01-14m_spanningtree Fix rare desync when a KILL crosses a message that has the kil...attilamolnar
2012-12-15Add a flag to Command that controls whether an empty last parameter is allowe...attilamolnar
2012-11-09m_spanningtree Refuse bogus NICK messagesattilamolnar
2012-10-12Remove superfluous std::string()sattilamolnar
2012-09-30Fix more undefined behavior caused by referencing the returned buffer by std:...attilamolnar
2012-08-10m_spanningtree: Resolve issue #250ChrisTX
2012-07-01m_spanningtree Return when ecountering an invalid command coming from a remot...attilamolnar
2012-06-12m_spanningtree Burst to a new server before introducing it to the rest of the...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-18Fix typo.Robin Burchell
2012-04-18Match the logging in the rest of this module.Robin Burchell
2012-04-18Be more helpful when processing commands from a linked server.Robin Burchell
2010-05-08Correct source of initial BURST line from servers sending it without one (lik...Daniel De Graaf
2010-04-29Don't use an empty direction when receiving a sourceless server commandDaniel De Graaf
2010-03-19Add RAWIO log level which is more verbose than DEBUGdanieldg
2010-03-02What, I have to make this compile now?danieldg
2010-03-02Log invalid S2S commands a bit betterdanieldg
2010-02-28Fix snomask sending having the final-parameter colon stripped (noticed in glo...danieldg
2010-02-13Clean up treesocket naming confusion by adding a link block reference during ...danieldg
2010-02-07More cleanup of quit serversdanieldg
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-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-11-03Move MODENOTICE command to a command moduledanieldg