summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2012-11-29cmd_rehash, m_spanningtree Fix REHASH messages duplicating at each hopattilamolnar
2012-11-28m_spanningtree Remove redundant params.size() checksattilamolnar
2012-11-19Remove usage of deprecated CallCommandHandler() and IsValidModuleCommand()attilamolnar
2012-11-12Remove usage of the deprecated ConfigReaderattilamolnar
2012-11-09m_spanningtree SVSNICK needs 3 parametersattilamolnar
2012-11-09m_spanningtree Refuse bogus NICK messagesattilamolnar
2012-10-21Make better use of User::GetFullRealHost()attilamolnar
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-10-12Remove superfluous std::string()sattilamolnar
2012-10-07m_spanningtree Fix undefined behavior caused by referencing the returned buff...attilamolnar
2012-10-03m_spanningtree Fill a parameterlist in OnAddLine/OnDelLineattilamolnar
2012-10-03m_spanningtree Simplify OnMode and OnSetAway handlersattilamolnar
2012-10-03m_spanningtree Remove empty RedoConfig()attilamolnar
2012-10-03m_spanningtree Utils: Remove unused functionsattilamolnar
2012-10-03m_spanningtree OPERTYPE handler: Return when finished processing instead of c...attilamolnar
2012-10-03m_spanningtree Remote WHOIS handler: Find target with FindNickOnly (don't acc...attilamolnar
2012-10-03m_spanningtree Netburst: Remove unused parameters and variablesattilamolnar
2012-10-03m_spanningtree Netburst: Prefix SERVER and VERSION lines with SIDs instead of...attilamolnar
2012-10-02m_spanningtree Netburst: Remove unnecessary variables from DoBurst()attilamolnar
2012-10-02m_spanningtree Use iterators in CAPAB handler and when generating reply to sp...attilamolnar
2012-10-02m_spanningtree Only allow uuids in SVSJOIN, METADATA and OPERQUITattilamolnar
2012-09-30m_spanningtree Return const references from several TreeServer getter functionsattilamolnar
2012-09-30Fix more undefined behavior caused by referencing the returned buffer by std:...attilamolnar
2012-09-23Fix undefined behavior caused by referencing the returned buffer by std::stri...attilamolnar
2012-08-10m_spanningtree Add missing aposthrope to connection failed server noticeattilamolnar
2012-08-10m_spanningtree: Resolve issue #250ChrisTX
2012-08-08m_spanningtree Specify the uuid of the remote user when sending server NOTICE...attilamolnar
2012-08-08m_spanningtree Handle ? wildcard as well when processing an incoming ENCAPattilamolnar
2012-07-08m_spanningtree Add function to easily determine whether a server was introduc...attilamolnar
2012-07-04m_spanningtree Fix crash in SVSPART handler when the given channel doesn't existattilamolnar
2012-07-01m_spanningtree Call the collision handler with the proper parameter (client i...attilamolnar
2012-07-01m_spanningtree Return when ecountering an invalid command coming from a remot...attilamolnar
2012-07-01Fix crash in ADDLINE handler when the command had no parametersattilamolnar
2012-06-17Fix pending invites not being removed when a channel was deleted or had its T...attilamolnar
2012-06-12m_spanningtree Burst to a new server before introducing it to the rest of the...attilamolnar
2012-06-12Be consistent with Robby's qQ snomask changesSir Poggles
2012-06-11m_spanningtree Only add a resolved server IP as valid if it still exists when...attilamolnar
2012-06-11m_spanningtree Move SecurityIPResolver code to resolvers.cpp from resolvers.hattilamolnar
2012-06-11m_spanningtree Disallow server passwords which contain a space char and those...attilamolnar
2012-06-11m_spanningtree Notify opers upon ecountering a configuration error when rehas...attilamolnar
2012-05-31m_spanningtree Fix desync issue #37 reported by @Joah - part 2attilamolnar
2012-05-25Debian typo fixes.Peter Powell
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2012-04-18Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c.attilamolnar
2012-04-18Log mode errors when processing FJOIN.Robin Burchell
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
2012-04-14Fix some of the include guard names (requested by SaberUK)Justin Crawford
2012-04-14Fixes for bug #12Justin Crawford