summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobby <robby@chatbelgie.be>2017-01-17 05:03:25 +0100
committerRobby <robby@chatbelgie.be>2017-01-17 05:03:25 +0100
commit76ce8ece1a4803c98bfe9460f40bf8e0fbc409e6 (patch)
tree26e6da47f20de64ef76fe4afc459bbb7889bd417 /docs
parent464093d36e87f3df999145e42ed30fc0dfc55c52 (diff)
Cleanup some excess whitespaces and tabs, and fix a few typos along the way.
Diffstat (limited to 'docs')
-rw-r--r--docs/Changes20
-rw-r--r--docs/Changes.conf4
-rw-r--r--docs/DEFCON37
-rw-r--r--docs/EVENTS1
-rw-r--r--docs/FAQ4
-rw-r--r--docs/INSTALL6
-rw-r--r--docs/INSTALL.fr12
-rw-r--r--docs/MODULES2
-rw-r--r--docs/NEWS1
-rw-r--r--docs/README6
-rw-r--r--docs/REDIS2
-rw-r--r--docs/TOOLS7
-rw-r--r--docs/WIN32.txt1
-rw-r--r--docs/XMLRPC/xmlrpc.php2
14 files changed, 50 insertions, 55 deletions
diff --git a/docs/Changes b/docs/Changes
index 22e80d4ed..2e42a7b5a 100644
--- a/docs/Changes
+++ b/docs/Changes
@@ -106,7 +106,7 @@ Anope Version 2.0.0
Added irc2sql stats module
Anope Version 1.9.9
---------------------
+-------------------
A Added a better webpanel template, removed the old one
A Added SQL logging support
A Added Redis database support
@@ -118,7 +118,7 @@ F Fixed setting BotServ's default settings in the config
F Fixed some names of config items, including NickServ's kill protect
Anope Version 1.9.8
---------------------
+-------------------
A Ability to configure fantasy commands in the config
A Add SVSJOIN and SVSPART commands
F Fix "leave" channel log level from not logging
@@ -130,7 +130,7 @@ F Fix crash in os_forbid with expiring entries
F Fix several issues with db_sql_live
Anope Version 1.9.7
---------------------
+-------------------
A Added ability for using regex as patterns for various commands
A Extended ability of operserv/akill to also match against nick and realname
A Added chanserv:require configuration option
@@ -140,7 +140,7 @@ A Added a web panel
A db_sql_live now allows all tables to be "live", not just a select few
Anope Version 1.9.6
---------------------
+-------------------
A Added ability to configure emails sent by services
A Added chanserv/up and chanserv/down
A Added m_proxyscan
@@ -159,7 +159,7 @@ F Fixed crash in /os oper info
F Fixed eventfd Config check to work properly on OpenVZ
Anope Version 1.9.5
---------------------
+-------------------
A Extended LDAP support
A Added os_oper, os_kill, os_forbid, m_statusupdate, cs_sync, and bs_autoassign
A Added a new configuration file format
@@ -177,7 +177,7 @@ F Fixed setting -P on channels with only a botserv bot in it
F Fixed modemanager complaining about prefixless modes on InspIRCd
Anope Version 1.9.4
---------------------
+-------------------
A Automatically set channel founder to the user with the highest access if there is no successor
A /chanserv clone command to copy settings from one channel to another.
A /chanserv mode command
@@ -198,7 +198,7 @@ F Some failed logic in /operserv exception that prevents proper exceptions from
F Fixed the anope_os_sxlines MySQL table and code to work after restarting
Anope Version 1.9.3
---------------------
+-------------------
A Added italics BotServ kicks support
A Tell users when their nicks expire in /ns glist and /ns info
A Added SSL support
@@ -225,7 +225,7 @@ F Anoperc start/stop to send the globaloncycle global, and fixed anoperc rehash
F Fixed a potential crash if HostServ or BotServ was disbled
Anope Version 1.9.2
---------------------
+-------------------
A K alias to chanserv kick command
A KB alias to chanserv ban command
A The ability to register empty nonregistered channels
@@ -256,7 +256,7 @@ F ms_rsend to really work
F SQUITing juped servers on InspIRCd1.2+
Anope Version 1.9.1
---------------------
+-------------------
F Don't enforce akick/forbidden/etc.-restrictions on clients on ulined servers.
F Remove modules_unload_all fini + hack that goes with it.
F Signal handling cleanup.
@@ -297,7 +297,7 @@ Provided by Liber <Liber@jasonirc.net> - 2009
F Support operoverride and such things (stop reversing changes from nonopped people where unnecessary)
Anope Version 1.9.0
---------------------
+-------------------
F Modified compile to use g++
F Improve protocol modules support (classes, virtual methods, etc)
F Move core services to use BotInfo
diff --git a/docs/Changes.conf b/docs/Changes.conf
index caf2244d2..6f8c10f2a 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -100,7 +100,7 @@ opertype:commands removed operserv/umode
operserv:modules removed os_umode
Anope Version 1.9.3
-------------------
+-------------------
** ADDED CONFIGURATION DIRECTIVES **
nickserv/auspex privilege added
SSL module added for SSL support
@@ -134,7 +134,7 @@ networkinfo:logchannel, logbot, logusers, logmaxusers, logchannel, and options:k
dumpcore because it really didn't do anything
Anope Version 1.9.2
---------------------
+-------------------
** ADDED CONFIGURATION DIRECTIVES **
options:enablelogchannel added to auto turn on the logchannel on startup
options:mlock added to configure the default mlock modes on new channels
diff --git a/docs/DEFCON b/docs/DEFCON
index 85e333491..dbc981df9 100644
--- a/docs/DEFCON
+++ b/docs/DEFCON
@@ -1,4 +1,4 @@
-Anope DefCon
+Anope DefCon
------------
1) Introduction
@@ -11,7 +11,7 @@ Anope DefCon
1) Introduction
Anope 1.6 onwards supports a unique protection mechanism based on the
- military "Defense Readiness Condition" (DefCon) system. It is based on
+ military "Defense Readiness Condition" (DefCon) system. It is based on
5 levels of defense readiness defined as:
DEFCON5 Normal peacetime readiness
@@ -23,9 +23,9 @@ Anope DefCon
These are configurable levels that mandates what actions Anope should
take in case of emergency and change in readiness status.
- It is used to prevent abuse to both Services, and the ircd on which they
+ It is used to prevent abuse to both Services, and the ircd on which they
are running. Also to protect the users, primarily in the event of Clones
- and/or FloodBOT attacks.
+ and/or FloodBOT attacks.
2) Installation
@@ -44,26 +44,26 @@ Anope DefCon
Pre-defined DefCon actions:
- No new channel registrations
- No New Nick Registrations
+ No new channel registrations
+ No New Nick Registrations
No Mode Lock changes
- Force Chan Mode
- Use Reduced Session Limit
- KILL any new clients trying to connect
- Services will ignore everyone but opers
- Services will silently ignore everyone but opers
- AKILL all new clients trying to connect
+ Force Chan Mode
+ Use Reduced Session Limit
+ KILL any new clients trying to connect
+ Services will ignore everyone but opers
+ Services will silently ignore everyone but opers
+ AKILL all new clients trying to connect
No new memos sent to block MemoServ attacks
-
+
Information regarding how to enable this for specific defcon levels can
be found in operserv.conf
4) Usage
- Anope starts up in DEFCON5 (normal readiness). To change the Defcon level
- in action use:
-
- /msg OperServ DEFCON 1|2|3|4|5
+ Anope starts up in DEFCON5 (normal readiness). To change the Defcon level
+ in action use:
+
+ /msg OperServ DEFCON 1|2|3|4|5
5) Usage Example
@@ -89,6 +89,5 @@ Anope DefCon
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.
-
diff --git a/docs/EVENTS b/docs/EVENTS
index ba34f0571..54e9c87a5 100644
--- a/docs/EVENTS
+++ b/docs/EVENTS
@@ -32,4 +32,3 @@ Anope Internal Events
The "anope_override" identifier is for compatibility with C++11.
Its usage is highly recommended.
-
diff --git a/docs/FAQ b/docs/FAQ
index f0142a2af..64604e073 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -1,10 +1,10 @@
Frequently Asked Questions (FAQ) concerning Anope
-------------------------------------------------
-
+
The information in the 1.9 FAQ is subject to change at any
moment due to new developments. Please visit our website
for the most up to date information.
-
+
An updated version of the FAQ can be found here:
http://wiki.anope.org/index.php/FAQ
diff --git a/docs/INSTALL b/docs/INSTALL
index 0a923ef97..41196f422 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -60,7 +60,7 @@ Note: You should also read the README and FAQ files!
most likely not work!
If you need help, you should visit http://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.
See the README file for more information.
@@ -116,8 +116,8 @@ Note: You should also read the README and FAQ files!
still running, and restart it if not.
First rename the example.chk script that is in Anope path (by default,
- this is ~/services/conf) to services.chk and edit it. You'll need to
- modify the CONFIGURATION part of the file. Then ensure that the file is
+ this is ~/services/conf) to services.chk and edit it. You'll need to
+ modify the CONFIGURATION part of the file. Then ensure that the file is
marked as executable by typing chmod +x services.chk, and try to launch the
script to see if it works (Anope must not be running when you do this ;))
diff --git a/docs/INSTALL.fr b/docs/INSTALL.fr
index f7af3aac8..14f437500 100644
--- a/docs/INSTALL.fr
+++ b/docs/INSTALL.fr
@@ -12,7 +12,7 @@ Note : Vous devrez également lire les fichiers README et FAQ !
1) Installation d'Anope
NOTE IMPORTANTE : il est déconseillé d'utiliser (et même d'installer)
- Anope en tant que root. Utilisez un utilisateur non
+ Anope en tant que root. Utilisez un utilisateur non
privilégié. Celui que vous utilisez pour l'IRCd ou
un utilisateur dédié suffira.
@@ -27,10 +27,10 @@ Note : Vous devrez également lire les fichiers README et FAQ !
cmake --version
Si CMake est installé, vous aurez une ligne qui dit quelque chose comme
- "cmake version 2.8.12.2". Si la version est inférieure à 2.4 ou si vous
+ "cmake version 2.8.12.2". Si la version est inférieure à 2.4 ou si vous
obtenez une erreur disant que la commande n'a pas été trouvée, vous ne
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
@@ -50,7 +50,7 @@ Note : Vous devrez également lire les fichiers README et FAQ !
Ceci va installer tous les fichiers nécessaires dans les dossiers que
vous avez indiqués avec le script Config et régler les permissions des
fichiers. Vous devez vous assurer que le répertoire data n'est pas
- accessible par les autres utilisateurs, car des utilisateurs
+ accessible par les autres utilisateurs, car des utilisateurs
malveillants pourraient causer des problèmes sur votre réseau, si les
mots de passe ne sont pas chiffrés, ou lire les mémos de tous les
utilisateurs.
@@ -82,7 +82,7 @@ Note : Vous devrez également lire les fichiers README et FAQ !
3) Configuration de l'IRCd
- Les Services agissent comme un serveur IRC avec des pseudo-clients.
+ Les Services agissent comme un serveur IRC avec des pseudo-clients.
Pour les relier à votre réseau, vous aurez besoin de configurer votre
IRCd pour permettre aux services de se connecter.
@@ -106,7 +106,7 @@ Note : Vous devrez également lire les fichiers README et FAQ !
Allez dans le répertoire où les fichiers binaires ont été installés
(par défaut, ~/services/bin). Tapez ./services pour lancer Anope.
- S'il y a des erreurs de syntaxe dans le fichier de configuration, elles
+ S'il y a des erreurs de syntaxe dans le fichier de configuration, elles
seront affichées à l'écran. Corrigez-les jusqu'à ce qu'il n'y en ait
plus. Un démarrage réussi ne générera pas de message.
diff --git a/docs/MODULES b/docs/MODULES
index 1699d2c52..34b3e8414 100644
--- a/docs/MODULES
+++ b/docs/MODULES
@@ -117,7 +117,7 @@ Anope Modules
There are a number of useful documents on the Anope Wiki. The Anope Wiki
can be reached at:
-
+
* http://wiki.anope.org/
8) Modules Repository
diff --git a/docs/NEWS b/docs/NEWS
index 1010816cf..07911e66c 100644
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -4,4 +4,3 @@ Highlighted News in Anope 1.9
* Added in live updating SQL and the ability to execute commands through SQL
* Re-designed configuration file
* Code refresh / rewrite into C++
-
diff --git a/docs/README b/docs/README
index 248684648..2fdefbe25 100644
--- a/docs/README
+++ b/docs/README
@@ -111,7 +111,7 @@ Table of Contents
* Kein <kein-of@yandex.ru> (ru_RU)
* Maik Funke <Han@mefalcon.org> (de_DE)
* Isaac Fontal <i_fontal@hotmail.com> (es_ES)
- * Janos Kapitany <sarkanyka@cjbchat.hu> (hu_HU)
+ * Janos Kapitany <sarkanyka@cjbchat.hu> (hu_HU)
* Szymon S'wierkosz <szymek@adres.pl> (pl_PL)
* Christopher N. <saka@epiknet.org> (fr_FR)
* Yusuf Kurekci <ysfm.20@gmail.com> (tr_TR)
@@ -247,9 +247,9 @@ Table of Contents
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
- channel (irc.anope.org #anope). Once you join our Support channel be as
+ channel (irc.anope.org #anope). Once you join our Support channel be as
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.
The more precise you are the sooner you'll be likely to get an answer.
diff --git a/docs/REDIS b/docs/REDIS
index 54358d16f..5e74dad42 100644
--- a/docs/REDIS
+++ b/docs/REDIS
@@ -14,7 +14,7 @@ Table of Contents
1) Data structure
There are 4 key namespaces in Anope, they are:
-
+
id - The keys in id are used to atomically create object ids for new
objects. For example, if I were to create a new BotInfo I would first:
diff --git a/docs/TOOLS b/docs/TOOLS
index c8e92fc70..5e8f139cb 100644
--- a/docs/TOOLS
+++ b/docs/TOOLS
@@ -20,7 +20,6 @@ Anope Bundled Tools
address. This should generate a log file of what happened when it tried
to connect to the SMTP server.
- Credits:
- Originally written by Dominick Meglio <codemastr@unrealircd.com>
- Ported to *nix by Trystan Scott Lee <trystan@nomadirc.net>
-
+ Credits:
+ Originally written by Dominick Meglio <codemastr@unrealircd.com>
+ Ported to *nix by Trystan Scott Lee <trystan@nomadirc.net>
diff --git a/docs/WIN32.txt b/docs/WIN32.txt
index 071831995..1abb1b061 100644
--- a/docs/WIN32.txt
+++ b/docs/WIN32.txt
@@ -159,4 +159,3 @@ Anope for Windows
Anope's Windows Installer was made using:
* NSIS 2.20 <http://nsis.sourceforge.net>
-
diff --git a/docs/XMLRPC/xmlrpc.php b/docs/XMLRPC/xmlrpc.php
index 51a3ebe9a..6ddb621f8 100644
--- a/docs/XMLRPC/xmlrpc.php
+++ b/docs/XMLRPC/xmlrpc.php
@@ -114,7 +114,7 @@ class AnopeXMLRPC
{
return $this->run("channel", [$channel]);
}
-
+
/**
* Sent a notice to a user.
* Returns an array containing channel information, or an array of size one