mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 00:03:13 +02:00
09a732e2c1
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).