aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_sslrehashsignal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
* Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-221-1/+1
* Rewrite logging calls to use the new APIs.Gravatar Sadie Powell2022-05-011-1/+1
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-2/+2
* Add a snomask flag for rehash messages.Gravatar Sadie Powell2021-11-281-1/+1
* Mark all module classes as final.Gravatar Sadie Powell2021-10-011-1/+2
* Refer to encryption as TLS instead of SSL in all messages.Gravatar Sadie Powell2021-04-081-2/+2
* Fix a ton of pedantic compiler warnings.Gravatar Sadie Powell2021-04-041-1/+1
* Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-1/+2
|\
| * 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
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-141-2/+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
| |/
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-3/+3
|\|
| * 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
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-5/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-2/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-2/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-011-1/+1
|\|
| * Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-07-161-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
* | SnomaskManager: remove fakederef.Gravatar Sadie Powell2019-02-071-1/+1
* | LogManager: remove fakederef.Gravatar Sadie Powell2019-02-071-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