1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 13:23:13 +02:00
Files
unrealircd/src/modules
Bram Matthys dbb2d1a5c8 Move isupport_check_for_changes() to the 'isupport' module.
This function was added a short while ago, and well it seems to be
able to be possible in a module. Since the 'isupport' module is mandatory
and this is ISUPPORT related, it is the right place.
Can't move isupport_snapshot() because modules might not be loaded yet
or things are currently unloading, i think. Not important anyway.

Also, make things work if there are more changes than would fit
on one isupport line. Although I didn't really test this..
Ended up splitting things in 3 helper functions to avoid some
goto and/or duplicate code and stuff. The alternative was, surprisingly,
even more ugly.
2025-09-20 15:44:56 +02:00
..
2021-09-11 08:17:12 +02:00
2021-09-11 08:17:12 +02:00
2024-07-16 09:32:25 +02:00
2022-05-01 14:05:34 +02:00
2021-08-12 16:03:20 +02:00
2022-12-14 15:24:19 +00:00
2022-01-08 03:46:09 +03:00
2021-09-11 08:17:12 +02:00
2004-05-12 22:02:05 +00:00
2023-11-19 14:01:16 +01:00
2022-06-19 20:15:00 +02:00
2025-07-12 18:06:52 +02:00
2023-04-05 08:07:18 +02:00
2021-09-11 08:17:12 +02:00
2021-10-30 17:25:58 +02:00
2022-11-14 07:43:43 +00:00
2022-11-18 08:53:36 +00:00
2021-09-11 08:17:12 +02:00
2021-09-11 08:17:12 +02:00
2021-09-11 08:17:12 +02:00
2023-11-19 14:01:16 +01:00