mirror of
https://github.com/anope/anope.git
synced 2026-06-12 17:24:49 +02:00
Update most URLs to use HTTPS if available, and fix some dead ones too.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
___
|
___
|
||||||
/ _ \ http://www.anope.org
|
/ _ \ https://www.anope.org/
|
||||||
| /_\ | _ __ _ _ _ _ ___
|
| /_\ | _ __ _ _ _ _ ___
|
||||||
| _ || '_ \/ _ \/ _ \ / _ \
|
| _ || '_ \/ _ \/ _ \ / _ \
|
||||||
| | | || | | |_| |_| | __/
|
| | | || | | |_| |_| | __/
|
||||||
@@ -15,4 +15,5 @@ Anope is a set of Services for IRC networks that allows users to
|
|||||||
manage their nicks and channels in a secure and efficient way,
|
manage their nicks and channels in a secure and efficient way,
|
||||||
and administrators to manage their network with powerful tools.
|
and administrators to manage their network with powerful tools.
|
||||||
|
|
||||||
For all your Anope needs please visit our portal at www.anope.org
|
For all your Anope needs please visit our portal at
|
||||||
|
https://www.anope.org/
|
||||||
|
|||||||
+2
-2
@@ -541,14 +541,14 @@ if(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
|
|||||||
"bin\\\\anope.bat\\\" \\\"-debug -nofork" "Anope IRC Services (Debug and Window Logging)"
|
"bin\\\\anope.bat\\\" \\\"-debug -nofork" "Anope IRC Services (Debug and Window Logging)"
|
||||||
"bin\\\\anope.bat\\\" \\\"-nofork" "Anope IRC Services (Window Logging)"
|
"bin\\\\anope.bat\\\" \\\"-nofork" "Anope IRC Services (Window Logging)"
|
||||||
"bin\\\\anope.bat\\\" \\\"-nothird" "Anope IRC Services (No Third Party Modules)"
|
"bin\\\\anope.bat\\\" \\\"-nothird" "Anope IRC Services (No Third Party Modules)"
|
||||||
"http://www.anope.org/" "Anope Web Site"
|
"https://www.anope.org/" "Anope Web Site"
|
||||||
)
|
)
|
||||||
# The following doesn't work, but a bug report has been filed about it
|
# The following doesn't work, but a bug report has been filed about it
|
||||||
#set(CPACK_CREATE_DESKTOP_LINK_${SERVICES_BINARY} TRUE)
|
#set(CPACK_CREATE_DESKTOP_LINK_${SERVICES_BINARY} TRUE)
|
||||||
set(CPACK_NSIS_MUI_ICON "${Anope_SOURCE_DIR}/src\\\\win32\\\\anope-icon.ico")
|
set(CPACK_NSIS_MUI_ICON "${Anope_SOURCE_DIR}/src\\\\win32\\\\anope-icon.ico")
|
||||||
set(CPACK_NSIS_MUI_UNIICON "${Anope_SOURCE_DIR}/src\\\\win32\\\\anope-icon.ico")
|
set(CPACK_NSIS_MUI_UNIICON "${Anope_SOURCE_DIR}/src\\\\win32\\\\anope-icon.ico")
|
||||||
set(CPACK_NSIS_INSTALLED_ICON_NAME "${SERVICES_BINARY}")
|
set(CPACK_NSIS_INSTALLED_ICON_NAME "${SERVICES_BINARY}")
|
||||||
set(CPACK_NSIS_URL_INFO_ABOUT "http://www.anope.org/")
|
set(CPACK_NSIS_URL_INFO_ABOUT "https://www.anope.org/")
|
||||||
set(CPACK_NSIS_COMPRESSOR "/SOLID lzma")
|
set(CPACK_NSIS_COMPRESSOR "/SOLID lzma")
|
||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
set(CPACK_SOURCE_PACKAGE_FILE_NAME "anope-${VERSION_FULL_NOBUILD}-source")
|
set(CPACK_SOURCE_PACKAGE_FILE_NAME "anope-${VERSION_FULL_NOBUILD}-source")
|
||||||
|
|||||||
@@ -173,7 +173,7 @@ done
|
|||||||
cmake --version 2>&1 > /dev/null
|
cmake --version 2>&1 > /dev/null
|
||||||
if [ $? -ne 0 ] ; then
|
if [ $? -ne 0 ] ; then
|
||||||
clear
|
clear
|
||||||
echo "Anope requires CMake 2.4 or newer, which can be downloaded at http://cmake.org or through your system's package manager."
|
echo "Anope requires CMake 2.4 or newer, which can be downloaded at https://cmake.org/ or through your system's package manager."
|
||||||
echo "If you have installed CMake already, ensure it is in your PATH environment variable."
|
echo "If you have installed CMake already, ensure it is in your PATH environment variable."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|||||||
+1
-1
@@ -1192,7 +1192,7 @@ module
|
|||||||
/*
|
/*
|
||||||
* db_redis.
|
* db_redis.
|
||||||
*
|
*
|
||||||
* This module allows using Redis (http://redis.io) as a database backend.
|
* This module allows using Redis (https://redis.io/) as a database backend.
|
||||||
* This module requires that m_redis is loaded and configured properly.
|
* This module requires that m_redis is loaded and configured properly.
|
||||||
*
|
*
|
||||||
* Redis 2.8 supports keyspace notifications which allows Redis to push notifications
|
* Redis 2.8 supports keyspace notifications which allows Redis to push notifications
|
||||||
|
|||||||
@@ -171,7 +171,7 @@ module { name = "help" }
|
|||||||
{
|
{
|
||||||
name = "dnsbl.dronebl.org"
|
name = "dnsbl.dronebl.org"
|
||||||
time = 4h
|
time = 4h
|
||||||
reason = "You have a host listed in the DroneBL. For more information, visit http://dronebl.org/lookup_branded?ip=%i&network=%N"
|
reason = "You have a host listed in the DroneBL. For more information, visit https://dronebl.org/lookup_branded?ip=%i&network=%N"
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Exempt localhost from DNSBL checks */
|
/* Exempt localhost from DNSBL checks */
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
For all bug reports / updates please see http://bugs.anope.org
|
For all bug reports / updates please see https://bugs.anope.org/
|
||||||
|
|||||||
+5
-5
@@ -100,12 +100,12 @@ Links
|
|||||||
The following links are web sites I've used to get this information, and might
|
The following links are web sites I've used to get this information, and might
|
||||||
describe some of the above a bit better than I have. :P
|
describe some of the above a bit better than I have. :P
|
||||||
|
|
||||||
http://www.acm.org/crossroads/xrds3-1/ovp3-1.html
|
https://www.acm.org/crossroads/xrds3-1/ovp3-1.html
|
||||||
http://www.cplusplus.com/doc/tutorial/typecasting.html
|
http://www.cplusplus.com/doc/tutorial/typecasting.html
|
||||||
http://www.codeguru.com/forum/showthread.php?t=312456
|
http://www.codeguru.com/forum/showthread.php?t=312456
|
||||||
http://www.cs.umd.edu/class/sum2003/cmsc311/Notes/BitOp/cast.html
|
https://web.archive.org/web/20170810222238/http://www.cs.umd.edu/class/sum2003/cmsc311/Notes/BitOp/cast.html
|
||||||
http://msdn.microsoft.com/en-us/library/5f6c9f8h(VS.80).aspx
|
https://www.microsoft.com/en-us/download/details.aspx?id=55984
|
||||||
http://en.wikibooks.org/wiki/C%2B%2B_Programming/Type_Casting
|
https://en.wikibooks.org/wiki/C%2B%2B_Programming/Type_Casting
|
||||||
http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=134
|
https://web.archive.org/web/20160510114447/http://www.informit.com/guides/content.aspx?g=cplusplus&seqNum=134
|
||||||
|
|
||||||
-- CyberBotX, Nov 23, 2008
|
-- CyberBotX, Nov 23, 2008
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
Originally pulled from: http://www.inspircd.org/wiki/Coding_Guidelines
|
Originally pulled from: https://wiki.inspircd.org/Coding_Guidelines
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ for the most up to date information.
|
|||||||
|
|
||||||
An updated version of the FAQ can be found here:
|
An updated version of the FAQ can be found here:
|
||||||
|
|
||||||
http://wiki.anope.org/index.php/FAQ
|
https://wiki.anope.org/index.php/2.0/FAQ
|
||||||
|
|||||||
+4
-4
@@ -19,7 +19,7 @@ Note: You should also read the README and FAQ files!
|
|||||||
The very first thing you need to do is to get the Anope package (if not
|
The very first thing you need to do is to get the Anope package (if not
|
||||||
already done). You can find it at:
|
already done). You can find it at:
|
||||||
|
|
||||||
http://www.anope.org/
|
https://www.anope.org/
|
||||||
|
|
||||||
Anope requires cmake to build. You can check if CMake is already
|
Anope requires cmake to build. You can check if CMake is already
|
||||||
installed on your system using the command:
|
installed on your system using the command:
|
||||||
@@ -32,7 +32,7 @@ Note: You should also read the README and FAQ files!
|
|||||||
CMake unless you install it yourself into your home directory. CMake
|
CMake unless you install it yourself into your home directory. CMake
|
||||||
can be downloaded from:
|
can be downloaded from:
|
||||||
|
|
||||||
http://www.cmake.org/cmake/resources/software.html
|
https://cmake.org/download/
|
||||||
|
|
||||||
Next, unpack the package in your home directory, and go into the created
|
Next, unpack the package in your home directory, and go into the created
|
||||||
directory.
|
directory.
|
||||||
@@ -59,7 +59,7 @@ Note: You should also read the README and FAQ files!
|
|||||||
the file carefully. Using the default values is NOT a good idea, and will
|
the file carefully. Using the default values is NOT a good idea, and will
|
||||||
most likely not work!
|
most likely not work!
|
||||||
|
|
||||||
If you need help, you should visit http://forum.anope.org/ or #anope on
|
If you need help, you should visit https://forum.anope.org/ or #anope on
|
||||||
irc.anope.org. Provide *complete* error output, along with other relevant
|
irc.anope.org. Provide *complete* error output, along with other relevant
|
||||||
information eg. OS, compiler and C++ library versions.
|
information eg. OS, compiler and C++ library versions.
|
||||||
See the README file for more information.
|
See the README file for more information.
|
||||||
@@ -90,7 +90,7 @@ Note: You should also read the README and FAQ files!
|
|||||||
|
|
||||||
You may also try our interactive link maker, which is located at:
|
You may also try our interactive link maker, which is located at:
|
||||||
|
|
||||||
http://anope.org/ilm.php
|
https://www.anope.org/ilm.php
|
||||||
|
|
||||||
4) Starting Anope
|
4) Starting Anope
|
||||||
|
|
||||||
|
|||||||
+4
-4
@@ -19,7 +19,7 @@ Note : Vous devrez également lire les fichiers README et FAQ !
|
|||||||
La première chose que vous devez faire est d'obtenir le package Anope
|
La première chose que vous devez faire est d'obtenir le package Anope
|
||||||
(si ce n'est déjà fait). Vous pouvez le trouver ici :
|
(si ce n'est déjà fait). Vous pouvez le trouver ici :
|
||||||
|
|
||||||
http://www.anope.org/
|
https://www.anope.org/
|
||||||
|
|
||||||
Anope nécessite cmake pour être compilé. Vous pouvez vérifier si CMake
|
Anope nécessite cmake pour être compilé. Vous pouvez vérifier si CMake
|
||||||
est déjà installé sur votre système avec la commande :
|
est déjà installé sur votre système avec la commande :
|
||||||
@@ -32,7 +32,7 @@ Note : Vous devrez également lire les fichiers README et FAQ !
|
|||||||
pourrez pas utiliser CMake à moins de l'installer vous-même dans votre
|
pourrez pas utiliser CMake à moins de l'installer vous-même dans votre
|
||||||
répertoire home. CMake peut être téléchargé ici :
|
répertoire home. CMake peut être téléchargé ici :
|
||||||
|
|
||||||
http://www.cmake.org/cmake/resources/software.html
|
https://cmake.org/download/
|
||||||
|
|
||||||
Ensuite, décompressez le package dans votre répertoire home, et allez
|
Ensuite, décompressez le package dans votre répertoire home, et allez
|
||||||
dans le répértoire qui vient d'être créé.
|
dans le répértoire qui vient d'être créé.
|
||||||
@@ -64,7 +64,7 @@ Note : Vous devrez également lire les fichiers README et FAQ !
|
|||||||
recommandée, et Anope ne fonctionnera probablement pas !
|
recommandée, et Anope ne fonctionnera probablement pas !
|
||||||
|
|
||||||
Si vous avez besoin d'aide, vous pouvez aller sur le site
|
Si vous avez besoin d'aide, vous pouvez aller sur le site
|
||||||
http://forum.anope.org/ ou le canal #anope sur irc.anope.org.
|
https://forum.anope.org/ ou le canal #anope sur irc.anope.org.
|
||||||
Fournissez *l'essemble* des erreurs qui apparaîssent, en plus de
|
Fournissez *l'essemble* des erreurs qui apparaîssent, en plus de
|
||||||
toutes informations utiles, comme les versions de votre OS, du
|
toutes informations utiles, comme les versions de votre OS, du
|
||||||
compilateur utilisé et de la librairie C++. Lisez le fichier README
|
compilateur utilisé et de la librairie C++. Lisez le fichier README
|
||||||
@@ -99,7 +99,7 @@ Note : Vous devrez également lire les fichiers README et FAQ !
|
|||||||
Vous pouvez également essayer notre créateur de bloc link interactif
|
Vous pouvez également essayer notre créateur de bloc link interactif
|
||||||
situé ici :
|
situé ici :
|
||||||
|
|
||||||
http://anope.org/ilm.php
|
https://www.anope.org/ilm.php
|
||||||
|
|
||||||
4) Mettre en route Anope
|
4) Mettre en route Anope
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -22,13 +22,13 @@ Anope Mutli Language Support
|
|||||||
|
|
||||||
2) Adding a new language
|
2) Adding a new language
|
||||||
|
|
||||||
Anope uses gettext (http://www.gnu.org/software/gettext/) to translate messages for users. To add a new language
|
Anope uses gettext (https://www.gnu.org/software/gettext/) to translate messages for users. To add a new language
|
||||||
install gettext and run `msginit -l language -o anope.language.po -i anope.pot`. For example if I was translating to
|
install gettext and run `msginit -l language -o anope.language.po -i anope.pot`. For example if I was translating to
|
||||||
Spanish I could run `msginit -l es_ES -o anope.es_ES.po -i anope.pot`. Open the newly generating .po file and start
|
Spanish I could run `msginit -l es_ES -o anope.es_ES.po -i anope.pot`. Open the newly generating .po file and start
|
||||||
translating. Once you are done simply rerun ./Config; make && make install and add the language to your services.conf.
|
translating. Once you are done simply rerun ./Config; make && make install and add the language to your services.conf.
|
||||||
Note that on Windows it is not quite this simple, windows.cpp must be edited and Anope recompiled and restarted.
|
Note that on Windows it is not quite this simple, windows.cpp must be edited and Anope recompiled and restarted.
|
||||||
|
|
||||||
Poedit (http://www.poedit.net/) is a popular po file editor, and we recommend using it or another editor designed to edit
|
Poedit (https://poedit.net/) is a popular po file editor, and we recommend using it or another editor designed to edit
|
||||||
po files (especially on Windows).
|
po files (especially on Windows).
|
||||||
|
|
||||||
If you have finished a language file translation and you want others to use it, please send it to team@anope.org
|
If you have finished a language file translation and you want others to use it, please send it to team@anope.org
|
||||||
|
|||||||
+3
-3
@@ -87,7 +87,7 @@ Anope Modules
|
|||||||
|
|
||||||
5) More Modules
|
5) More Modules
|
||||||
|
|
||||||
You can download more useful modules from http://modules.anope.org/. Just
|
You can download more useful modules from https://modules.anope.org/. Just
|
||||||
grab the module file (usually with a .cpp extension). Place the module
|
grab the module file (usually with a .cpp extension). Place the module
|
||||||
file in your modules (anope-1.9.x/modules/third) folder; although any of
|
file in your modules (anope-1.9.x/modules/third) folder; although any of
|
||||||
the other folders within the modules directory will work.
|
the other folders within the modules directory will work.
|
||||||
@@ -118,11 +118,11 @@ Anope Modules
|
|||||||
There are a number of useful documents on the Anope Wiki. The Anope Wiki
|
There are a number of useful documents on the Anope Wiki. The Anope Wiki
|
||||||
can be reached at:
|
can be reached at:
|
||||||
|
|
||||||
* http://wiki.anope.org/
|
* https://wiki.anope.org/
|
||||||
|
|
||||||
8) Modules Repository
|
8) Modules Repository
|
||||||
|
|
||||||
You can find modules at http://modules.anope.org
|
You can find modules at https://modules.anope.org/
|
||||||
|
|
||||||
These modules are 3rd party and as such are not supported by the Anope Team.
|
These modules are 3rd party and as such are not supported by the Anope Team.
|
||||||
Contact the Module Author directly with problems, not the Anope Team.
|
Contact the Module Author directly with problems, not the Anope Team.
|
||||||
|
|||||||
+3
-3
@@ -8,7 +8,7 @@ Based on Services 1996-1999 Andrew Church <achurch@achurch.org>.
|
|||||||
This program is free but copyrighted software; see the file COPYING for
|
This program is free but copyrighted software; see the file COPYING for
|
||||||
details.
|
details.
|
||||||
|
|
||||||
Information about Anope may be found at http://www.anope.org/
|
Information about Anope may be found at https://www.anope.org/
|
||||||
|
|
||||||
Table of Contents
|
Table of Contents
|
||||||
-----------------
|
-----------------
|
||||||
@@ -240,7 +240,7 @@ Table of Contents
|
|||||||
6) Contact
|
6) Contact
|
||||||
|
|
||||||
For announcements and discussions about Anope, please visit our
|
For announcements and discussions about Anope, please visit our
|
||||||
Portal and Forums at http://www.anope.org/ -- make sure you register
|
Portal and Forums at https://www.anope.org/ -- make sure you register
|
||||||
yourself to get full benefits.
|
yourself to get full benefits.
|
||||||
|
|
||||||
If you read the documentation carefully, and didn't find the answer to
|
If you read the documentation carefully, and didn't find the answer to
|
||||||
@@ -252,7 +252,7 @@ Table of Contents
|
|||||||
The more precise you are the sooner you'll be likely to get an answer.
|
The more precise you are the sooner you'll be likely to get an answer.
|
||||||
|
|
||||||
If you think you found a bug, add it to the bug tracking system
|
If you think you found a bug, add it to the bug tracking system
|
||||||
(http://bugs.anope.org) and - again - be as precise as possible. Also say
|
(https://bugs.anope.org/) and - again - be as precise as possible. Also say
|
||||||
whether the bug happens always or under what circumstances, and anything
|
whether the bug happens always or under what circumstances, and anything
|
||||||
that could be useful to track your bug down. If you wrote a patch, send
|
that could be useful to track your bug down. If you wrote a patch, send
|
||||||
it over. :)
|
it over. :)
|
||||||
|
|||||||
+3
-3
@@ -1,8 +1,8 @@
|
|||||||
Starting in Anope 1.9.9, Anope has Redis database support (http://redis.io/).
|
Starting in Anope 1.9.9, Anope has Redis database support (https://redis.io/).
|
||||||
This document explains the data structure used by Anope, and explains how
|
This document explains the data structure used by Anope, and explains how
|
||||||
keyspace notification works.
|
keyspace notification works.
|
||||||
|
|
||||||
This is not a tutorial on how to use Redis, see http://redis.io/documentation
|
This is not a tutorial on how to use Redis, see https://redis.io/documentation
|
||||||
for that.
|
for that.
|
||||||
|
|
||||||
Table of Contents
|
Table of Contents
|
||||||
@@ -70,7 +70,7 @@ Table of Contents
|
|||||||
2) Keyspace notifications
|
2) Keyspace notifications
|
||||||
|
|
||||||
Redis 2.7 (unstable) and 2.8 (stable) and newer support keyspace notifications
|
Redis 2.7 (unstable) and 2.8 (stable) and newer support keyspace notifications
|
||||||
(http://redis.io/topics/notifications). This allows Redis to notify Anope of
|
(https://redis.io/topics/notifications). This allows Redis to notify Anope of
|
||||||
any external changes to objects in the database. Once notified, Anope will
|
any external changes to objects in the database. Once notified, Anope will
|
||||||
immediately update the object. Otherwise, Anope keeps all objects in memory
|
immediately update the object. Otherwise, Anope keeps all objects in memory
|
||||||
and will not regularly read from the databaes once started.
|
and will not regularly read from the databaes once started.
|
||||||
|
|||||||
+2
-2
@@ -18,10 +18,10 @@ Anope for Windows
|
|||||||
1) Download the required files:
|
1) Download the required files:
|
||||||
|
|
||||||
* Current Anope source:
|
* Current Anope source:
|
||||||
http://sourceforge.net/project/showfiles.php?group_id=94081
|
https://github.com/anope/anope/releases
|
||||||
|
|
||||||
* CMake:
|
* CMake:
|
||||||
http://www.cmake.org/cmake/resources/software.html
|
https://cmake.org/download/
|
||||||
|
|
||||||
(NOTE: When installing, tell CMake to add itself to the PATH.)
|
(NOTE: When installing, tell CMake to add itself to the PATH.)
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env perl
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
#
|
#
|
||||||
# Script taken from InspIRCd, www.inspircd.org
|
# Script taken from InspIRCd, https://www.inspircd.org/
|
||||||
#
|
#
|
||||||
# This program is distributed in the hope that it will be useful, but WITHOUT
|
# This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
# details.
|
# details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -7,13 +7,13 @@
|
|||||||
* details.
|
* details.
|
||||||
*
|
*
|
||||||
* Most of the code in this file is taken from
|
* Most of the code in this file is taken from
|
||||||
* http://openwall.com/crypt/crypt_blowfish-1.2.tar.gz
|
* https://www.openwall.com/crypt/crypt_blowfish-1.2.tar.gz
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The crypt_blowfish homepage is:
|
* The crypt_blowfish homepage is:
|
||||||
*
|
*
|
||||||
* http://www.openwall.com/crypt/
|
* https://www.openwall.com/crypt/
|
||||||
*
|
*
|
||||||
* This code comes from John the Ripper password cracker, with reentrant
|
* This code comes from John the Ripper password cracker, with reentrant
|
||||||
* and crypt(3) interfaces added, but optimizations specific to password
|
* and crypt(3) interfaces added, but optimizations specific to password
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
*
|
*
|
||||||
* There's a paper on the algorithm that explains its design decisions:
|
* There's a paper on the algorithm that explains its design decisions:
|
||||||
*
|
*
|
||||||
* http://www.usenix.org/events/usenix99/provos.html
|
* https://www.usenix.org/legacy/events/usenix99/provos.html
|
||||||
*
|
*
|
||||||
* Some of the tricks in BF_ROUND might be inspired by Eric Young's
|
* Some of the tricks in BF_ROUND might be inspired by Eric Young's
|
||||||
* Blowfish library (I can't be sure if I would think of something if I
|
* Blowfish library (I can't be sure if I would think of something if I
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
* (C) 2003-2018 Anope Team
|
* (C) 2003-2018 Anope Team
|
||||||
* Contact us at team@anope.org
|
* Contact us at team@anope.org
|
||||||
*
|
*
|
||||||
* Taken from InspIRCd ( www.inspircd.org )
|
* Taken from InspIRCd (https://www.inspircd.org/),
|
||||||
* see http://wiki.inspircd.org/Credits
|
* see https://wiki.inspircd.org/Credits
|
||||||
*
|
*
|
||||||
* This program is free but copyrighted software; see
|
* This program is free but copyrighted software; see
|
||||||
* the file COPYING for details.
|
* the file COPYING for details.
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
|
<link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
|
||||||
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
|
||||||
|
|
||||||
<title>{TITLE}</title>
|
<title>{TITLE}</title>
|
||||||
</head>
|
</head>
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-offset-3 col-lg-6">
|
<div class="col-lg-offset-3 col-lg-6">
|
||||||
<div class="footer text-center">
|
<div class="footer text-center">
|
||||||
Anope IRC Services - © 2013-2018 Anope Team - <a href="http://anope.org">http://anope.org</a>
|
Anope IRC Services - © 2013-2018 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<div class="footer text-center">
|
<div class="footer text-center">
|
||||||
Anope IRC Services - © 2013-2018 Anope Team - <a href="http://anope.org">http://anope.org</a>
|
Anope IRC Services - © 2013-2018 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
|
<link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
|
||||||
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
|
||||||
|
|
||||||
<title>{TITLE}</title>
|
<title>{TITLE}</title>
|
||||||
</head>
|
</head>
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-offset-3 col-lg-6">
|
<div class="col-lg-offset-3 col-lg-6">
|
||||||
<div class="footer text-center">
|
<div class="footer text-center">
|
||||||
Anope IRC Services - © 2013-2018 Anope Team - <a href="http://anope.org">http://anope.org</a>
|
Anope IRC Services - © 2013-2018 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
|
<link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
|
||||||
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
|
||||||
|
|
||||||
<title>{TITLE}</title>
|
<title>{TITLE}</title>
|
||||||
</head>
|
</head>
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-offset-3 col-lg-6">
|
<div class="col-lg-offset-3 col-lg-6">
|
||||||
<div class="footer text-center">
|
<div class="footer text-center">
|
||||||
Anope IRC Services - © 2013-2018 Anope Team - <a href="http://anope.org">http://anope.org</a>
|
Anope IRC Services - © 2013-2018 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+3
-3
@@ -305,7 +305,7 @@ void Anope::Init(int ac, char **av)
|
|||||||
if (GetCommandLineArgument("help", 'h'))
|
if (GetCommandLineArgument("help", 'h'))
|
||||||
{
|
{
|
||||||
Log(LOG_TERMINAL) << "Anope-" << Anope::Version() << " -- " << Anope::VersionBuildString();
|
Log(LOG_TERMINAL) << "Anope-" << Anope::Version() << " -- " << Anope::VersionBuildString();
|
||||||
Log(LOG_TERMINAL) << "Anope IRC Services (http://www.anope.org)";
|
Log(LOG_TERMINAL) << "Anope IRC Services (https://www.anope.org/)";
|
||||||
Log(LOG_TERMINAL) << "Usage ./" << Anope::ServicesBin << " [options] ...";
|
Log(LOG_TERMINAL) << "Usage ./" << Anope::ServicesBin << " [options] ...";
|
||||||
Log(LOG_TERMINAL) << "-c, --config=filename.conf";
|
Log(LOG_TERMINAL) << "-c, --config=filename.conf";
|
||||||
Log(LOG_TERMINAL) << " --confdir=conf file direcory";
|
Log(LOG_TERMINAL) << " --confdir=conf file direcory";
|
||||||
@@ -323,7 +323,7 @@ void Anope::Init(int ac, char **av)
|
|||||||
Log(LOG_TERMINAL) << "-s, --support";
|
Log(LOG_TERMINAL) << "-s, --support";
|
||||||
Log(LOG_TERMINAL) << "-v, --version";
|
Log(LOG_TERMINAL) << "-v, --version";
|
||||||
Log(LOG_TERMINAL) << "";
|
Log(LOG_TERMINAL) << "";
|
||||||
Log(LOG_TERMINAL) << "Further support is available from http://www.anope.org";
|
Log(LOG_TERMINAL) << "Further support is available from https://www.anope.org/";
|
||||||
Log(LOG_TERMINAL) << "Or visit us on IRC at irc.anope.org #anope";
|
Log(LOG_TERMINAL) << "Or visit us on IRC at irc.anope.org #anope";
|
||||||
throw CoreException();
|
throw CoreException();
|
||||||
}
|
}
|
||||||
@@ -490,7 +490,7 @@ void Anope::Init(int ac, char **av)
|
|||||||
Log(LOG_TERMINAL) << ex.GetReason();
|
Log(LOG_TERMINAL) << ex.GetReason();
|
||||||
Log(LOG_TERMINAL) << "*** Support resources: Read through the services.conf self-contained";
|
Log(LOG_TERMINAL) << "*** Support resources: Read through the services.conf self-contained";
|
||||||
Log(LOG_TERMINAL) << "*** documentation. Read the documentation files found in the 'docs'";
|
Log(LOG_TERMINAL) << "*** documentation. Read the documentation files found in the 'docs'";
|
||||||
Log(LOG_TERMINAL) << "*** folder. Visit our portal located at http://www.anope.org/. Join";
|
Log(LOG_TERMINAL) << "*** folder. Visit our portal located at https://www.anope.org/. Join";
|
||||||
Log(LOG_TERMINAL) << "*** our support channel on /server irc.anope.org channel #anope.";
|
Log(LOG_TERMINAL) << "*** our support channel on /server irc.anope.org channel #anope.";
|
||||||
throw CoreException("Configuration file failed to validate");
|
throw CoreException("Configuration file failed to validate");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ static ModuleReturn moduleCopyFile(const Anope::string &name, Anope::string &out
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* This code was found online at http://www.linuxjournal.com/article/3687#comment-26593
|
/* This code was found online at https://web.archive.org/web/20180318184211/https://www.linuxjournal.com/article/3687#comment-26593
|
||||||
*
|
*
|
||||||
* This function will take a pointer from either dlsym or GetProcAddress and cast it in
|
* This function will take a pointer from either dlsym or GetProcAddress and cast it in
|
||||||
* a way that won't cause C++ warnings/errors to come up.
|
* a way that won't cause C++ warnings/errors to come up.
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ if [ "$1" = "start" ] ; then
|
|||||||
echo "This error has been logged in your Anope Log file"
|
echo "This error has been logged in your Anope Log file"
|
||||||
echo "Located in "$LOG""
|
echo "Located in "$LOG""
|
||||||
echo "This may help you diagnose the problem"
|
echo "This may help you diagnose the problem"
|
||||||
echo "Further help may be available from http://www.anope.org/"
|
echo "Further help may be available from https://www.anope.org/"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -101,7 +101,7 @@ elif [ "$1" = "restart" ] ; then
|
|||||||
echo "This error has been logged in your Anope Log file"
|
echo "This error has been logged in your Anope Log file"
|
||||||
echo "Located in "$LOG""
|
echo "Located in "$LOG""
|
||||||
echo "This may help you diagnose the problem"
|
echo "This may help you diagnose the problem"
|
||||||
echo "Further help may be available from http://www.anope.org/"
|
echo "Further help may be available from https://www.anope.org/"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -128,7 +128,7 @@ elif [ "$1" = "help" ] ; then
|
|||||||
echo "$0 help Show this help menu"
|
echo "$0 help Show this help menu"
|
||||||
echo "If you need further help please check the /docs/"
|
echo "If you need further help please check the /docs/"
|
||||||
echo "folder or make use of our extensive online support at"
|
echo "folder or make use of our extensive online support at"
|
||||||
echo "http://www.anope.org/"
|
echo "https://www.anope.org/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -24,9 +24,9 @@ die="yes"
|
|||||||
###########################
|
###########################
|
||||||
|
|
||||||
# The GeoIP data is created by MaxMind, available from www.maxmind.com.
|
# The GeoIP data is created by MaxMind, available from www.maxmind.com.
|
||||||
geoip_country_source="http://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip"
|
geoip_country_source="https://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip"
|
||||||
geoip_city_source="http://geolite.maxmind.com/download/geoip/database/GeoLiteCity_CSV/GeoLiteCity-latest.zip"
|
geoip_city_source="https://geolite.maxmind.com/download/geoip/database/GeoLiteCity_CSV/GeoLiteCity-latest.zip"
|
||||||
geoip_region_source="http://dev.maxmind.com/static/csv/codes/maxmind/region.csv"
|
geoip_region_source="https://www.maxmind.com/download/geoip/misc/region_codes.csv"
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
LOGIN="--host=$mysql_host --user=$mysql_user --password=$mysql_password $mysql_database"
|
LOGIN="--host=$mysql_host --user=$mysql_user --password=$mysql_password $mysql_database"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
* +------------------------------------+
|
* +------------------------------------+
|
||||||
*
|
*
|
||||||
* InspIRCd: (C) 2002-2011 InspIRCd Development Team
|
* InspIRCd: (C) 2002-2011 InspIRCd Development Team
|
||||||
* See: http://www.inspircd.org/wiki/index.php/Credits
|
* See: https://wiki.inspircd.org/Credits
|
||||||
*
|
*
|
||||||
* This program is free but copyrighted software; see
|
* This program is free but copyrighted software; see
|
||||||
* the file COPYING for details.
|
* the file COPYING for details.
|
||||||
|
|||||||
Reference in New Issue
Block a user