username0x0a / eternityplugins

Collection of self-made or modded Miranda IM plugins
0 stars 0 forks source link

Timestamps mix-up #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What product are you using? (Also please, select lower in Labels in
Product-* field)
Miranda 0.8.11, Facebook Protocol 0.6

What steps will reproduce the problem?
1. Synchronize your windows clock with any online time server.
2. Send and receive some messages.
3. Received messages will always be like 30 seconds "on the future", so all
the history is mixed-up and it's also wrongly displayed on SRMM.

What is the expected output?
When been online on a protocol, new messages should be stored with the OS
timestamp and not the server's timestamp. This is the behavior of MSN for
online/offline messages (it only takes the server's timestamp when you
received a message while been  offline).

What do you see instead?
While been online, new messages are stored with the facebook server's
timestamp.

On line 109 of:
http://code.google.com/p/eternityplugins/source/browse/trunk/facebook/process.cp
p
I suggest you should change it to always use the OS timestamp, as Facebook
doesn't support offline messaging, so there's no reason to use the server's
timestamp.

Original issue reported on code.google.com by felipebr...@gmail.com on 6 Jan 2010 at 8:57

GoogleCodeExporter commented 9 years ago
Yeah, you're right of course, thanks for your report. This will be fixed in 
final 
0.0.0.7.

Original comment by n3weRm0re.ewer on 6 Jan 2010 at 9:04

GoogleCodeExporter commented 9 years ago

Original comment by n3weRm0re.ewer on 7 Feb 2010 at 11:09

GoogleCodeExporter commented 9 years ago

Original comment by n3weRm0re.ewer on 7 Feb 2010 at 11:10