From 4fde370e938d5c4feaabde5e83604897470a3995 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 22 Dec 2023 19:05:39 +0000 Subject: Update module descriptions. --- src/modules/m_haproxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_haproxy.cpp') diff --git a/src/modules/m_haproxy.cpp b/src/modules/m_haproxy.cpp index 509a00ede..fe798feff 100644 --- a/src/modules/m_haproxy.cpp +++ b/src/modules/m_haproxy.cpp @@ -438,7 +438,7 @@ class ModuleHAProxy : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Allows IRC connections to be made using reverse proxies that implement the HAProxy PROXY protocol.", VF_VENDOR); + return Version("Allows IRC connections to be made using reverse proxies that implement version 2 of the HAProxy PROXY protocol.", VF_VENDOR); } }; -- cgit v1.3.1-10-gc9f91 From 473e57eb653f50c28b126c21a02faac176b37cbe Mon Sep 17 00:00:00 2001 From: InspIRCd Robot Date: Fri, 22 Dec 2023 19:09:59 +0000 Subject: Update copyright headers. --- include/clientprotocol.h | 2 +- src/modules/m_alias.cpp | 2 +- src/modules/m_haproxy.cpp | 2 +- src/modules/m_ircv3.cpp | 2 +- src/modules/m_spanningtree/fjoin.cpp | 2 +- src/modules/m_svshold.cpp | 2 +- src/modules/m_watch.cpp | 2 +- src/users.cpp | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/modules/m_haproxy.cpp') diff --git a/include/clientprotocol.h b/include/clientprotocol.h index d686cd947..fd66971c1 100644 --- a/include/clientprotocol.h +++ b/include/clientprotocol.h @@ -1,7 +1,7 @@ /* * InspIRCd -- Internet Relay Chat Daemon * - * Copyright (C) 2018-2020, 2022 Sadie Powell + * Copyright (C) 2018-2020, 2022-2023 Sadie Powell * Copyright (C) 2018 Attila Molnar * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/src/modules/m_alias.cpp b/src/modules/m_alias.cpp index 39d333989..490687a04 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 - * Copyright (C) 2013, 2015-2019, 2021 Sadie Powell + * Copyright (C) 2013, 2015-2019, 2021, 2023 Sadie Powell * Copyright (C) 2012-2015, 2018 Attila Molnar * Copyright (C) 2012, 2019 Robby * Copyright (C) 2009-2010 Daniel De Graaf diff --git a/src/modules/m_haproxy.cpp b/src/modules/m_haproxy.cpp index fe798feff..69a27e1c9 100644 --- a/src/modules/m_haproxy.cpp +++ b/src/modules/m_haproxy.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2019-2020 Matt Schatz * Copyright (C) 2019 linuxdaemon - * Copyright (C) 2018-2019, 2021 Sadie Powell + * Copyright (C) 2018-2019, 2021, 2023 Sadie Powell * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public diff --git a/src/modules/m_ircv3.cpp b/src/modules/m_ircv3.cpp index 013f7ce6d..7a0fd0b96 100644 --- a/src/modules/m_ircv3.cpp +++ b/src/modules/m_ircv3.cpp @@ -3,7 +3,7 @@ * * Copyright (C) 2022 delthas * Copyright (C) 2021 Herman - * Copyright (C) 2013, 2018-2019, 2022 Sadie Powell + * Copyright (C) 2013, 2018-2019, 2022-2023 Sadie Powell * Copyright (C) 2012-2013, 2015, 2018 Attila Molnar * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/src/modules/m_spanningtree/fjoin.cpp b/src/modules/m_spanningtree/fjoin.cpp index 103529308..73e6fac25 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 + * Copyright (C) 2015, 2018-2020, 2023 Sadie Powell * Copyright (C) 2012-2016 Attila Molnar * Copyright (C) 2012 Robby * Copyright (C) 2009-2010 Daniel De Graaf diff --git a/src/modules/m_svshold.cpp b/src/modules/m_svshold.cpp index 2e29625e0..d97d49178 100644 --- a/src/modules/m_svshold.cpp +++ b/src/modules/m_svshold.cpp @@ -4,7 +4,7 @@ * Copyright (C) 2021 Herman * Copyright (C) 2019 Matt Schatz * Copyright (C) 2018 linuxdaemon - * Copyright (C) 2013, 2017-2018, 2020, 2022 Sadie Powell + * Copyright (C) 2013, 2017-2018, 2020, 2022-2023 Sadie Powell * Copyright (C) 2012, 2019 Robby * Copyright (C) 2012, 2014, 2016 Attila Molnar * Copyright (C) 2009 Daniel De Graaf diff --git a/src/modules/m_watch.cpp b/src/modules/m_watch.cpp index 433225fed..5f77e2b71 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 - * Copyright (C) 2017-2018 Sadie Powell + * Copyright (C) 2017-2018, 2023 Sadie Powell * Copyright (C) 2016 Attila Molnar * * This file is part of InspIRCd. InspIRCd is free software: you can diff --git a/src/users.cpp b/src/users.cpp index 1780a4c0d..fdc222672 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -4,7 +4,7 @@ * Copyright (C) 2019 linuxdaemon * Copyright (C) 2018 systocrat * Copyright (C) 2018 Dylan Frank - * Copyright (C) 2013, 2016-2022 Sadie Powell + * Copyright (C) 2013, 2016-2023 Sadie Powell * Copyright (C) 2013 Daniel Vassdal * Copyright (C) 2013 ChrisTX * Copyright (C) 2013 Adam -- cgit v1.3.1-10-gc9f91