]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/utils.cpp
Rename `<link:ssl>` to `<link:sslprofile>`.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / utils.cpp
2021-03-10 Sadie PowellRename `<link:ssl>` to `<link:sslprofile>`.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-07-19 Peter PowellAdd an event for adding tags to S2S messages.
2019-07-19 Peter Powellspanningtree: Never send a message to a raw UUID in...
2019-07-15 Peter PowellSplit ServerEventListener into {Broadcast,Link,Sync...
2019-05-13 Peter PowellFix an unnecessary string copy when reading the <link...
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-15 Peter PowellFix linking servers with UNIX sockets.
2019-01-02 Peter PowellFix a crash when trying to use ROUTE_TYPE_MESSAGE with...
2019-01-02 Peter PowellFix message tags not being broadcast across the network.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-10-01 Peter PowellMove <security:hidesplits> to the spanningtree module.
2018-10-01 Peter PowellFix the chanhistory module being inconsistent across...
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-24 Peter PowellMake more config stuff case insensitive.
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-16 Peter PowellAdd ConfigTag::getUInt for reading unsigned config...
2018-04-16 Peter PowellRemove the default value in ConfigTag::get{Duration...
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-17 Peter PowellFix a ton of -Wsign-conversion warnings.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-09-03 Peter PowellConvert a bunch of time-related config options to getDu...
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2016-09-02 Attila MolnarMerge insp20
2016-08-23 Attila MolnarMerge branch 'master+ircstring'
2016-08-22 Attila Molnarm_spanningtree Use ASCII case insensitive map for match...
2016-08-22 Attila Molnarm_spanningtree Change type of Link::Name to std::string
2016-08-17 Attila MolnarMerge insp20
2016-03-29 Attila MolnarMerge branch 'master+stroute'
2016-03-29 Attila Molnarm_spanningtree Add SpanningTreeUtilities::FindRouteTarget()
2016-03-29 Attila Molnarm_spanningtree Remove unused SpanningTreeUtilities...
2016-03-29 Attila Molnarm_spanningtree Remove unused SpanningTreeUtilities...
2016-02-22 Attila MolnarMerge insp20
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-05-19 Attila Molnarm_spanningtree Fix harmless valgrind warning about...
2015-05-13 Attila MolnarMerge pull request #1041 from SaberUK/master+ipv6-names...
2015-05-12 Attila Molnarm_spanningtree Clean up comments
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-10-15 Attila MolnarMerge pull request #935 from SaberUK/insp20+fix-crlf
2014-10-13 Attila Molnarm_spanningtree Rebuild serverlist and sidlist when...
2014-07-25 Attila MolnarMerge insp20
2014-07-14 Attila MolnarRemove typedef UserMembCIter, use Channel::MemberMap...
2014-07-14 Attila MolnarRename UserMembList to Channel::MemberMap, switch all...
2014-07-14 Attila MolnarChange return type of Channel::GetUsers() to reference...
2014-04-14 Attila Molnarm_spanningtree Fix routing of unicast messages
2014-04-08 Attila Molnarm_spanningtree Remove the (now) undocumented disablehma...
2014-04-07 Attila MolnarMerge insp20
2014-03-15 Attila MolnarChange allocation of InspIRCd::Timers to be physically...
2014-03-08 Peter PowellMake the maximum hostname length configurable in the...
2014-01-21 Attila MolnarMerge insp20
2014-01-05 Attila MolnarIntroduce Server class
2014-01-04 Peter PowellFix some Windows-related problems.
2013-11-21 AdamAllow multiple allowmasks in link blocks, #679
2013-11-09 AdamUse case insensitive comparison for server names for...
2013-09-11 attilamolnarMove prefix mode specific fields and getters into Prefi...
2013-09-10 attilamolnarm_spanningtree Minor fixes
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-27 attilamolnarm_spanningtree Introduce command builders
2013-08-22 attilamolnarm_spanningtree Add TreeServer::GetChildren() that repla...
2013-08-22 attilamolnarm_spanningtree Remove duplicate code for sending channe...
2013-08-22 attilamolnarm_spanningtree Implement DoOneToMany() using DoOneToAll...
2013-08-22 attilamolnarm_spanningtree Change TreeServer::GetSocket() to always...
2013-08-19 attilamolnarm_spanningtree Minor cleanup of functions
2013-08-17 attilamolnarm_spanningtree Remove SpanningTreeUtilities* fields...
2013-08-12 attilamolnarAdd ConfigTag::getDuration() with optional bounds checking
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellModify the log message to contain the log type.
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-07-24 attilamolnarm_spanningtree Change the type of TreeServer::ServerNam...
2013-07-24 attilamolnarm_spanningtree Cleanup TreeServer and TreeSocket constr...
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellCompare to ServerLimits::MaxLine instead of MAXBUF.
2013-06-05 Peter PowellReserve ServerLimits::MaxLine instead of MAXBUF.
2013-06-05 attilamolnarMerge insp20
2013-06-05 attilamolnarRemove unnecessary string copies and dead code
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-04-27 attilamolnarMerge insp20
2013-04-26 AdamModularize DNS
2013-04-21 attilamolnarm_spanningtree Move CacheTimer into utils
2013-04-12 attilamolnarm_spanningtree Remove unneeded #includes
2013-04-12 attilamolnarm_spanningtree Introduce new function to send channel...
2013-04-12 attilamolnarm_spanningtree Change TreeServerList to be a set, get...
2013-04-12 attilamolnarm_spanningtree Utils: Move code that creates a full...
2013-04-12 attilamolnarm_spanningtree atoi() to ConvToInt() conversion, add...
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarConvert IsSID() to a static member function, modules...
2012-11-12 attilamolnarRemove usage of the deprecated ConfigReader
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-10-02 attilamolnarm_spanningtree Utils: Remove unused functions
next