-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should server-time represent initial sent time of a message? #392
Comments
For something like The channel discussion went further into how clients should be acting in terms of reordering incoming messages or not based on server-time, and the issues that could be caused by actively reordering based on it (assuming that clocks between servers could shift a bit). Perhaps some advice like clients should only reorder messages based on their |
FWIW (since it was said enough times in the channel), reordering messages inside As with the argument on IRC about non-chathistory messages: short of funneling everything through one place, you cannot send the same time to everyone and have the times reflect the order in which things really happened. |
The server-time specification is unclear with regards to something like
PRIVMSG
as to whether the time should represent the time the local server sent the message to the receiving client or the time the initial user sent the message. The examples section seems to indicate the tag represents the time the user sent the message.ircv3-specifications/extensions/server-time-3.2.md
Line 45 in db57ff5
Can this be clarified further?
The text was updated successfully, but these errors were encountered: