1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:24:49 +02:00

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2024-10-13 17:17:32 +01:00
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ Version | Supported
## Reporting a Vulnerability ## Reporting a Vulnerability
Please do not report security vulnerabilities on GitHub. Instead, email the details to team@anope.org or get the attention of a developer in our development IRC channel at irc.anope.org #anope-devel and PM them the details. Please do not report security vulnerabilities on GitHub. Instead, email the details to team@anope.org or get the attention of a developer in our development IRC channel at irc.teranova.net #anope-devel and PM them the details.
We will triage your issue as soon as possible and try to release a fixed version within a week of receiving your report. We will triage your issue as soon as possible and try to release a fixed version within a week of receiving your report.
+2 -2
View File
@@ -4,7 +4,7 @@ Anope is an open source set of IRC services. It is highly modular, with a vast n
* [Website](https://anope.org) * [Website](https://anope.org)
* [GitHub](https://github.com/anope) * [GitHub](https://github.com/anope)
* IRC \#anope on irc.anope.org * IRC \#anope on irc.teranova.net
## Installation ## Installation
@@ -33,7 +33,7 @@ Copy conf/anope.example.conf to conf/anope.conf
$ cp conf/anope.example.conf conf/anope.conf $ cp conf/anope.example.conf conf/anope.conf
``` ```
Edit anope.conf, configuring the uplink, serverinfo, and protocol module configurations. Example link blocks for popular IRCds are included in the anope.example.conf documentation. The [Anope wiki](https://wiki.anope.org) is also a good source of information. Our support channel is located at #anope on [irc.anope.org](irc://irc.anope.org/#anope). Edit anope.conf, configuring the uplink, serverinfo, and protocol module configurations. Example link blocks for popular IRCds are included in the the example.conf documentation. The [Anope wiki](https://wiki.anope.org) is also a good source of information. Our support channel is located at #anope on [irc.teranova.net](ircs://irc.teranova.net/anope).
Note that the example configuration file includes other example configuration files. If you want to modify the other example configuration files, copy them (e.g. `modules.example.conf` to `modules.conf`) and modify the `include` directive in `anope.conf` to include the new file. Note that the example configuration file includes other example configuration files. If you want to modify the other example configuration files, copy them (e.g. `modules.example.conf` to `modules.conf`) and modify the `include` directive in `anope.conf` to include the new file.
+1 -1
View File
@@ -90,4 +90,4 @@ Anope DefCon
6) Support 6) Support
You might get DefCon support by posting on our online forum, or maybe on You might get DefCon support by posting on our online forum, or maybe on
our #anope channel at /server irc.anope.org. our #anope channel at /server irc.teranova.net.
+1 -1
View File
@@ -60,7 +60,7 @@ Note: You should also read the README and FAQ files!
most likely not work! most likely not work!
If you need help, you should visit https://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.teranova.net. 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.
+1 -1
View File
@@ -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
https://forum.anope.org/ ou le canal #anope sur irc.anope.org. https://forum.anope.org/ ou le canal #anope sur irc.teranova.net.
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
+1 -1
View File
@@ -111,7 +111,7 @@ Anope Modules
Use modules at your own risk, and make sure you get them from a Use modules at your own risk, and make sure you get them from a
reputable source. You might get module support by contacting the module reputable source. You might get module support by contacting the module
author, posting on our online forum, or maybe on our #anope channel author, posting on our online forum, or maybe on our #anope channel
at /server irc.anope.org. at /server irc.teranova.net.
7) Information for Developers 7) Information for Developers
+1 -1
View File
@@ -245,7 +245,7 @@ Table of Contents
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
your question, feel free to post on the website forums or join our irc your question, feel free to post on the website forums or join our irc
channel (irc.anope.org #anope). Once you join our Support channel be as channel (irc.teranova.net #anope). Once you join our Support channel be as
precise as possible when asking a question, because we have no extraordinary precise as possible when asking a question, because we have no extraordinary
powers and can't guess things if they aren't provided. powers and can't guess things if they aren't provided.
+2 -2
View File
@@ -337,7 +337,7 @@ bool Anope::Init(int ac, char **av)
Log(LOG_TERMINAL) << "-v, --version"; Log(LOG_TERMINAL) << "-v, --version";
Log(LOG_TERMINAL) << ""; Log(LOG_TERMINAL) << "";
Log(LOG_TERMINAL) << "Further support is available from https://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.teranova.net #anope";
Anope::ReturnValue = EXIT_SUCCESS; Anope::ReturnValue = EXIT_SUCCESS;
return false; return false;
} }
@@ -488,7 +488,7 @@ bool Anope::Init(int ac, char **av)
Log(LOG_TERMINAL) << "*** Support resources: Read through the anope.conf self-contained"; Log(LOG_TERMINAL) << "*** Support resources: Read through the anope.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 https://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.teranova.net channel #anope.";
throw CoreException("Configuration file failed to validate"); throw CoreException("Configuration file failed to validate");
} }
+2 -2
View File
@@ -24,8 +24,8 @@ 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="https://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip" geoip_country_source="https://mirrors-cdn.liferay.com/geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip"
geoip_city_source="https://geolite.maxmind.com/download/geoip/database/GeoLiteCity_CSV/GeoLiteCity-latest.zip" geoip_city_source="https://mirrors-cdn.liferay.com/geolite.maxmind.com/download/geoip/database/GeoLiteCity-latest.zip"
geoip_region_source="https://www.maxmind.com/download/geoip/misc/region_codes.csv" geoip_region_source="https://www.maxmind.com/download/geoip/misc/region_codes.csv"
########################### ###########################