Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some compiler warnings | fiaxh | 2023-10-07 | 1 | -3/+0 |
| | |||||
* | Fix crash on NS_URI call when own server has no MAM; drop broken mam:1 "support" | fiaxh | 2023-04-23 | 1 | -5/+3 |
| | | | | fixes #1405 | ||||
* | Improve history sync | Marvin W | 2023-03-21 | 1 | -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 load | Marvin W | 2023-02-07 | 1 | -28/+64 |
| | |||||
* | Add priority for and allow cancellation of outgoing stanzas | Marvin W | 2023-02-07 | 1 | -11/+11 |
| | |||||
* | MAM: Fix latest range not being stored in db if it contained a duplicate | fiaxh | 2023-01-17 | 1 | -8/+7 |
| | |||||
* | Fix compiler warnings | fiaxh | 2022-12-30 | 1 | -1/+1 |
| | |||||
* | MAM: Fix processing after range was fetched completely, fix merging of ranges | fiaxh | 2022-12-20 | 1 | -29/+30 |
| | |||||
* | Fix some MAM issues | fiaxh | 2022-11-20 | 1 | -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 outputs | fiaxh | 2022-11-04 | 1 | -37/+19 |
| | |||||
* | Rewrite MAM logic and add MUC MAM | fiaxh | 2022-10-10 | 1 | -0/+557 |