]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree
Fix the cloaking module on C++98 compilers.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree /
2021-03-05 InspIRCd RobotUpdate copyright headers.
2021-02-26 InspIRCd RobotUpdate copyright headers.
2020-12-30 Matt SchatzDisallow an empty last parameter in MAP.
2020-12-22 Sadie PowellSend RPL_SAVENICK from irc2 when renaming a user to...
2020-12-20 Sadie PowellHide the server name/desc better when <options:hideserv...
2020-12-18 Sadie PowellDon't call events provided by dying or dead modules.
2020-12-16 Sadie PowellFix MAP output on a dual v2/v3 network.
2020-12-03 Sadie PowellAdvertise the available extbans for services.
2020-10-30 InspIRCd RobotUpdate copyright headers.
2020-08-29 Sadie PowellFix a word missing from the last commit.
2020-08-29 Sadie PowellWarn about non-local plaintext server connections.
2020-07-30 InspIRCd RobotUpdate copyright headers.
2020-07-03 Sadie PowellFix a grammar error created by misspell-fixer.
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-04-10 Sadie PowellUpdate the module descriptions using mkversion.
2020-04-08 Sadie PowellMore HasFd() conversions.
2020-03-31 Matt SchatzAdd back the prefix on a server target message.
2020-03-30 Sadie PowellFix various documentation and formatting issues.
2020-03-12 Sadie PowellAdd a CapReference class for the message-tags capability.
2020-02-15 Sadie PowellAdd HasFd to EventHandler and switch code to use it.
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-29 Sadie PowellAdd Channel::WriteRemoteNotice and revert WriteNotice...
2020-01-17 Sadie PowellUse irc::equals instead of strcasecmp where appropriate.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2020-01-03 Sadie PowellAdd an event provider class for the event/messagetag...
2019-12-31 Sadie PowellUpdate my name and email address.
2019-12-29 Peter PowellFix the previous commit on C++11 compilers.
2019-12-29 Peter PowellMark messages from ulined clients with the inspircd...
2019-11-17 Peter PowellAllow Channel::WriteNotice send to other servers and...
2019-10-17 Peter PowellSQuit all servers when a shutdown happens.
2019-09-30 Peter PowellFix an shadowing warning in the spanningtree module.
2019-09-23 Peter PowellAdd the OnServerBurst hook and fix the docs for OnServe...
2019-09-23 Peter PowellAdd whether the server split with an error to OnServerS...
2019-09-23 Peter PowellAdd the server id to the Server class.
2019-09-20 Peter PowellLower the acceptable drift for clocks on link.
2019-08-07 Peter PowellAdd {To,From}{Human,Internal,Network} to ExtensionItem.
2019-07-22 Peter PowellFix some regressions in sending tags between servers.
2019-07-19 Peter PowellAdd an event for adding tags to S2S messages.
2019-07-19 Peter PowellGet rid of CommandBuilder::push_back.
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-07-04 Peter PowellFix building on Windows.
2019-06-24 linuxdaemonReplace large if/else blocks for target.type with switc...
2019-06-22 linuxdaemonFix msgid inconsistencies with TAGMSG
2019-06-07 Peter PowellReplace all abstract usages of his/he/her with they...
2019-06-07 Ben HarrisCoreExport for CommandSave. fixes #1635
2019-05-29 Peter PowellAdd irc::sockets::isunix for checking if a file is...
2019-05-15 linuxdaemonFix space separation for CAPAB module list
2019-05-14 Peter PowellAdd an enumeration for known protocol versions.
2019-05-13 Peter PowellIf a parent server is hidden then also hide its child...
2019-05-13 Peter PowellFix an unnecessary string copy when reading the <link...
2019-05-13 Peter PowellReplace ModuleSpanningTree::TimeToStr with InspIRCd...
2019-05-09 Peter PowellDelete some obsolete comments.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbyTextual improvements and fixes such as typos, casing...
2019-04-27 linuxdaemonm_spanningtree: Parse and copy message tags for all...
2019-04-27 linuxdaemonm_spanningtree: Ensure tags are sent in forwarded cmds
2019-04-26 Peter PowellUpdate documentation links.
2019-04-25 Peter PowellFix broken linking over IPv4 on IPv6 capable systems.
2019-04-18 Peter PowellRemove m_silence pending a complete rewrite.
2019-04-15 Peter PowellFix linking servers with UNIX sockets.
2019-03-20 Peter PowellStrip message tags correctly in the 1202 spanningtree...
2019-03-14 Peter PowellGenerate the ssl_cert metadata before bursting a connec...
2019-02-19 Peter PowellImplement support for IRCv3 client-to-client tags.
2019-02-18 Peter PowellImprove support for wildcards in <link:name>.
2019-02-18 Matt SchatzStart using DurationString() in X-line additions and
2019-02-18 RobbyVarious text improvements: consistency, syntax, help...
2019-01-24 Peter PowellRemove trailing whitespace from various source files.
2019-01-24 Matt SchatzAdd the reason to xline removal notices. (#1545)
2019-01-24 linuxdaemonAdd translation for casemapping between 2.0/3.0 (#1544)
2019-01-23 linuxdaemonFix away broadcast logic (#1561)
2019-01-22 Peter PowellRename OnClientProtocolProcessTag to OnProcessTag.
2019-01-19 Peter PowellFix sending the entire VERSION output as a single param...
2019-01-09 Matt SchatzImprove X-line text consistency.
2019-01-03 Peter PowellImprove the spanningtree "unknown command" error message.
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.
2019-01-02 Peter PowellStrip message tags when talking with 1202 protocol...
2019-01-02 Peter PowellRemove spanningtree check for lines sent without a...
2018-12-20 Peter PowellFix thinking that 1202 protocol servers have not finish...
2018-12-17 Peter PowellFix not propagating rehashes properly across the network.
2018-12-13 Peter PowellStore durations as unsigned long not long in XLine...
2018-12-12 Peter PowellFix conversion issues by replacing ConvToInt with ConvT...
2018-12-12 Peter PowellFix a crash when the core_oper module is not loaded.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-10-28 Peter PowellAlso synchronise the prefix rank between servers.
2018-10-27 Peter PowellFix a shadowing warning in the spanningtree module.
2018-10-27 Peter PowellImprove CAPAB negotiation in the spanningtree module.
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-09-11 Peter PowellAmend OnPostCommand to specify whether the command...
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-13 Peter PowellImplement IRCv3 message tag support.
2018-08-12 Peter PowellConvert AWAY to use cross-module events and clean up...
2018-08-10 Peter PowellSplit irc::tokenparser::GetToken into GetMiddle and...
2018-08-10 Peter PowellParse CAPAB CAPABILITIES and FJOIN messages with spaces...
2018-08-10 Peter PowellRemove the original line parameter of On{Pre,Post}Command.
2018-08-07 Peter PowellRemove the 'debug' snotice character.
next