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
/
utils.cpp
Age
Commit message (
Expand
)
Author
2021-06-04
Broadcast the limits for list modes on server link.
Sadie Powell
2021-05-14
Update copyright headers.
InspIRCd Robot
2021-03-10
Rename `<link:ssl>` to `<link:sslprofile>`.
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-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-05-14
Fix an unnecessary string copy when reading the <link> tags.
Peter Powell
2019-04-15
Fix linking servers with UNIX sockets.
Peter Powell
2019-01-02
Fix a crash when trying to use ROUTE_TYPE_MESSAGE with no message.
Peter Powell
2019-01-02
Fix message tags not being broadcast across the network.
Peter Powell
2018-10-01
Move <security:hidesplits> to the spanningtree module.
Peter Powell
2018-10-01
Fix the chanhistory module being inconsistent across servers.
Peter Powell
2018-07-24
Make more config stuff case insensitive.
Peter Powell
2018-04-16
Add ConfigTag::getUInt for reading unsigned config values.
Peter Powell
2018-04-16
Remove the default value in ConfigTag::get{Duration,Float,Int}.
Peter Powell
2017-11-17
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2017-09-03
Convert a bunch of time-related config options to getDuration.
Peter Powell
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-03-29
m_spanningtree Add SpanningTreeUtilities::FindRouteTarget()
Attila Molnar
2016-03-29
m_spanningtree Remove unused SpanningTreeUtilities::BestRouteTo()
Attila Molnar
2016-03-29
m_spanningtree Remove unused SpanningTreeUtilities::DoOneToOne() overload acc...
Attila Molnar
2015-05-19
m_spanningtree Fix harmless valgrind warning about uninit var usage on unload
Attila Molnar
2015-05-13
m_spanningtree Clean up comments
Attila Molnar
2014-07-14
Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead
Attila Molnar
2014-07-14
Rename UserMembList to Channel::MemberMap, switch all code to use it
Attila Molnar
2014-07-14
Change return type of Channel::GetUsers() to reference from pointer as it is ...
Attila Molnar
2014-04-14
m_spanningtree Fix routing of unicast messages
Attila Molnar
2014-04-08
m_spanningtree Remove the (now) undocumented disablehmac config option
Attila Molnar
2014-03-15
Change allocation of InspIRCd::Timers to be physically part of the object con...
Attila Molnar
2014-03-08
Make the maximum hostname length configurable in the config.
Peter Powell
2014-01-21
Merge insp20
Attila Molnar
2014-01-05
Introduce Server class
Attila Molnar
2014-01-04
Fix some Windows-related problems.
Peter Powell
2013-11-21
Allow multiple allowmasks in link blocks, #679
Adam
2013-11-09
Use case insensitive comparison for server names for (auto)connects, issue #662
Adam
2013-09-11
Move prefix mode specific fields and getters into PrefixMode
attilamolnar
2013-09-10
m_spanningtree Minor fixes
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-27
m_spanningtree Introduce command builders
attilamolnar
2013-08-22
m_spanningtree Add TreeServer::GetChildren() that replaces ChildCount() and G...
attilamolnar
2013-08-22
m_spanningtree Remove duplicate code for sending channel messages from RouteC...
attilamolnar
2013-08-22
m_spanningtree Implement DoOneToMany() using DoOneToAllButSender()
attilamolnar
2013-08-22
m_spanningtree Change TreeServer::GetSocket() to always return the socket tha...
attilamolnar
2013-08-19
m_spanningtree Minor cleanup of functions
attilamolnar
2013-08-17
m_spanningtree Remove SpanningTreeUtilities* fields and parameters
attilamolnar
2013-08-12
Add ConfigTag::getDuration() with optional bounds checking
attilamolnar
2013-08-04
Modify the log message to contain the log type.
Peter Powell
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
[next]