summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-01-24 12:01:50 +0000
committerSadie Powell <sadie@witchery.services>2024-01-24 12:22:51 +0000
commit7ac1fe58478d58e2480b6919c4abf3a82929169c (patch)
tree198ad9a6e23d4c189dce57fd95306b6b22d8c23f /docs
parent72acef4e159df5dcdb93b3c13b2f9d2e5e4c21a9 (diff)
Rename several modules to remove the m_ prefix.
Diffstat (limited to 'docs')
-rw-r--r--docs/Changes.conf1
-rw-r--r--docs/INSTALL2
-rw-r--r--docs/INSTALL.fr2
-rw-r--r--docs/WIN32.txt2
-rw-r--r--docs/XMLRPC/XMLRPC2
5 files changed, 5 insertions, 4 deletions
diff --git a/docs/Changes.conf b/docs/Changes.conf
index 8e6da9fcf..eae81a617 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -4,6 +4,7 @@ Added module:tlsv10 from m_ssl_openssl.
Added module:tlsv11 from m_ssl_openssl.
Added module:tlsv12 from m_ssl_openssl.
Removed module:sslv3 from m_ssl_openssl.
+Removed the m_ prefix from the names of the chanstats, dns, dnsbl, helpchan, httpd, ldap, ldap_oper, mysql, proxyscan, redis, regex_pcre2, regex_posix, regex_stdlib, regex_tre, rewrite, sasl, sql_log, sql_oper, sqlite, ssl_gnutls, ssl_openssl, xmlrpc, and xmlrpc_main modules.
Anope Version 2.1.1
-------------------
diff --git a/docs/INSTALL b/docs/INSTALL
index cbd170804..2a643429a 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -37,7 +37,7 @@ Note: You should also read the README and FAQ files!
Next, unpack the package in your home directory, and go into the created
directory.
- If there are any extra modules you want to enable, such as m_mysql, run
+ If there are any extra modules you want to enable, such as mysql, run
the 'extras' script to enable them. If you do not know you can come back
later and enable them.
diff --git a/docs/INSTALL.fr b/docs/INSTALL.fr
index f80aeb9d6..bdfbccc53 100644
--- a/docs/INSTALL.fr
+++ b/docs/INSTALL.fr
@@ -37,7 +37,7 @@ Note : Vous devrez également lire les fichiers README et FAQ !
Ensuite, décompressez le package dans votre répertoire home, et allez
dans le répértoire qui vient d'être créé.
- Si il y a des modules facultatifs que vous voulez activer comme m_mysql,
+ Si il y a des modules facultatifs que vous voulez activer comme mysql,
exécuter le script 'extras' pour les activer. Si vous ne savez pas, vous
pouvez les activer plus tard.
diff --git a/docs/WIN32.txt b/docs/WIN32.txt
index 104ef7441..bf7153010 100644
--- a/docs/WIN32.txt
+++ b/docs/WIN32.txt
@@ -70,7 +70,7 @@ Anope for Windows
If you cannot find whats causing the error, please visit our forums or
our IRC Support channel for assistance.
- Some Anope modules require third party libraries, such as m_mysql and
+ Some Anope modules require third party libraries, such as mysql and
the SSL modules. If these libraries are installed in nonstandard
locations, cmake will probably not find them and should be told where
they are by passing their location to Config.
diff --git a/docs/XMLRPC/XMLRPC b/docs/XMLRPC/XMLRPC
index 52f2248a6..7a64556db 100644
--- a/docs/XMLRPC/XMLRPC
+++ b/docs/XMLRPC/XMLRPC
@@ -1,7 +1,7 @@
Starting with Anope 1.9.4 XMLRPC using PHP's xmlrpc_encode_request and xmlrpc_decode functions is supported.
This allows external applications, such as websites, to execute remote procedure calls to Anope in real time.
-Currently there are 5 supported XMLRPC calls, provided by m_xmlrpc_main:
+Currently there are 5 supported XMLRPC calls, provided by xmlrpc_main:
checkAuthentication - Takes two parameters, an account name and a password. Checks if the account name is valid and the password
is correct for the account name, useful for making login pages on websites.