1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 10:43:14 +02:00

Added in new plaintext databases. Note: This currently has no automatic backup feature. Big thanks to Phil on this for mass scale testing

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2722 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2009-12-31 01:25:10 +00:00
parent c595e6755d
commit 657e1deb59
30 changed files with 1576 additions and 1227 deletions
+13 -79
View File
@@ -238,7 +238,7 @@ networkinfo
options
{
/*
* The encryption module to use when dealing with passwords. This determines how
* The encryption modules are used when dealing with passwords. This determines how
* the passwords are stored in the databases, and does not add any security as
* far as transmitting passwords over the network goes.
*
@@ -263,6 +263,12 @@ options
*/
encryption = "enc_none enc_sha1 enc_md5 enc_old"
/*
* The database modules are used for saving and loading databases for Anope.
* Currently, there is only one database module - db_plain
*/
database = "db_plain"
/*
* These keys are used to initiate the random number generator. These numbers
* MUST be random as you want your passcodes to be random. Don't give these
@@ -701,19 +707,6 @@ nickserv
*/
description = "Nickname Registration Service"
/*
* The filename of the NickServ database. The path is relative to the services
* executable. If not given, defaults to "nick.db".
*/
database = "nick.db"
/*
* The filename of the NickServ Pre-Nick database. The path is relative to the
* services executable. This directive is only required if the e-mail registration
* option is enabled.
*/
#prenickdatabase = "prenick.db"
/*
* The core modules to load for NickServ. This is a space separated list that corresponds
* to the base names of the modules for NickServ. This directive is optional, but highly recommended.
@@ -889,12 +882,6 @@ chanserv
*/
description = "Channel Registration Service"
/*
* The filename of the ChanServ database. The path is relative to the services
* executable. If not given, defaults to "chan.db".
*/
database = "chan.db"
/*
* The core modules to load for ChanServ. This is a space separated list that corresponds
* to the base names of the modules for ChanServ. This directive is optional, but highly recommended.
@@ -1072,12 +1059,6 @@ botserv
*/
description = "Bot Service"
/*
* The filename of the BotServ database. The path is relative to the services
* executable. If not given, defaults to "bot.db".
*/
database = "bot.db"
/*
* The core modules to load for BotServ. This is a space separated list that corresponds
* to the base names of the modules for BotServ. This directive is optional, but highly recommended.
@@ -1171,12 +1152,6 @@ hostserv
*/
description = "vHost Service"
/*
* The filename of the HostServ database. The path is relative to the services
* executable. If not given, defaults to "hosts.db".
*/
database = "hosts.db"
/*
* The core modules to load for HostServ. This is a space separated list that corresponds
* to the base names of the modules for HostServ. This directive is optional, but highly recommended.
@@ -1214,24 +1189,6 @@ operserv
*/
globaldescription = "Global Noticer"
/*
* The filename of the OperServ database. The path is relative to the services
* executable. If not given, defaults to "oper.db".
*/
database = "oper.db"
/*
* The filename of OperServ's News database. The path is relative to the services
* executable. If not given, defaults to "news.db".
*/
newsdatabase = "news.db"
/*
* The filename of OperServ's Session Exception database. The path is relative to the services
* executable. If not given, defaults to "exception.db".
*/
exceptiondatabase = "exception.db"
/*
* The core modules to load for OperServ. This is a space separated list that corresponds
* to the base names of the modules for OperServ. This directive is optional, but highly recommended.
@@ -1529,12 +1486,15 @@ hs_request
* If set, Services will send a memo to all Host Setters when a new vHost is requested.
*/
#memosetters = yes
}
ns_noop_convert
{
/*
* The filename of the vHost request database. The path is relative to the services
* executable. If not given, defaults to "hs_request.db".
* The filename of the NickServ AUTOOP convert database. The path is relative to the services
* executable. If not given, defaults to "autoop.db".
*/
#database = "hs_request.db"
#database = "autoop.db"
}
ns_maxemail
@@ -1547,29 +1507,3 @@ ns_maxemail
#maxemails = 1
}
ns_noop_convert
{
/*
* The filename of the NickServ AUTOOP convert database. The path is relative to the services
* executable. If not given, defaults to "autoop.db".
*/
#database = "autoop.db"
}
os_ignore
{
/*
* The filename of the Services' ignore database. The path is relative to the services
* executable. If not given, defaults to "os_ignore.db".
*/
#database = "os_ignore.db"
}
os_info
{
/*
* The filename of the oper information database. The path is relative to the services
* executable. If not given, defaults to "os_info.db".
*/
#database = "os_info.db"
}