mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Move m_sslrehashsignal to the extra directory.
This module uses platform-specific behaviour that does not work on Windows.
This commit is contained in:
parent
d2efdbf6bb
commit
5628d84f9e
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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">
|
||||
|
||||
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
|
||||
|
Loading…
x
Reference in New Issue
Block a user