aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/history_sync.vala
Commit message (Collapse)AuthorAgeFilesLines
* 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