1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 09:23:12 +02:00
Files
unrealircd/src/modules
Bram Matthys 09a732e2c1 Redo draft/chathistory-end from yesterday in a different way.
The previous mechanism (from yesterday) was a bit too simple at the
chathistory.c where returned_lines < limit would set the end tag but
it would not deal with the situation where returned_lines == limit
which is ambigious. So we had to move up a layer (or is it down?),
don't handle this in chathistory.c but in the backend. A new struct
field r->reached_end was added for this (set by backend).
2026-06-20 08:32:28 +02:00
..
2021-09-11 08:17:12 +02:00
2026-06-07 17:19:00 +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
2025-11-09 09:01:34 +01:00
2004-05-12 22:02:05 +00:00
2023-04-05 08:07:18 +02:00
2026-01-28 09:38:39 +01:00
2021-10-30 17:25:58 +02:00
2026-06-07 17:19:00 +02:00
2022-11-14 07:43:43 +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
2025-09-30 23:57:45 +02:00