indrora / Atomic

Atomic: an IRC client from the ashes of yaaic
https://indrora.github.io/Atomic/
GNU General Public License v3.0
123 stars 29 forks source link

Action messages sent by ZNC on reconnect bear the wrong timestamp #48

Closed qwertfisch closed 9 years ago

qwertfisch commented 9 years ago

I am using ZNC as a bouncer. On reconnect ZNC sends me the log that I have missed while offline. This includes messages and actions (/me messages).

Atomic displays messages with the correct timestamp provided by ZNC, but actions bear the timestamp when I reconnect. Though the message order is preserved. An example:

19:03:01 User1: I am writing a message.
22:50:00 User1 is writing a message
19:04:17 User1: I am writing another message

Where I go online on 22:50:00, but the second action was sent e.g. 19:03:36. The order is correct but not the timestamp.

indrora commented 9 years ago

Fixed in 694a3c4 -- ACTIONs are CTCPs, not ACTIONs for stupid IRC reasons.

MSEMJEJME commented 9 years ago

I can't pull the code for that I have issues with corrupt files anything i pull in comes out scrambled with just a few lines of code visible

Sent from my Windows Phone


From: Morgan Gangweremailto:notifications@github.com Sent: ‎18/‎08/‎2014 23:01 To: indrora/Atomicmailto:Atomic@noreply.github.com Subject: Re: [Atomic] Action messages sent by ZNC on reconnect bear the wrong timestamp (#48)

Fixed in 694a3c4 -- ACTIONs are CTCPs, not ACTIONs for stupid IRC reasons.


Reply to this email directly or view it on GitHub: https://github.com/indrora/Atomic/issues/48#issuecomment-52561756