index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_spanningtree
/
treesocket1.cpp
Age
Commit message (
Expand
)
Author
2017-12-03
Rename the spanningtree module header to server.
Peter Powell
2017-11-17
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2016-08-24
Check for errors after calling IOHookProvider::OnAccept()
Attila Molnar
2016-08-22
m_spanningtree Change type of Link::Name to std::string
Attila Molnar
2016-08-08
Keep multiple IOHookProvider references in class ListenSocket
Attila Molnar
2015-05-13
m_spanningtree Clean up comments
Attila Molnar
2015-01-20
m_spanningtree Get rid of some boilerplate
Attila Molnar
2015-01-10
Reduce std::string::substr() usage
Attila Molnar
2014-07-28
m_spanningtree Throw a ProtocolException if a server SQUITs a server it shoul...
Attila Molnar
2014-07-28
m_spanningtree Squit dead servers immediately when they die, not at the next ...
Attila Molnar
2014-07-28
m_spanningtree Add the TreeServer that split to the cull list and destroy eve...
Attila Molnar
2014-07-28
m_spanningtree Move squit logic into TreeServer from TreeSocket
Attila Molnar
2014-07-28
m_spanningtree Remove now needless TreeSocket::ConnectionFailureShown
Attila Molnar
2014-07-27
m_spanningtree Keep track of whether we've sent our burst, to be used for tra...
Attila Molnar
2014-04-16
m_spanningtree Throw an exception on protocol violations instead of returning...
Attila Molnar
2014-04-07
Merge insp20
Attila Molnar
2014-03-02
m_spanningtree Do pointer comparison before deleting one of the pointers in T...
Attila Molnar
2014-03-02
m_spanningtree Don't send snotices to servers about remote servers splitting
Attila Molnar
2014-01-22
Split IOHook into IOHook and IOHookProvider
Attila Molnar
2014-01-05
Improve UserManager::QuitUser() and related code
Attila Molnar
2013-09-10
m_spanningtree Minor fixes
attilamolnar
2013-08-27
m_spanningtree Introduce command builders
attilamolnar
2013-08-25
m_spanningtree Allow server-to-server command handlers to specify whether the...
attilamolnar
2013-08-22
m_spanningtree Add TreeServer::GetChildren() that replaces ChildCount() and G...
attilamolnar
2013-08-22
m_spanningtree Change TreeServer::GetSocket() to always return the socket tha...
attilamolnar
2013-08-18
m_spanningtree Move all server-to-server command handlers into handler classes
attilamolnar
2013-08-17
m_spanningtree Remove SpanningTreeUtilities* fields and parameters
attilamolnar
2013-08-04
Change the syntax of FOREACH macros to be less dumb.
Adam
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
2013-07-26
Use server ids when propagating squits
Adam
2013-07-24
m_spanningtree Change the type of TreeServer::ServerName to std::string
attilamolnar
2013-07-24
m_spanningtree Cleanup TreeServer and TreeSocket construction/destruction
attilamolnar
2013-06-07
Create IOHook interface (extracted from Module)
attilamolnar
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-04-12
m_spanningtree Remove unneeded #includes
attilamolnar
2013-04-12
m_spanningtree Change both prefix and first parameter of SQUIT to be a SID
attilamolnar
2013-04-12
Tidy up source files:
Peter Powell
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2012-09-30
Fix more undefined behavior caused by referencing the returned buffer by std:...
attilamolnar
2012-08-10
m_spanningtree Add missing aposthrope to connection failed server notice
attilamolnar
2012-08-10
m_spanningtree: Resolve issue #250
ChrisTX
2012-07-08
m_spanningtree Add function to easily determine whether a server was introduc...
attilamolnar
2012-06-12
m_spanningtree Burst to a new server before introducing it to the rest of the...
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-02-21
Add HMAC implementation to HashProvider
danieldg
2010-02-13
Clean up treesocket naming confusion by adding a link block reference during ...
danieldg
2010-02-13
Fix double-invocation of Squit that can cause a crash on delink
danieldg
2010-02-11
Restart server_hash iteration after quitting dead and pinged out servers
danieldg
2010-02-04
Add DYING link state, push error messages on link, and only limit recvq on un...
danieldg
2010-02-03
Split servers if they try to send infinite garbage without a newline
danieldg
[next]