Age | Commit message (Collapse) | Author |
|
Avoids calling WhoSends() on a null pointer.
|
|
I can't see any places this might be called on a null pointer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The previous default example (which is in use on many Anope networks) refers to Services in 2nd person, then 1st person - in the same sentence.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Newer cmake versions require NSIS 3, which already defines a RemoveSection macro causing cpack to fail
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
|
|
|
|
|
|
This is not being used currently but will be soon.
|
|
|
|
|
|
|
|
|
|
|
|
This makes the script use defaults that make development easier.
|
|
|
|
Ref: https://www.percona.com/blog/2016/10/11/mysql-8-0-end-myisam/
|
|
The utf8 charset, confusingly, is an alias for utf8mb3 which is not
a real UTF-8 encoding as it can only store three byte characters.
The real UTF-8 charset is utf8mb4.
|
|
|
|
|
|
|
|
|
|
This is the minimum version that supports CMAKE_CXX_STANDARD=17.
|
|
|
|
|
|
|
|
https://github.com/solanum-ircd/solanum/commit/4cac091255d972b0131ffbf0cd278f984bd892d4
|
|
This allows any error that might have been sent to the IRCd to
actually be sent.
|
|
|
|
This allows older servers which use a module that provides custom
casemapping (e.g. the ascii module) to link.
|
|
|
|
|