1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 03:03:12 +02:00
Files
unrealircd/src
Bram Matthys 16d6c0efd6 Fix crash if unrealircd.org/json-log is used and a module calls config_warn()
during MOD_INIT, while an IRCOp is listening. Or any log call, really.
This causes the code path: config_warn() -> do_unreal_log_opers() -[..]->
sendto_one() -[..]-> client_accepts_tag() for a client tag handler that is
no longer loaded.

The fix is to unload very late and load very early, a trick
we did earlier with websockets as well (c3824ad47d).
2023-03-15 13:45:49 +01:00
..
2022-12-14 15:24:19 +00:00
2023-02-08 08:08:11 +01:00
2021-08-18 13:08:42 +02:00
2021-08-18 13:08:42 +02:00
2023-01-11 16:54:22 +01:00
2021-09-11 09:56:22 +02:00
2022-12-14 15:24:19 +00:00
2022-12-14 15:24:19 +00:00
2023-02-08 08:08:11 +01:00