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
2021-06-01
Look up the SSL I/O hook properly in spanningtree.
Sadie Powell
2021-03-05
Update copyright headers.
InspIRCd Robot
2020-10-30
Update copyright headers.
InspIRCd Robot
2020-08-29
Warn about non-local plaintext server connections.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-07-19
Add an event for adding tags to S2S messages.
Peter Powell
2019-04-28
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2019-04-25
Fix broken linking over IPv4 on IPv6 capable systems.
Peter Powell
2019-04-15
Fix linking servers with UNIX sockets.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
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
[next]