summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sslrehashsignal.cpp
AgeCommit message (Collapse)Author
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-14Allow 'tls' to be used in /REHASH.Matt Schatz
2020-04-14Update user-facing text and comments of SSL to TLS.Matt Schatz
2020-04-10Fix an oversight in mkversions that caused it to not update extras.Sadie Powell
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-04-10The init function should have the override keyword too.Sadie Powell
2020-04-10Add missing override keyword to the sslrehashsignal module.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-12-31Update my name and email address.Sadie Powell
2019-05-30Ignore SIGUSR1 and SIGUSR2 by default.Peter Powell
This stops users from accidentally killing their IRC server if they forget to load the sslrehashsignal module.
2018-02-17Move m_sslrehashsignal to the extra directory.Peter Powell
This module uses platform-specific behaviour that does not work on Windows.