aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
Commit message (Expand)AuthorAgeFilesLines
* m_spanningtree Fix undefined behavior caused by referencing the returned buff...Gravatar attilamolnar2012-10-071-1/+2
* m_spanningtree Fill a parameterlist in OnAddLine/OnDelLineGravatar attilamolnar2012-10-031-7/+8
* m_spanningtree Simplify OnMode and OnSetAway handlersGravatar attilamolnar2012-10-031-13/+5
* m_spanningtree Remove empty RedoConfig()Gravatar attilamolnar2012-10-032-5/+0
* m_spanningtree Utils: Remove unused functionsGravatar attilamolnar2012-10-032-31/+0
* m_spanningtree OPERTYPE handler: Return when finished processing instead of c...Gravatar attilamolnar2012-10-031-8/+3
* m_spanningtree Remote WHOIS handler: Find target with FindNickOnly (don't acc...Gravatar attilamolnar2012-10-031-1/+1
* m_spanningtree Netburst: Remove unused parameters and variablesGravatar attilamolnar2012-10-032-15/+15
* m_spanningtree Netburst: Prefix SERVER and VERSION lines with SIDs instead of...Gravatar attilamolnar2012-10-031-4/+3
* m_spanningtree Netburst: Remove unnecessary variables from DoBurst()Gravatar attilamolnar2012-10-021-8/+5
* m_spanningtree Use iterators in CAPAB handler and when generating reply to sp...Gravatar attilamolnar2012-10-023-13/+12
* m_spanningtree Only allow uuids in SVSJOIN, METADATA and OPERQUITGravatar attilamolnar2012-10-024-5/+5
* m_spanningtree Return const references from several TreeServer getter functionsGravatar attilamolnar2012-09-302-6/+6
* Fix more undefined behavior caused by referencing the returned buffer by std:...•••See 83c7cc45daf6fb1f8c36f15297a4657e45a34e88 Gravatar attilamolnar2012-09-307-16/+28
* Fix undefined behavior caused by referencing the returned buffer by std::stri...•••Thanks to @ChrisTX for pointing this out Fixes #257 reported by @helloall Gravatar attilamolnar2012-09-231-1/+2
* m_spanningtree Add missing aposthrope to connection failed server noticeGravatar attilamolnar2012-08-101-1/+1
* m_spanningtree: Resolve issue #250Gravatar ChrisTX2012-08-103-2/+5
* m_spanningtree Specify the uuid of the remote user when sending server NOTICE...Gravatar attilamolnar2012-08-081-18/+8
* m_spanningtree Handle ? wildcard as well when processing an incoming ENCAPGravatar attilamolnar2012-08-082-2/+2
* m_spanningtree Add function to easily determine whether a server was introduc...Gravatar attilamolnar2012-07-082-1/+10
* m_spanningtree Fix crash in SVSPART handler when the given channel doesn't existGravatar attilamolnar2012-07-041-7/+9
* m_spanningtree Call the collision handler with the proper parameter (client i...Gravatar attilamolnar2012-07-011-1/+1
* m_spanningtree Return when ecountering an invalid command coming from a remot...Gravatar attilamolnar2012-07-011-1/+3
* Fix crash in ADDLINE handler when the command had no parametersGravatar attilamolnar2012-07-011-1/+1
* Fix pending invites not being removed when a channel was deleted or had its T...Gravatar attilamolnar2012-06-171-0/+1
* m_spanningtree Burst to a new server before introducing it to the rest of the...•••Fixes issue #103 reported by @nenolod Gravatar attilamolnar2012-06-123-13/+20
* Be consistent with Robby's qQ snomask changesGravatar Sir Poggles2012-06-121-1/+1
* m_spanningtree Only add a resolved server IP as valid if it still exists when...Gravatar attilamolnar2012-06-111-1/+9
* m_spanningtree Move SecurityIPResolver code to resolvers.cpp from resolvers.hGravatar attilamolnar2012-06-112-22/+25
* m_spanningtree Disallow server passwords which contain a space char and those...•••Update links.conf.example Gravatar attilamolnar2012-06-111-0/+6
* m_spanningtree Notify opers upon ecountering a configuration error when rehas...Gravatar attilamolnar2012-06-112-55/+36
* m_spanningtree Fix desync issue #37 reported by @Joah - part 2Gravatar attilamolnar2012-05-311-7/+7
* Debian typo fixes.Gravatar Peter Powell2012-05-251-2/+2
* Replace copyright headers with headers granting specific authors copyrightGravatar Robby-2012-04-1951-392/+784
* Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c.Gravatar attilamolnar2012-04-181-1/+1
* Log mode errors when processing FJOIN.Gravatar Robin Burchell2012-04-181-3/+5
* Fix typo.Gravatar Robin Burchell2012-04-181-1/+1
* Match the logging in the rest of this module.Gravatar Robin Burchell2012-04-181-3/+3
* Be more helpful when processing commands from a linked server.•••When diagnosing errors with s2s traffic, it costs us next to nothing to try a little harder to generate useful errors so errors are immediately apparent. Gravatar Robin Burchell2012-04-181-5/+18
* Fix some of the include guard names (requested by SaberUK)Gravatar Justin Crawford2012-04-149-18/+18
* Fixes for bug #12Gravatar Justin Crawford2012-04-149-18/+18
* Fix unused variables reported by the clang static analyzer.Gravatar Peter Powell2012-04-141-1/+0
* Always use local SID as the source for PONG repliesGravatar Daniel De Graaf2011-06-231-1/+1
* Fixed Windows build on VS 2010Gravatar Adam2011-04-102-1/+0
* Fix timeout defaulting to zero for link blocksGravatar Daniel De Graaf2011-02-281-1/+1
* Fix bug #117, found by satmd, thanksGravatar Jackmcbarn2011-01-191-3/+3
* Restore prefixGravatar Jackmcbarn2010-12-021-1/+1
* Fix possible crashGravatar Jackmcbarn2010-12-021-1/+1
* Use the remote channel's capitalization on a losing TS mergeGravatar Daniel De Graaf2010-08-031-2/+4
* Correct source of initial BURST line from servers sending it without one (lik...Gravatar Daniel De Graaf2010-05-081-1/+1