View Issue Details

IDProjectCategoryView StatusLast Update
0006512unrealircdpublic2025-06-11 07:52
Reporterslingamn Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version6.1.10 
Summary0006512: CHATHISTORY TARGETS has incorrect selection semantics
Description`CHATHISTORY TARGETS timestamp=A timestamp=B 100` has the following intended semantics: it should return targets whose *latest* message is between those two timestamps. This allows the timestamps to be used for pagination of the response.

Unreal's implementation instead returns targets that have *any* message between those two timestamps. This impedes use of the timestamps to page backwards in time.

Thanks for your work on Unreal!
Steps To ReproduceSee reproduction steps in this Gist (copied in the attachment):

https://gist.github.com/slingamn/5ca894fb09b08cc01c65a5ed98214a34
TagsNo tags attached.
Attached Files
unreal.txt (2,727 bytes)
3rd party modules

Activities

Issue History

Date Modified Username Field Change
2025-06-10 23:35 slingamn New Issue
2025-06-10 23:35 slingamn File Added: unreal.txt