summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam <adam@sigterm.info>2014-02-17 22:21:08 -0500
committerAdam <adam@sigterm.info>2014-02-17 22:21:08 -0500
commit0db81ca46ad3a9faeacd9b138ba4c1634cd1faab (patch)
treef3c7d3da8a0f8ae30d6c8b867bbf8f594793b256 /docs
parent7f7144de1fe96b42e3845690b77738e7b93bbe46 (diff)
parent1c39d25ccaabeab2a8b1f317bf5394f007db14f8 (diff)
Merge pull request #52 from attilamolnar/2.0+gnutls
Add support for SSL connections powered by GnuTLS
Diffstat (limited to 'docs')
-rw-r--r--docs/Changes.conf1
-rw-r--r--docs/WIN32.txt7
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/Changes.conf b/docs/Changes.conf
index aae151fd9..8b41ad2be 100644
--- a/docs/Changes.conf
+++ b/docs/Changes.conf
@@ -2,6 +2,7 @@ Anope Version 2.0.0
-------------------
options:passlen, enforceruser, enforcerhost, releasetimeout, and guestnickprefix moved to nickserv's module configuration
options:hideregisteredcommands added
+m_ssl renamed to m_ssl_openssl
Anope Version 1.9.9
-------------------
diff --git a/docs/WIN32.txt b/docs/WIN32.txt
index 7922523f4..018b898d2 100644
--- a/docs/WIN32.txt
+++ b/docs/WIN32.txt
@@ -71,9 +71,10 @@ Anope for Windows
our IRC Support channel for assistance.
Some Anope modules require third party libraries, such as m_mysql and
- m_ssl. If these libraries are installed in nonstandard locations, cmake
- will probably not find them and should be told where they are by passing
- additional search paths to the last question in Config, such as:
+ the SSL modules. If these libraries are installed in nonstandard
+ locations, cmake will probably not find them and should be told where
+ they are by passing additional search paths to the last question in
+ Config, such as:
-DEXTRA_INCLUDE:STRING=c:/openssl/include;c:/mysql/include
-DEXTRA_LIBS:STRING=c:/openssl/lib;c:/mysql/lib