mirror of
https://github.com/anope/anope.git
synced 2026-07-09 06:03:14 +02:00
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
This commit is contained in:
parent
3e27304655
commit
4477ae4092
@@ -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>
|
||||
|
||||
+5
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user