aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/module/xep/0313_message_archive_management.vala
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on NS_URI call when own server has no MAM; drop broken mam:1 "support"fiaxh2023-04-231-34/+21
* Improve history syncMarvin W2023-03-211-8/+38
* 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 ret...fiaxh2021-10-121-1/+1
* 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 request_inf...fiaxh2020-04-241-11/+16
* 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
* Only notify on last MAM message, only if not readfiaxh2018-03-061-4/+6
* 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