mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Merge branch 'insp4' into master.
This commit is contained in:
commit
4ee868d860
7
.github/SECURITY.md
vendored
7
.github/SECURITY.md
vendored
@ -2,13 +2,14 @@
|
||||
|
||||
## Supported Versions
|
||||
|
||||
Currently the v3 (stable) branch is actively receiving security fixes. Support for v2 ended at the end of 2020.
|
||||
Currently the v3 (old stable) and v4 (stable) branches are actively receiving security fixes. Support for v3 will end at the end of 2025.
|
||||
|
||||
The v4 branch is still early in development and only receives security fixes when they are synced from the v3 branch.
|
||||
The v5 branch is still early in development and only receives security fixes when they are synced from the v3 and v4 branches.
|
||||
|
||||
Version | Supported
|
||||
------- | ---------
|
||||
4.x.y | :warning:
|
||||
5.x.y | :warning:
|
||||
4.x.y | :white_check_mark:
|
||||
3.x.y | :white_check_mark:
|
||||
2.0.x | :x:
|
||||
1.2.y | :x:
|
||||
|
2
configure
vendored
2
configure
vendored
@ -4,7 +4,7 @@
|
||||
#
|
||||
# Copyright (C) 2020 Daniel Vassdal <shutter@canternet.org>
|
||||
# Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
# Copyright (C) 2013-2022 Sadie Powell <sadie@witchery.services>
|
||||
# Copyright (C) 2013-2022, 2024 Sadie Powell <sadie@witchery.services>
|
||||
# Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
# Copyright (C) 2012 ChrisTX <xpipe@hotmail.de>
|
||||
# Copyright (C) 2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -34,8 +34,8 @@ the number of contributions they have made, are:
|
||||
* Justin Crawford <Justasic@Gmail.com>
|
||||
* iwalkalone <iwalkalone69@gmail.com>
|
||||
* katsklaw
|
||||
* Dylan Frank <b00mx0r@aureus.pw>
|
||||
* Val Lorentz <progval+git@progval.net>
|
||||
* Dylan Frank <b00mx0r@aureus.pw>
|
||||
* Wade Cline <wadecline@hotmail.com>
|
||||
* satmd <satmd@satmd.de>
|
||||
* Steven Van Acker <steven@singularity.be>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2020-2023 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2020-2024 Sadie Powell <sadie@witchery.services>
|
||||
*
|
||||
* 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
|
||||
|
@ -6,7 +6,7 @@
|
||||
# Copyright (C) 2015 Steven Van Acker <steven@singularity.be>
|
||||
# Copyright (C) 2015 Attila Molnar <attilamolnar@hush.com>
|
||||
# Copyright (C) 2014 Dan Parsons <dparsons@nyip.net>
|
||||
# Copyright (C) 2013-2014, 2016-2017, 2019-2021, 2023 Sadie Powell <sadie@witchery.services>
|
||||
# Copyright (C) 2013-2014, 2016-2017, 2019-2021, 2023-2024 Sadie Powell <sadie@witchery.services>
|
||||
# Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
# Copyright (C) 2011 DjSlash <djslash@djslash.org>
|
||||
# Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -1,7 +1,7 @@
|
||||
.\"
|
||||
.\" InspIRCd -- Internet Relay Chat Daemon
|
||||
.\"
|
||||
.\" Copyright (C) 2014, 2018, 2023 Sadie Powell <sadie@witchery.services>
|
||||
.\" Copyright (C) 2014, 2018, 2024 Sadie Powell <sadie@witchery.services>
|
||||
.\"
|
||||
.\" 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
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2021 Dominic Hamon
|
||||
* Copyright (C) 2018-2023 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018-2024 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2014 Adam <Adam@anope.org>
|
||||
* Copyright (C) 2013-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
|
@ -2,6 +2,7 @@
|
||||
#
|
||||
# InspIRCd -- Internet Relay Chat Daemon
|
||||
#
|
||||
# Copyright (C) 2024 Val Lorentz <progval+git@progval.net>
|
||||
# Copyright (C) 2024 Sadie Powell <sadie@witchery.services>
|
||||
#
|
||||
# This file is part of InspIRCd. InspIRCd is free software: you can
|
||||
|
@ -2,6 +2,7 @@
|
||||
#
|
||||
# InspIRCd -- Internet Relay Chat Daemon
|
||||
#
|
||||
# Copyright (C) 2024 Val Lorentz <progval+git@progval.net>
|
||||
# Copyright (C) 2024 Sadie Powell <sadie@witchery.services>
|
||||
#
|
||||
# This file is part of InspIRCd. InspIRCd is free software: you can
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# InspIRCd -- Internet Relay Chat Daemon
|
||||
#
|
||||
# Copyright (C) 2021-2023 Sadie Powell <sadie@witchery.services>
|
||||
# Copyright (C) 2021-2024 Sadie Powell <sadie@witchery.services>
|
||||
# Copyright (C) 2013-2014 Attila Molnar <attilamolnar@hush.com>
|
||||
# Copyright (C) 2013 Adam <Adam@anope.org>
|
||||
#
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2022-2023 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2022-2024 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2021 Herman <GermanAizek@yandex.ru>
|
||||
* Copyright (C) 2012-2013 ChrisTX <xpipe@hotmail.de>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
|
Loading…
x
Reference in New Issue
Block a user