aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sslrehashsignal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+2
* Allow 'tls' to be used in /REHASH.Gravatar Matt Schatz2020-04-141-1/+1
* Update user-facing text and comments of SSL to TLS.Gravatar Matt Schatz2020-04-141-1/+1
* Fix an oversight in mkversions that caused it to not update extras.Gravatar Sadie Powell2020-04-101-1/+1
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
* The init function should have the override keyword too.Gravatar Sadie Powell2020-04-101-1/+1
* Add missing override keyword to the sslrehashsignal module.Gravatar Sadie Powell2020-04-101-2/+2
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-2/+1
* Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
* Ignore SIGUSR1 and SIGUSR2 by default.•••This stops users from accidentally killing their IRC server if they forget to load the sslrehashsignal module. Gravatar Peter Powell2019-05-301-1/+1
* Move m_sslrehashsignal to the extra directory.•••This module uses platform-specific behaviour that does not work on Windows. Gravatar Peter Powell2018-02-171-0/+64