Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/solanum-ircd/solanum/commit/4cac091255d972b0131ffbf0cd278f984bd892d4
|
|
This allows older servers which use a module that provides custom
casemapping (e.g. the ascii module) to link.
|
|
|
|
#270
|
|
|
|
|
|
|
|
|
|
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \;
|
|
|
|
|
|
This avoids the id being shown on the logout event.
|
|
Also, send the account id first so it shows on the ACCOUNT message.
|
|
|
|
|
|
next ircd-hybrid release
|
|
|
|
|
|
There is no point having these now plain text passwords are deprecated.
|
|
Insecure algorithms can still be used for existing accounts.
|
|
Now UnrealIRCd 3.2.x support has been removed nothing uses this.
|
|
None of these are supported by upstream anymore.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a grammar issue with RPL_WHOISOPERATOR where users would
see "ChanServ is a services on NetworkName".
|
|
Update the dutch language file.
|
|
Also refresh the language files while at it.
|
|
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \;
|
|
|
|
This is causing build errors for some people and i'm unsure why.
This reverts commit a4ab6876c3f4afc087a3db90404bbdeb47525e6e.
|
|
|
|
|
|
|
|
|