index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_spanningtree
Commit message (
Expand
)
Author
Age
Files
Lines
*
m_spanningtree Fix undefined behavior caused by referencing the returned buff...
attilamolnar
2012-10-07
1
-1
/
+2
*
m_spanningtree Fill a parameterlist in OnAddLine/OnDelLine
attilamolnar
2012-10-03
1
-7
/
+8
*
m_spanningtree Simplify OnMode and OnSetAway handlers
attilamolnar
2012-10-03
1
-13
/
+5
*
m_spanningtree Remove empty RedoConfig()
attilamolnar
2012-10-03
2
-5
/
+0
*
m_spanningtree Utils: Remove unused functions
attilamolnar
2012-10-03
2
-31
/
+0
*
m_spanningtree OPERTYPE handler: Return when finished processing instead of c...
attilamolnar
2012-10-03
1
-8
/
+3
*
m_spanningtree Remote WHOIS handler: Find target with FindNickOnly (don't acc...
attilamolnar
2012-10-03
1
-1
/
+1
*
m_spanningtree Netburst: Remove unused parameters and variables
attilamolnar
2012-10-03
2
-15
/
+15
*
m_spanningtree Netburst: Prefix SERVER and VERSION lines with SIDs instead of...
attilamolnar
2012-10-03
1
-4
/
+3
*
m_spanningtree Netburst: Remove unnecessary variables from DoBurst()
attilamolnar
2012-10-02
1
-8
/
+5
*
m_spanningtree Use iterators in CAPAB handler and when generating reply to sp...
attilamolnar
2012-10-02
3
-13
/
+12
*
m_spanningtree Only allow uuids in SVSJOIN, METADATA and OPERQUIT
attilamolnar
2012-10-02
4
-5
/
+5
*
m_spanningtree Return const references from several TreeServer getter functions
attilamolnar
2012-09-30
2
-6
/
+6
*
Fix more undefined behavior caused by referencing the returned buffer by std:...
•••
See 83c7cc45daf6fb1f8c36f15297a4657e45a34e88
attilamolnar
2012-09-30
7
-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
attilamolnar
2012-09-23
1
-1
/
+2
*
m_spanningtree Add missing aposthrope to connection failed server notice
attilamolnar
2012-08-10
1
-1
/
+1
*
m_spanningtree: Resolve issue #250
ChrisTX
2012-08-10
3
-2
/
+5
*
m_spanningtree Specify the uuid of the remote user when sending server NOTICE...
attilamolnar
2012-08-08
1
-18
/
+8
*
m_spanningtree Handle ? wildcard as well when processing an incoming ENCAP
attilamolnar
2012-08-08
2
-2
/
+2
*
m_spanningtree Add function to easily determine whether a server was introduc...
attilamolnar
2012-07-08
2
-1
/
+10
*
m_spanningtree Fix crash in SVSPART handler when the given channel doesn't exist
attilamolnar
2012-07-04
1
-7
/
+9
*
m_spanningtree Call the collision handler with the proper parameter (client i...
attilamolnar
2012-07-01
1
-1
/
+1
*
m_spanningtree Return when ecountering an invalid command coming from a remot...
attilamolnar
2012-07-01
1
-1
/
+3
*
Fix crash in ADDLINE handler when the command had no parameters
attilamolnar
2012-07-01
1
-1
/
+1
*
Fix pending invites not being removed when a channel was deleted or had its T...
attilamolnar
2012-06-17
1
-0
/
+1
*
m_spanningtree Burst to a new server before introducing it to the rest of the...
•••
Fixes issue #103 reported by @nenolod
attilamolnar
2012-06-12
3
-13
/
+20
*
Be consistent with Robby's qQ snomask changes
Sir Poggles
2012-06-12
1
-1
/
+1
*
m_spanningtree Only add a resolved server IP as valid if it still exists when...
attilamolnar
2012-06-11
1
-1
/
+9
*
m_spanningtree Move SecurityIPResolver code to resolvers.cpp from resolvers.h
attilamolnar
2012-06-11
2
-22
/
+25
*
m_spanningtree Disallow server passwords which contain a space char and those...
•••
Update links.conf.example
attilamolnar
2012-06-11
1
-0
/
+6
*
m_spanningtree Notify opers upon ecountering a configuration error when rehas...
attilamolnar
2012-06-11
2
-55
/
+36
*
m_spanningtree Fix desync issue #37 reported by @Joah - part 2
attilamolnar
2012-05-31
1
-7
/
+7
*
Debian typo fixes.
Peter Powell
2012-05-25
1
-2
/
+2
*
Replace copyright headers with headers granting specific authors copyright
Robby-
2012-04-19
51
-392
/
+784
*
Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c.
attilamolnar
2012-04-18
1
-1
/
+1
*
Log mode errors when processing FJOIN.
Robin Burchell
2012-04-18
1
-3
/
+5
*
Fix typo.
Robin Burchell
2012-04-18
1
-1
/
+1
*
Match the logging in the rest of this module.
Robin Burchell
2012-04-18
1
-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.
Robin Burchell
2012-04-18
1
-5
/
+18
*
Fix some of the include guard names (requested by SaberUK)
Justin Crawford
2012-04-14
9
-18
/
+18
*
Fixes for bug #12
Justin Crawford
2012-04-14
9
-18
/
+18
*
Fix unused variables reported by the clang static analyzer.
Peter Powell
2012-04-14
1
-1
/
+0
*
Always use local SID as the source for PONG replies
Daniel De Graaf
2011-06-23
1
-1
/
+1
*
Fixed Windows build on VS 2010
Adam
2011-04-10
2
-1
/
+0
*
Fix timeout defaulting to zero for link blocks
Daniel De Graaf
2011-02-28
1
-1
/
+1
*
Fix bug #117, found by satmd, thanks
Jackmcbarn
2011-01-19
1
-3
/
+3
*
Restore prefix
Jackmcbarn
2010-12-02
1
-1
/
+1
*
Fix possible crash
Jackmcbarn
2010-12-02
1
-1
/
+1
*
Use the remote channel's capitalization on a losing TS merge
Daniel De Graaf
2010-08-03
1
-2
/
+4
*
Correct source of initial BURST line from servers sending it without one (lik...
Daniel De Graaf
2010-05-08
1
-1
/
+1
[next]