aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/history_sync.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix some compiler warningsfiaxh2023-10-071-3/+0
|
* Fix crash on NS_URI call when own server has no MAM; drop broken mam:1 "support"fiaxh2023-04-231-5/+3
| | | | fixes #1405
* Improve history syncMarvin W2023-03-211-47/+18
| | | | | | | | | | - Ensure we fully fetch desired history if possible (previously, duplicates from offline message queue could hinder MAM sync) - Early drop illegal MAM messages so they don't pile up in the pending queue waiting for their query to end (which it never will if they were not requested in first place). Fixes #1386
* Improve history sync under loadMarvin W2023-02-071-28/+64
|
* Add priority for and allow cancellation of outgoing stanzasMarvin W2023-02-071-11/+11
|
* MAM: Fix latest range not being stored in db if it contained a duplicatefiaxh2023-01-171-8/+7
|
* Fix compiler warningsfiaxh2022-12-301-1/+1
|
* MAM: Fix processing after range was fetched completely, fix merging of rangesfiaxh2022-12-201-29/+30
|
* Fix some MAM issuesfiaxh2022-11-201-18/+40
| | | | | | - Messages from MUCs weren't added to their respective MUC MAM ranges, thus re-fetched on rejoin - The earliest ('first') message of a mam page was used to update the to_id, but it should have been 'last'; also the other way around. - Duplicates weren't detected properly
* Clean up log outputsfiaxh2022-11-041-37/+19
|
* Rewrite MAM logic and add MUC MAMfiaxh2022-10-101-0/+557