summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-03-08 09:48:04 +0000
committercertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-03-08 09:48:04 +0000
commit4477ae40922a1ed56bc206dbf49887b0d392b6f7 (patch)
tree26d09ded7fd007bbc4a5b6c69851370b41b425ec /src
parent3e27304655a23c5d86dfae92576abf43ca2ff7ee (diff)
BUILD : 1.7.8 (609) BUGS : NOTES : Updated the README for tools.
git-svn-id: svn://svn.anope.org/anope/trunk@609 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@457 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r--src/tools/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/tools/README b/src/tools/README
index ccfc69129..191076e5b 100644
--- a/src/tools/README
+++ b/src/tools/README
@@ -1,4 +1,5 @@
Anope SMTP Client
+-----------------
- Provided with Anope is a simple SMTP client which can be used to replace programs like
SendMail in some cases.
@@ -17,3 +18,32 @@ generate a log file of what happened when it attempted to connect to the SMTP se
Credits:
Orginally written by Dominick Meglio <codemastr@unrealircd.com>
Ported to *nix by Trystan Scott Lee <trystan@nomadirc.net>
+
+
+
+Anope DB-Merger
+---------------
+
+ - This program tries to merge two standard anope-1.7.7+ database sets (chanserv, nickserv, botserv
+and memoserv).
+
+ - Put the two db sets in the folder where db-merger is located. The first db set must be in the form
+<name>1.db, e.g. nick1.db or hosts1.db, the second set must be in the form <name>2.db, e.g. nick2.db or
+chan2.db. Then execute the merger and follow the instructions.
+
+Credits:
+Written by Florian Schulze <Certus@anope.org>
+
+
+
+Epona to Anope DB Converter
+---------------------------
+
+ - This program tries to convert epona-1.4.15+ dbs to anope standard dbs. At the moment this only
+affects chanserv databases.
+
+ - Put your epona (chanserv) database in the folder where the epona2anope file is located. Rename this
+db file to chan1.db and run epona2anope, which will create a chan.db file. This new file is anope compatible.
+
+Credits:
+Written by Florian Schulze <Certus@anope.org>