1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-05 20:53:12 +02:00

Minor rls notes updates

[skip ci]
This commit is contained in:
Bram Matthys
2023-03-17 19:10:09 +01:00
parent 8ed633a452
commit 6cb7a12baa
+4 -3
View File
@@ -33,9 +33,10 @@ in progress.
for `target-flood-user` and `target-flood-channel`.
### Fixes:
* Crash if an IRCOp uses `unrealircd.org/json-log` on IRC and during
`REHASH` some module sends log output during MOD_INIT (eg with some
3rd party modules)
* Crash if an IRCOp uses
[`unrealircd.org/json-log`](https://www.unrealircd.org/docs/JSON_logging#Enabling_on_IRC)
on IRC and during `REHASH` some module sends log output during MOD_INIT
(eg. with some 3rd party modules)
* The [Module manager](https://www.unrealircd.org/docs/Module_manager)
now works on FreeBSD and similar.
* Silence warnings on Clang 15+ (eg. Ubuntu 23.04)