Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix crash on NS_URI call when own server has no MAM; drop broken mam:1 "support" | fiaxh | 2023-04-23 | 1 | -34/+21 |
| | | | | fixes #1405 | ||||
* | Improve history sync | Marvin W | 2023-03-21 | 1 | -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 stanzas | Marvin W | 2023-02-07 | 1 | -2/+2 |
| | |||||
* | Clean up log outputs | fiaxh | 2022-11-04 | 1 | -6/+3 |
| | |||||
* | Rewrite MAM logic and add MUC MAM | fiaxh | 2022-10-10 | 1 | -80/+66 |
| | |||||
* | Fix compiler warnings ('assignment .. from incompatible pointer type') by ↵ | fiaxh | 2021-10-12 | 1 | -1/+1 |
| | | | | returning non-const after_actions in OrderListener | ||||
* | Check if server supports uid | fiaxh | 2020-06-03 | 1 | -0/+1 |
| | |||||
* | xmpp-vala: Use more async | fiaxh | 2020-04-24 | 1 | -17/+2 |
| | |||||
* | Handle entity hash in server features node, make ServiceDiscovery ↵ | fiaxh | 2020-04-24 | 1 | -11/+16 |
| | | | | request_info/items async, add caching has_entity_feature | ||||
* | Add keyboard shortcut (up key) to activate last message correction | fiaxh | 2020-04-05 | 1 | -1/+1 |
| | |||||
* | Add timing to logs, fix issue of silently ignored I/O errors | Marvin W | 2019-12-22 | 1 | -2/+0 |
| | |||||
* | Refactor MAM catchup. Fetch from latest to earliest message. | fiaxh | 2019-12-18 | 1 | -21/+62 |
| | |||||
* | Add (partial) support for unique stanza ids (XEP-0359) | fiaxh | 2019-12-18 | 1 | -2/+5 |
| | |||||
* | Fix typo alledged -> alleged | Michael Vetter | 2019-09-12 | 1 | -1/+1 |
| | |||||
* | Fix check of source of MAM message | fiaxh | 2019-09-10 | 1 | -1/+6 |
| | |||||
* | Fix a couple of delegate copy warnigs | hrxi | 2019-08-05 | 1 | -2/+2 |
| | | | | "warning: copying delegates is not supported" | ||||
* | Only notify on last MAM message, only if not read | fiaxh | 2018-03-06 | 1 | -4/+6 |
| | | | | fixes #293 | ||||
* | Pipeline for incoming messages in libdino | fiaxh | 2018-01-28 | 1 | -2/+3 |
| | |||||
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 1 | -11/+11 |
| | |||||
* | Disconnect stanza listeners from pipeline | fiaxh | 2017-11-22 | 1 | -2/+6 |
| | |||||
* | Read+(write) stream async | fiaxh | 2017-11-16 | 1 | -18/+26 |
| | |||||
* | Message Archive Management | fiaxh | 2017-08-17 | 1 | -0/+126 |