diff options
| author | 2025-03-29 04:31:31 +0000 | |
|---|---|---|
| committer | 2025-03-29 04:33:29 +0000 | |
| commit | 8b5bccaa8c382cca1dfae3c985e6045f1c367e1f (patch) | |
| tree | 7161d8e2912031c7cc48e2c81cee8c2aa590c54f /modules/timedbans.cpp | |
| parent | Remove support for in-query password comparison in sqlauth. (diff) | |
| parent | Release v4.7.0. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/timedbans.cpp')
| -rw-r--r-- | modules/timedbans.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/modules/timedbans.cpp b/modules/timedbans.cpp index d19e98262..3ee089030 100644 --- a/modules/timedbans.cpp +++ b/modules/timedbans.cpp @@ -2,18 +2,16 @@ * 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) 2016, 2019 Matt Schatz <genius3000@g3k.solutions> - * Copyright (C) 2013, 2017, 2019-2023 Sadie Powell <sadie@witchery.services> - * Copyright (C) 2013 Daniel Vassdal <shutter@canternet.org> + * Copyright (C) 2013, 2017, 2019-2023, 2025 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> * Copyright (C) 2009 John Brooks <john@jbrooks.io> * Copyright (C) 2008 Robin Burchell <robin+git@viroteck.net> - * Copyright (C) 2007 Dennis Friis <peavey@inspircd.org> - * Copyright (C) 2005, 2007-2008 Craig Edwards <brain@inspircd.org> + * Copyright (C) 2005, 2007 Craig Edwards <brain@inspircd.org> * * 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 |
