aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/module/xep/0313_message_archive_management.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash on NS_URI call when own server has no MAM; drop broken mam:1 "support"fiaxh2023-04-231-34/+21
| | | | fixes #1405
* Improve history syncMarvin W2023-03-211-8/+38
| | | | | | | | | | - 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
* Add priority for and allow cancellation of outgoing stanzasMarvin W2023-02-071-2/+2
|
* Clean up log outputsfiaxh2022-11-041-6/+3
|
* Rewrite MAM logic and add MUC MAMfiaxh2022-10-101-80/+66
|
* Fix compiler warnings ('assignment .. from incompatible pointer type') by ↵fiaxh2021-10-121-1/+1
| | | | returning non-const after_actions in OrderListener
* Check if server supports uidfiaxh2020-06-031-0/+1
|
* xmpp-vala: Use more asyncfiaxh2020-04-241-17/+2
|
* Handle entity hash in server features node, make ServiceDiscovery ↵fiaxh2020-04-241-11/+16
| | | | request_info/items async, add caching has_entity_feature
* Add keyboard shortcut (up key) to activate last message correctionfiaxh2020-04-051-1/+1
|
* Add timing to logs, fix issue of silently ignored I/O errorsMarvin W2019-12-221-2/+0
|
* Refactor MAM catchup. Fetch from latest to earliest message.fiaxh2019-12-181-21/+62
|
* Add (partial) support for unique stanza ids (XEP-0359)fiaxh2019-12-181-2/+5
|
* Fix typo alledged -> allegedMichael Vetter2019-09-121-1/+1
|
* Fix check of source of MAM messagefiaxh2019-09-101-1/+6
|
* Fix a couple of delegate copy warnigshrxi2019-08-051-2/+2
| | | | "warning: copying delegates is not supported"
* Only notify on last MAM message, only if not readfiaxh2018-03-061-4/+6
| | | | fixes #293
* Pipeline for incoming messages in libdinofiaxh2018-01-281-2/+3
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-11/+11
|
* Disconnect stanza listeners from pipelinefiaxh2017-11-221-2/+6
|
* Read+(write) stream asyncfiaxh2017-11-161-18/+26
|
* Message Archive Managementfiaxh2017-08-171-0/+126