mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Merge branch 'insp3' into master.
This commit is contained in:
commit
d7912e6a3e
1
.mailmap
1
.mailmap
@ -45,6 +45,7 @@ satmd <satmd@satmd.de> satmd <satmd@lain.at>
|
||||
satmd <satmd@satmd.de> satmd <satmd@users.noreply.github.com>
|
||||
Thomas Stagner <aquanight@inspircd.org> aquanight <aquanight@e03df62e-2008-0410-955e-edbf42e46eb7>
|
||||
Uli Schlachter <psychon@inspircd.org> psychon <psychon@e03df62e-2008-0410-955e-edbf42e46eb7>
|
||||
Val Lorentz <progval+git@progval.net> Valentin Lorentz <progval+git@progval.net>
|
||||
|
||||
# The identities of the following people could not be verified. If you have an
|
||||
# email address for them please contact Sadie.
|
||||
|
@ -27,7 +27,7 @@ Building from source on Windows is generally not recommended but [a guide is ava
|
||||
<!--
|
||||
TODO: uncomment this once we have binary packages for v4.
|
||||
|
||||
If you are running on CentOS 7/8, Debian 11/12, Ubuntu 18.04/20.04, or Windows 7+ binary packages are available from [the downloads page](https://github.com/inspircd/inspircd/releases/latest).
|
||||
If you are running on CentOS 7, Debian 10/11/12, Rocky Linux 8, Ubuntu 18.04/20.04/22.04, or Windows 8+ binary packages are available from [the downloads page](https://github.com/inspircd/inspircd/releases/latest).
|
||||
|
||||
A [Docker](https://www.docker.com) image is also available. See [the inspircd-docker repository](https://github.com/inspircd/inspircd-docker) for more information.
|
||||
-->
|
||||
|
@ -1,4 +1,4 @@
|
||||
Since the first commit in January 2003 104 people have submitted patches,
|
||||
Since the first commit in January 2003 105 people have submitted patches,
|
||||
commits, and other useful contributions to InspIRCd. These people, ordered by
|
||||
the number of contributions they have made, are:
|
||||
|
||||
@ -33,10 +33,11 @@ the number of contributions they have made, are:
|
||||
* blitmap <blitternet@gmail.com>
|
||||
* jamie
|
||||
* Justin Crawford <Justasic@Gmail.com>
|
||||
* iwalkalone <iwalkalone69@gmail.com>
|
||||
* katsklaw
|
||||
* Dylan Frank <b00mx0r@aureus.pw>
|
||||
* iwalkalone <iwalkalone69@gmail.com>
|
||||
* Steven Van Acker <steven@singularity.be>
|
||||
* Val Lorentz <progval+git@progval.net>
|
||||
* Dan Parsons <dparsons@nyip.net>
|
||||
* Googolplexed <googol@googolplexed.net>
|
||||
* Herman <GermanAizek@yandex.ru>
|
||||
@ -59,7 +60,6 @@ the number of contributions they have made, are:
|
||||
* Michael Hazell <michaelhazell@hotmail.com>
|
||||
* Molly Miller
|
||||
* PhilSliderS
|
||||
* Valentin Lorentz <progval+git@progval.net>
|
||||
* eggy
|
||||
* md_5 <git@md-5.net>
|
||||
* satmd <satmd@satmd.de>
|
||||
@ -68,6 +68,7 @@ the number of contributions they have made, are:
|
||||
* Adrien Bustany <adrien@bustany.org>
|
||||
* Akinwale Ariwodola <akinwale@gmail.com>
|
||||
* Alyx <alyx@malkier.net>
|
||||
* Andrio Celos
|
||||
* Boleslaw Tokarski <boleslaw.tokarski@tieto.com>
|
||||
* Chew
|
||||
* Chris Novakovic
|
||||
@ -82,6 +83,7 @@ the number of contributions they have made, are:
|
||||
* Filippo Cortigiani <simos@simosnap.org>
|
||||
* Florian Praden <florian@praden.eu>
|
||||
* Garrett Holmstrom <gholms@fedoraproject.org>
|
||||
* James Wheare <james@wheare.org>
|
||||
* Joel Sing <joel@sing.id.au>
|
||||
* Jordyn/The Linux Geek <onlinecloud1@gmail.com>
|
||||
* Josh Soref
|
||||
@ -97,7 +99,6 @@ the number of contributions they have made, are:
|
||||
* Thiago Crepaldi <thiago@thiagocrepaldi.com>
|
||||
* Thomas Fargeix <t.fargeix@gmail.com>
|
||||
* Tim Heckman <t@heckman.io>
|
||||
* Val Lorentz <progval+git@progval.net>
|
||||
* Vitor Luis <droider.pc@gmail.com>
|
||||
* WindowsUser
|
||||
* edef <edef@edef.eu>
|
||||
|
@ -291,6 +291,8 @@ The following flags use <pattern> to match against the specified user data:
|
||||
|
||||
A Show users who have an away message matching <pattern>.
|
||||
a Show users who have an account name matching <pattern>.
|
||||
G Show users who are connecting from a country code matching <pattern>.
|
||||
Requires the geoban module.
|
||||
h Show users who have a hostname matching <pattern>. If the 'x' modifier
|
||||
is specified then this will match against the real hostname instead of
|
||||
the display hostname.
|
||||
|
@ -5,7 +5,7 @@
|
||||
* Copyright (C) 2018 Chris Novakovic
|
||||
* Copyright (C) 2013-2014, 2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org>
|
||||
* Copyright (C) 2012-2014, 2016-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2014, 2016-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
* Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2012-2015, 2018 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012-2013, 2017-2018, 2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2013, 2017-2018, 2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
* Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
|
||||
|
@ -5,7 +5,7 @@
|
||||
* Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org>
|
||||
* Copyright (C) 2012-2016, 2018 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012-2014, 2017-2019 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2014, 2017-2019, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2012 ChrisTX <xpipe@hotmail.de>
|
||||
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2013-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012-2013, 2017-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2013, 2017-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
|
||||
* Copyright (C) 2008 Thomas Stagner <aquanight@inspircd.org>
|
||||
|
@ -5,7 +5,7 @@
|
||||
* Copyright (C) 2019 iwalkalone <iwalkalone69@gmail.com>
|
||||
* Copyright (C) 2013 Adam <Adam@anope.org>
|
||||
* Copyright (C) 2012-2016, 2018 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012-2013, 2017-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2013, 2017-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
* Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2019 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2019, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2015 Attila Molnar <attilamolnar@hush.com>
|
||||
*
|
||||
* This file is part of InspIRCd. InspIRCd is free software: you can
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2018-2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018-2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018 Attila Molnar <attilamolnar@hush.com>
|
||||
*
|
||||
* This file is part of InspIRCd. InspIRCd is free software: you can
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2019-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2019-2022 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2018-2019 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018-2019, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018 Attila Molnar <attilamolnar@hush.com>
|
||||
*
|
||||
* This file is part of InspIRCd. InspIRCd is free software: you can
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2015 Daniel Vassdal <shutter@canternet.org>
|
||||
* Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2013, 2017-2019, 2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017-2019, 2021-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
*
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2019 B00mX0r <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2018 Dylan Frank <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2013, 2017-2019, 2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017-2019, 2021-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2015-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2012 ChrisTX <xpipe@hotmail.de>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2018, 2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018, 2021-2022 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2018-2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018-2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2015-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
*
|
||||
* This file is part of InspIRCd. InspIRCd is free software: you can
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2013, 2015-2018, 2020-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2015-2018, 2020-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013 Adam <Adam@anope.org>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2017, 2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2017, 2021-2022 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
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2013-2014, 2016, 2018 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2013, 2016, 2018, 2020-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2014, 2016, 2018 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
* Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# InspIRCd -- Internet Relay Chat Daemon
|
||||
#
|
||||
# Copyright (C) 2014-2017, 2019-2021 Sadie Powell <sadie@witchery.services>
|
||||
# Copyright (C) 2014-2017, 2019-2022 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
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# InspIRCd -- Internet Relay Chat Daemon
|
||||
#
|
||||
# Copyright (C) 2016-2021 Sadie Powell <sadie@witchery.services>
|
||||
# Copyright (C) 2016-2022 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) 2020-2021 Sadie Powell <sadie@witchery.services>
|
||||
# Copyright (C) 2020-2022 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) 2017 B00mX0r <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2013-2014, 2016-2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013-2014, 2016-2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013 Adam <Adam@anope.org>
|
||||
* Copyright (C) 2012-2016, 2018 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2013-2014, 2016-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013-2014, 2016-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013 ChrisTX <xpipe@hotmail.de>
|
||||
* Copyright (C) 2012-2014 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2013-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2013-2014, 2016-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013-2014, 2016-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2012 Justin Crawford <Justasic@Gmail.com>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2018, 2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018, 2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2013-2016, 2018 Attila Molnar <attilamolnar@hush.com>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2017-2018, 2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2017-2018, 2021-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2013-2014, 2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2021 Valentin Lorentz <progval+git@progval.net>
|
||||
* Copyright (C) 2021 Val Lorentz <progval+git@progval.net>
|
||||
* Copyright (C) 2018-2019 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018 Dylan Frank <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2013-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2017-2018 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2017-2018, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2013-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2018 Dylan Frank <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2017-2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2017-2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2014-2015, 2018 Attila Molnar <attilamolnar@hush.com>
|
||||
*
|
||||
* This file is part of InspIRCd. InspIRCd is free software: you can
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2018-2019 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018-2019, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2015 Attila Molnar <attilamolnar@hush.com>
|
||||
*
|
||||
* This file is part of InspIRCd. InspIRCd is free software: you can
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2017-2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2017-2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2015 Daniel Vassdal <shutter@canternet.org>
|
||||
* Copyright (C) 2013-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2018 Adam <Adam@anope.org>
|
||||
* Copyright (C) 2017-2019, 2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2017-2019, 2021-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013-2014, 2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -1,9 +1,10 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2022 Val Lorentz <progval+git@progval.net>
|
||||
* Copyright (C) 2013, 2017-2018, 2020-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2010 Craig Edwards <brain@inspircd.org>
|
||||
* Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org>
|
||||
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2018, 2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018, 2021-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2012, 2014 Attila Molnar <attilamolnar@hush.com>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2018, 2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018, 2021-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2012, 2014 Attila Molnar <attilamolnar@hush.com>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2018, 2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018, 2021-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2012, 2014 Attila Molnar <attilamolnar@hush.com>
|
||||
|
@ -2,8 +2,8 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2018, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2018 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org>
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2017-2018 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2017-2018, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2012, 2014 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org>
|
||||
|
@ -6,7 +6,7 @@
|
||||
* Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org>
|
||||
* Copyright (C) 2013 Adam <Adam@anope.org>
|
||||
* Copyright (C) 2012-2015 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012-2014, 2017-2018, 2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2014, 2017-2018, 2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012, 2018 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2012 ChrisTX <xpipe@hotmail.de>
|
||||
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2021 Valentin Lorentz <progval+git@progval.net>
|
||||
* Copyright (C) 2021 Val Lorentz <progval+git@progval.net>
|
||||
* Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2018 Chris Novakovic
|
||||
* Copyright (C) 2013, 2017-2021 Sadie Powell <sadie@witchery.services>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2017-2018 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2017, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013-2014 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2010 Craig Edwards <brain@inspircd.org>
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2018 B00mX0r <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2017-2019 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2017-2019, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013-2014, 2016 Attila Molnar <attilamolnar@hush.com>
|
||||
*
|
||||
* This file is part of InspIRCd. InspIRCd is free software: you can
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2016-2019, 2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2016-2019, 2021-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2016, 2018 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2012 Shawn Smith <ShawnSmith0828@gmail.com>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2013, 2015, 2019-2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2015, 2019-2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013 Adam <Adam@anope.org>
|
||||
* Copyright (C) 2012-2013, 2015 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2019-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2019-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
*
|
||||
* This file is part of InspIRCd. InspIRCd is free software: you can
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2013-2014, 2016-2017, 2019, 2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013-2014, 2016-2017, 2019, 2021-2022 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
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2013-2014, 2016-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013-2014, 2016-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org>
|
||||
* Copyright (C) 2012-2017 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012-2013, 2016 Adam <Adam@anope.org>
|
||||
|
@ -4,9 +4,9 @@
|
||||
* Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2017 Wade Cline <wadecline@hotmail.com>
|
||||
* Copyright (C) 2014, 2016 Adam <Adam@anope.org>
|
||||
* Copyright (C) 2016 Adam <Adam@anope.org>
|
||||
* Copyright (C) 2014 Julien Vehent <julien@linuxwall.info>
|
||||
* Copyright (C) 2013-2014, 2016-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013-2014, 2016-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2017 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2012 ChrisTX <xpipe@hotmail.de>
|
||||
|
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2013, 2017, 2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2013, 2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2013, 2017, 2021-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2013 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2010 Craig Edwards <brain@inspircd.org>
|
||||
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2013, 2017-2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012, 2015 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012 Shawn Smith <ShawnSmith0828@gmail.com>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2020 Michael <michaelhazell@hotmail.com>
|
||||
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2013, 2017-2018, 2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017-2018, 2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2013, 2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009 John Brooks <special@inspircd.org>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2013, 2017-2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017-2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2014 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2018 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2013, 2018 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2018, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2014, 2018 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2010 Craig Edwards <brain@inspircd.org>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2013, 2017 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org>
|
||||
* Copyright (C) 2012-2014 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2021 Herman <GermanAizek@yandex.ru>
|
||||
* Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2013-2014, 2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2013, 2018-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2018-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2010 Craig Edwards <brain@inspircd.org>
|
||||
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2018 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2013, 2018 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2018, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2013, 2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2013, 2017, 2019-2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017, 2019-2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2012 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2014 Googolplexed <googol@googolplexed.net>
|
||||
* Copyright (C) 2013, 2017-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2014 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -3,9 +3,9 @@
|
||||
*
|
||||
* Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2013, 2017, 2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017, 2021-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2014, 2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
|
||||
* Copyright (C) 2008, 2010 Craig Edwards <brain@inspircd.org>
|
||||
* Copyright (C) 2007 Robin Burchell <robin+git@viroteck.net>
|
||||
|
@ -1,6 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2022 iwalkalone <iwalkalone69@gmail.com>
|
||||
* Copyright (C) 2013, 2017-2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2015 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2018-2020 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2018-2019 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2013, 2017-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2015-2016 Adam <Adam@anope.org>
|
||||
* Copyright (C) 2012-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2018 Robby <robby@chatbelgie.be>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2019, 2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2019, 2021-2022 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,8 +2,8 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2017-2018 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2014, 2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2017-2018, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2014 Attila Molnar <attilamolnar@hush.com>
|
||||
*
|
||||
* 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) 2018 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2016 Johanna A
|
||||
* Copyright (C) 2013-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2013, 2017, 2019-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017, 2019-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org>
|
||||
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2021 Herman <GermanAizek@yandex.ru>
|
||||
* Copyright (C) 2013, 2018-2019 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2018-2019, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2013, 2015, 2018 Attila Molnar <attilamolnar@hush.com>
|
||||
*
|
||||
* This file is part of InspIRCd. InspIRCd is free software: you can
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2013, 2018, 2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2018, 2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2013, 2016, 2018 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2013, 2017-2018, 2020-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017-2018, 2020-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2014, 2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2010 Craig Edwards <brain@inspircd.org>
|
||||
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2013, 2017 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009-2010 Craig Edwards <brain@inspircd.org>
|
||||
|
@ -6,7 +6,7 @@
|
||||
* Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2017 Adam <Adam@anope.org>
|
||||
* Copyright (C) 2016 Sheogorath <sheogorath@shivering-isles.com>
|
||||
* Copyright (C) 2013, 2017, 2020-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017, 2020-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org>
|
||||
* Copyright (C) 2012-2015 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012 Shawn Smith <ShawnSmith0828@gmail.com>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2014 Justin Crawford <Justasic@Gmail.com>
|
||||
* Copyright (C) 2013-2014, 2017-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013-2014, 2017-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013-2014, 2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2012, 2014 Adam <Adam@anope.org>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2013, 2018, 2020-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2018, 2020-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2014, 2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2012 Justin Crawford <Justasic@Gmail.com>
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2017, 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2013, 2017-2018, 2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017-2018, 2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2013, 2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2013-2014, 2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2013, 2017-2018 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017-2018, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org>
|
||||
*
|
||||
* This file is part of InspIRCd. InspIRCd is free software: you can
|
||||
|
@ -5,7 +5,7 @@
|
||||
* Copyright (C) 2016 Adam <Adam@anope.org>
|
||||
* Copyright (C) 2014 Mantas Mikulėnas <grawity@gmail.com>
|
||||
* Copyright (C) 2013-2016, 2018 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2013, 2017-2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017-2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2013, 2017-2018, 2020-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017-2018, 2020-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2013, 2017-2018, 2020-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017-2018, 2020-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2013, 2015-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2012 Jens Voss <DukePyrolator@anope.org>
|
||||
|
@ -2,9 +2,9 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2018 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013-2014 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org>
|
||||
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
|
||||
* Copyright (C) 2008, 2010 Craig Edwards <brain@inspircd.org>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2013, 2018-2019 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2018-2019, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2021 Herman <GermanAizek@yandex.ru>
|
||||
* Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2013, 2017-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2016 Adam <Adam@anope.org>
|
||||
* Copyright (C) 2012-2016, 2018 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2018 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013-2015 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2010 Craig Edwards <brain@inspircd.org>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2018-2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2018-2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2013-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2013, 2018-2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2018-2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013 Adam <Adam@anope.org>
|
||||
* Copyright (C) 2012-2016, 2018 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2017-2019 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2017-2019, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013 Adam <Adam@anope.org>
|
||||
* Copyright (C) 2012-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2021 Molly Miller
|
||||
* Copyright (C) 2020 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2013, 2017-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2010 Adam <Adam@anope.org>
|
||||
|
@ -2,9 +2,9 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2021 Herman <GermanAizek@yandex.ru>
|
||||
* Copyright (C) 2019-2020 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2013, 2017-2018, 2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017-2018, 2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2012, 2014, 2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
|
||||
|
@ -2,10 +2,10 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2020 iwalkalone <iwalkalone69@gmail.com>
|
||||
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2018 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2013, 2017-2018, 2020-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2016, 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2013, 2017-2018, 2020-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org>
|
||||
* Copyright (C) 2012-2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* InspIRCd -- Internet Relay Chat Daemon
|
||||
*
|
||||
* Copyright (C) 2017 B00mX0r <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2013, 2018-2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2018-2020, 2022 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>
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2014-2015 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2014, 2017 Adam <Adam@anope.org>
|
||||
* Copyright (C) 2013, 2016-2017 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2016-2017, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2012 Robby <robby@chatbelgie.be>
|
||||
* Copyright (C) 2009-2010 Daniel De Graaf <danieldg@inspircd.org>
|
||||
* Copyright (C) 2009 Uli Schlachter <psychon@inspircd.org>
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Copyright (C) 2019 linuxdaemon <linuxdaemon.irc@gmail.com>
|
||||
* Copyright (C) 2018 systocrat <systocrat@outlook.com>
|
||||
* Copyright (C) 2018 Dylan Frank <b00mx0r@aureus.pw>
|
||||
* Copyright (C) 2013, 2016-2021 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2016-2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org>
|
||||
* Copyright (C) 2013 ChrisTX <xpipe@hotmail.de>
|
||||
* Copyright (C) 2013 Adam <Adam@anope.org>
|
||||
|
@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright (C) 2021 Herman <GermanAizek@yandex.ru>
|
||||
* Copyright (C) 2019 Matt Schatz <genius3000@g3k.solutions>
|
||||
* Copyright (C) 2013, 2017-2020 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013, 2017-2020, 2022 Sadie Powell <sadie@witchery.services>
|
||||
* Copyright (C) 2013 Adam <Adam@anope.org>
|
||||
* Copyright (C) 2012-2014, 2016 Attila Molnar <attilamolnar@hush.com>
|
||||
* Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# InspIRCd -- Internet Relay Chat Daemon
|
||||
#
|
||||
# Copyright (C) 2021 Sadie Powell <sadie@witchery.services>
|
||||
# Copyright (C) 2021-2022 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
|
||||
@ -33,6 +33,7 @@ use make::console;
|
||||
my %authors;
|
||||
for my $author (split /\n+/, `git log --pretty='%aN <%aE>' HEAD`) {
|
||||
$author = $1 if $author =~ /^(.+) <(?:unknown\@email.invalid|\S+\@users.noreply.github.com)>$/;
|
||||
next if $author =~ /\[bot\]$/;
|
||||
|
||||
$authors{$author} ||= 0;
|
||||
$authors{$author} += 1;
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# InspIRCd -- Internet Relay Chat Daemon
|
||||
#
|
||||
# Copyright (C) 2020-2021 Sadie Powell <sadie@witchery.services>
|
||||
# Copyright (C) 2020-2022 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
|
||||
@ -59,7 +59,7 @@ for my $path (@paths) {
|
||||
my ($copyright, $indent, @lines);
|
||||
for my $line (<$fh>) {
|
||||
chomp $line;
|
||||
if ($line =~ /^([^0-9A-Za-z]+\s)Copyright\s+\(C\)\s+[^<]+\s+<[^>]+>$/) {
|
||||
if ($line =~ /^([^0-9A-Za-z]+\s)Copyright\s+\(C\)\s+[^<]+(\s+<[^>]+>)?$/) {
|
||||
$copyright = scalar @lines;
|
||||
$indent = $1;
|
||||
} else {
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# InspIRCd -- Internet Relay Chat Daemon
|
||||
#
|
||||
# Copyright (C) 2013-2016, 2019-2021 Sadie Powell <sadie@witchery.services>
|
||||
# Copyright (C) 2013-2016, 2019-2022 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Last updated: 2022-04-24
|
||||
# Last updated: 2022-04-27
|
||||
#
|
||||
# Modules we can't legally ship: geo_maxmind, ssl_mbedtls, ssl_openssl
|
||||
# Modules which don't apply to Windows: regex_posix, sslrehashsignal
|
||||
@ -14,7 +14,6 @@ libpq/14.2
|
||||
pcre2/10.40
|
||||
re2/20220201
|
||||
sqlite3/3.38.1
|
||||
zlib/1.2.12 # force override to fix a conflict between libmysqlclient and pcre
|
||||
|
||||
[options]
|
||||
argon2:shared=True
|
||||
|
Loading…
x
Reference in New Issue
Block a user