diff options
author | certus 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 |
---|---|---|
committer | certus 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 |
commit | 4477ae40922a1ed56bc206dbf49887b0d392b6f7 (patch) | |
tree | 26d09ded7fd007bbc4a5b6c69851370b41b425ec | |
parent | 3e27304655a23c5d86dfae92576abf43ca2ff7ee (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
-rw-r--r-- | src/tools/README | 30 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 35 insertions, 1 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> diff --git a/version.log b/version.log index bda80490e..0bc36bb3e 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="8" -VERSION_BUILD="608" +VERSION_BUILD="609" # $Log$ # +# BUILD : 1.7.8 (609) +# BUGS : +# NOTES : Updated the README for tools. +# # BUILD : 1.7.8 (608) # BUGS : # NOTES : Added db-merger and epona db converter. docs will follow. |