diff options
| author | 2023-12-22 22:01:09 +0000 | |
|---|---|---|
| committer | 2023-12-22 22:01:09 +0000 | |
| commit | 34591ec89f7810cc095c0a5451339ca5510d9d58 (patch) | |
| tree | 06d588f252862e6a5b5dce97d723f38ab74be540 /src/modules | |
| parent | Document the PROP command. (diff) | |
| parent | Release v3.17.0. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/m_alias.cpp | 2 | ||||
| -rw-r--r-- | src/modules/m_haproxy.cpp | 2 | ||||
| -rw-r--r-- | src/modules/m_ircv3.cpp | 2 | ||||
| -rw-r--r-- | src/modules/m_spanningtree/fjoin.cpp | 2 | ||||
| -rw-r--r-- | src/modules/m_watch.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/m_alias.cpp b/src/modules/m_alias.cpp index db339b78f..e7312138a 100644 --- a/src/modules/m_alias.cpp +++ b/src/modules/m_alias.cpp @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2018-2019 linuxdaemon <linuxdaemon.irc@gmail.com> - * Copyright (C) 2013, 2015-2019, 2021 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2013, 2015-2019, 2021, 2023 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012-2015, 2018 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be> * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org> diff --git a/src/modules/m_haproxy.cpp b/src/modules/m_haproxy.cpp index 28243579e..34e961f1e 100644 --- a/src/modules/m_haproxy.cpp +++ b/src/modules/m_haproxy.cpp @@ -428,7 +428,7 @@ private: public: ModuleHAProxy() - : Module(VF_VENDOR, "Allows IRC connections to be made using reverse proxies that implement the HAProxy PROXY protocol.") + : Module(VF_VENDOR, "Allows IRC connections to be made using reverse proxies that implement version 2 of the HAProxy PROXY protocol.") , hookprov(std::make_shared<HAProxyHookProvider>(this)) { } diff --git a/src/modules/m_ircv3.cpp b/src/modules/m_ircv3.cpp index 94c0ca922..361c3aaa9 100644 --- a/src/modules/m_ircv3.cpp +++ b/src/modules/m_ircv3.cpp @@ -131,7 +131,7 @@ private: public: ModuleIRCv3() - : Module(VF_VENDOR, "Provides the IRCv3 account-notify, away-notify, and extended-join client capabilities.") + : Module(VF_VENDOR, "Provides the IRCv3 account-notify, away-notify, extended-join, and standard-replies client capabilities.") , Account::EventListener(this) , Away::EventListener(this) , cap_accountnotify(this, "account-notify") diff --git a/src/modules/m_spanningtree/fjoin.cpp b/src/modules/m_spanningtree/fjoin.cpp index ebf83ede5..f18f47a6b 100644 --- a/src/modules/m_spanningtree/fjoin.cpp +++ b/src/modules/m_spanningtree/fjoin.cpp @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2015, 2018-2020 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2015, 2018-2020, 2023 Sadie Powell <sadie@witchery.services> * Copyright (C) 2012-2016 Attila Molnar <attilamolnar@hush.com> * Copyright (C) 2012 Robby <robby@chatbelgie.be> * Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org> diff --git a/src/modules/m_watch.cpp b/src/modules/m_watch.cpp index 7cb102683..0e5493a2d 100644 --- a/src/modules/m_watch.cpp +++ b/src/modules/m_watch.cpp @@ -2,7 +2,7 @@ * InspIRCd -- Internet Relay Chat Daemon * * Copyright (C) 2019 Robby <robby@chatbelgie.be> - * Copyright (C) 2017-2018 Sadie Powell <sadie@witchery.services> + * Copyright (C) 2017-2018, 2023 Sadie Powell <sadie@witchery.services> * Copyright (C) 2016 Attila Molnar <attilamolnar@hush.com> * * This file is part of InspIRCd. InspIRCd is free software: you can |
