mirror of
https://github.com/anope/anope.git
synced 2026-07-03 18:23:14 +02:00
Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.
Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext. Fixed m_mysql and m_ssl to work under Windows, made the Windows Config program remember the last used options, and fixed Windows release builds.
This commit is contained in:
@@ -1639,6 +1639,23 @@ module { name = "ns_maxemail" }
|
||||
*/
|
||||
module { name = "m_ssl" }
|
||||
|
||||
/*
|
||||
* m_mysql
|
||||
*
|
||||
* This module allows other modules (db_mysql) to use MySQL.
|
||||
* Be sure you have imported the table schema with mydbgen before
|
||||
* trying to use MySQL
|
||||
*/
|
||||
#module { name = "m_mysql" }
|
||||
mysql
|
||||
{
|
||||
database = "anope";
|
||||
server = "127.0.0.1";
|
||||
username = "anope";
|
||||
password = "mypassword";
|
||||
port = 3306;
|
||||
}
|
||||
|
||||
/*
|
||||
* db_plain
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user