diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | docs/conf/modules.conf.example | 3 | ||||
-rw-r--r-- | src/modules/extra/m_sslrehashsignal.cpp (renamed from src/modules/m_sslrehashsignal.cpp) | 0 |
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2790ac8c2..7b23912d7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 8bc34f2d3..f8cb7ddfa 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -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"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# diff --git a/src/modules/m_sslrehashsignal.cpp b/src/modules/extra/m_sslrehashsignal.cpp index fea32326a..fea32326a 100644 --- a/src/modules/m_sslrehashsignal.cpp +++ b/src/modules/extra/m_sslrehashsignal.cpp |