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
/
main.cpp
Age
Commit message (
Expand
)
Author
2019-09-23
Add whether the server split with an error to OnServerSplit.
Peter Powell
2019-09-23
Add the server id to the Server class.
Peter Powell
2019-08-07
Add {To,From}{Human,Internal,Network} to ExtensionItem.
Peter Powell
2019-07-19
Add an event for adding tags to S2S messages.
Peter Powell
2019-07-19
Get rid of CommandBuilder::push_back.
Peter Powell
2019-07-19
spanningtree: Never send a message to a raw UUID in CmdBuilder.
Peter Powell
2019-07-15
Split ServerEventListener into {Broadcast,Link,Sync}EventListener.
Peter Powell
2019-06-24
Replace large if/else blocks for target.type with switches (#1668).
linuxdaemon
2019-06-22
Fix msgid inconsistencies with TAGMSG
linuxdaemon
2019-05-29
Add irc::sockets::isunix for checking if a file is a UNIX socket.
Peter Powell
2019-05-14
Replace ModuleSpanningTree::TimeToStr with InspIRCd::DurationStr.
Peter Powell
2019-04-15
Fix linking servers with UNIX sockets.
Peter Powell
2019-03-14
Generate the ssl_cert metadata before bursting a connecting user.
Peter Powell
2019-01-19
Fix sending the entire VERSION output as a single parameter.
Peter Powell
2019-01-02
Fix message tags not being broadcast across the network.
Peter Powell
2018-12-17
Fix not propagating rehashes properly across the network.
Peter Powell
2018-08-13
Implement IRCv3 message tag support.
Peter Powell
2018-08-12
Convert AWAY to use cross-module events and clean up slightly.
Peter Powell
2018-07-30
Replace most usages of "name" with "real" or "real name".
Peter Powell
2018-07-30
Replace most usages of "GECOS" with "real" or "real name".
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-07-24
Fix building on Windows.
Peter Powell
2018-07-18
Initial support for listening on UNIX socket endpoints.
Peter Powell
2018-07-18
Add the family() member to the sockaddrs union.
Peter Powell
2018-04-08
Move OnStats from the core to a cross-module event.
Peter Powell
2018-01-06
Rework message handling.
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
2017-08-27
Remove module file extensions from user-visible messages.
Peter Powell
2017-08-06
Purge code for Windows XP and MSVC pre-2015.
Peter Powell
2016-09-02
m_spanningtree Refuse topic changes that would result in desync
Attila Molnar
2016-08-26
m_spanningtree Drop unnecessary c_str() call when passing Link::Name to metho...
Attila Molnar
2016-08-25
spanningtree: use bindip aftype as a hint for dns lookup type
Adam
2016-08-22
m_spanningtree Use ASCII case insensitive map for matching server names
Attila Molnar
2016-08-22
m_spanningtree Change type of Link::Name to std::string
Attila Molnar
2016-08-08
Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...
Attila Molnar
2016-04-25
m_spanningtree Call the OnServerSplit hook from the OnUnloadModule() handler ...
Attila Molnar
2016-03-30
m_spanningtree Remove PUSH handler
Attila Molnar
2016-03-29
m_spanningtree Add NUM command handler
Attila Molnar
2016-03-01
m_spanningtree Remove ModuleSpanningTree::RemoteMessage()
Attila Molnar
2016-03-01
Send NOTICEs that can go to both local and remote users with User::WriteRemot...
Attila Molnar
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2015-12-06
m_spanningtree Change allocation of ModuleSpanningTree::commands to be physic...
Attila Molnar
2015-12-06
Add minimum channel rank and exception list parameters to the OnUserInvite hook
Attila Molnar
2015-05-13
m_spanningtree Clean up comments
Attila Molnar
2015-02-11
Convert the spanningtree events to use the new cross-module event system
Attila Molnar
2015-01-25
m_spanningtree Rewrite PING logic to use Timers
Attila Molnar
2014-09-03
m_spanningtree Send MODE/FMODE from the OnMode hook
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 Remove the now needless SplitInProgress workaround
Attila Molnar
[next]