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
2021-06-04
Broadcast the limits for list modes on server link.
Sadie Powell
2021-04-27
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2020-12-20
Hide the server name/desc better when <options:hideserver> is set.
Sadie Powell
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-21
Fixes by misspell-fixer
InspIRCd Robot
2020-04-10
Update the module descriptions using mkversion.
Sadie Powell
2020-03-31
Add back the prefix on a server target message.
Matt Schatz
2020-03-30
Fix various documentation and formatting issues.
Sadie Powell
2020-02-15
Add HasFd to EventHandler and switch code to use it.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2020-01-03
Add an event provider class for the event/messagetag event.
Sadie Powell
2019-12-29
Mark messages from ulined clients with the inspircd.org/service tag.
Peter Powell
2019-10-17
SQuit all servers when a shutdown happens.
Peter Powell
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
[next]