ValentijnNK / miranda

Automatically exported from code.google.com/p/miranda
0 stars 0 forks source link

wrong message order #1718

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi all,

I found, that some chat plugins have different work with timestamp, so messages 
are in wrong order, see http://imageshack.us/photo/my-images/248/mirandam.jpg/ .

I tried to fix it in Miranda, I edited file "modules / protocols / 
protocols.cpp", see https://github.com/55p/miranda/ .

Have a nice day, 
55p

Original issue reported on code.google.com by 954.pa...@gmail.com on 28 Apr 2013 at 10:18

GoogleCodeExporter commented 8 years ago
Sorry, wrong image link, http://img248.imageshack.us/img248/7035/mirandam.jpg

Original comment by 954.pa...@gmail.com on 28 Apr 2013 at 10:20

GoogleCodeExporter commented 8 years ago
Patch is wrong. It will break timestamps of messages sent to you while you are 
offline.

Devs, do not approve it.

Original comment by wishmaster51 on 28 Apr 2013 at 3:12

GoogleCodeExporter commented 8 years ago
Ups, where can I fix it?

Original comment by 954.pa...@gmail.com on 8 May 2013 at 9:08

GoogleCodeExporter commented 8 years ago
Fix your local system time. The whole database Architecture is based on your 
local timestamp.

Its known for years and not easy to fix without redesigning whole database 
architecture.

Original comment by wishmaster51 on 8 May 2013 at 9:31

GoogleCodeExporter commented 8 years ago
My time is correct, messages comes with time, which is in past.

Original comment by 954.pa...@gmail.com on 9 May 2013 at 9:04

GoogleCodeExporter commented 8 years ago
They are added chronologically. So most likely timestamp is wrong.

Original comment by wishmaster51 on 9 May 2013 at 9:08