Move m_sslrehashsignal to the extra directory.

This module uses platform-specific behaviour that does not work on
Windows.
This commit is contained in:
Peter Powell 2018-02-17 17:44:17 +00:00
parent d2efdbf6bb
commit 5628d84f9e
3 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -27,6 +27,7 @@
/src/modules/m_ssl_gnutls.cpp
/src/modules/m_ssl_mbedtls.cpp
/src/modules/m_ssl_openssl.cpp
/src/modules/m_sslrehashsignal.cpp
/win/Win32
/win/*.dir

View File

@ -1916,6 +1916,9 @@
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# SSL rehash signal module: Allows the SSL modules to be rehashed by
# sending SIGUSR1 to a running InspIRCd process.
# This modules is in extras. Re-run configure with:
# ./configure --enable-extras=m_sslrehashsignal.cpp
# and run make install, then uncomment this module to enable it.
#<module name="sslrehashsignal">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#