aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/muc_manager.vala
Commit message (Expand)AuthorAgeFilesLines
* Store requested disco results with computed hash, use for offline determining...fiaxh14 days1-9/+2
* fix: Add x node to MUC PM stanza (#1462)mesonium2023-07-291-0/+7
* Fix crash on NS_URI call when own server has no MAM; drop broken mam:1 "support"fiaxh2023-04-231-1/+1
* Improve history sync under loadMarvin W2023-02-071-5/+31
* Add priority for and allow cancellation of outgoing stanzasMarvin W2023-02-071-1/+1
* Fix reaction display in private MUCsMarvin W2023-01-311-0/+8
* Fix compiler warningsfiaxh2022-12-301-2/+2
* Clean up log outputsfiaxh2022-11-041-1/+0
* Fix message server_id getting overwritten with null on reconnectfiaxh2022-10-111-1/+4
* Add support for reactionsfiaxh2022-10-111-0/+15
* Rewrite MAM logic and add MUC MAMfiaxh2022-10-101-1/+22
* Various call fixesfiaxh2022-02-071-0/+6
* Update PEP native bookmarks to :1 version, fixesfiaxh2022-01-111-16/+49
* Stop making superfluous requests when joining a MUCfiaxh2022-01-081-4/+5
* UI + libdino: Improve MUJI calls from MUCfiaxh2021-12-231-1/+1
* Add multiparty call support to libdino and xmpp-valafiaxh2021-11-101-4/+39
* Add support for Direct MUC Invitations (XEP-0249)fiaxh2021-01-121-1/+21
* Refactor XmppStream, TLS and connection method logicfiaxh2020-11-201-0/+2
* Fix incoming muc voice request notificationfiaxh2020-11-111-3/+3
* Implement MUC self pingfiaxh2020-08-311-2/+45
* fixup Fetch avatars only when they are usedfiaxh2020-06-231-1/+1
* Fetch avatars only when they are usedfiaxh2020-06-101-0/+15
* Fix runtime criticalfiaxh2020-06-031-1/+1
* Fix compiler warningsfiaxh2020-06-031-1/+1
* Fix nick change in MUC, update bookmark accordingly; remove unused codefiaxh2020-04-261-4/+24
* voice handling in moderated groups (#788)Anmol2020-04-221-0/+30
* Update live whether encryption is possible in MUC (lock icon visible)fiaxh2020-03-081-3/+3
* Improve MUC message resendingfiaxh2020-03-031-1/+1
* Preserve unchanged conference data (name) in bookmarksfiaxh2020-02-201-19/+4
* Deactivate MUC conversations with non-autojoin bookmarksfiaxh2020-01-171-23/+23
* Fix ConversationRow closing if animations are disabledfiaxh2020-01-171-0/+5
* Fix auto-joining bookmark without nickfiaxh2020-01-081-2/+2
* Store MUC passwords in bookmarkfiaxh2019-12-241-20/+17
* Properly check Jids everywhereMarvin W2019-12-231-4/+8
* Only send new room config if something was changedfiaxh2019-12-161-5/+8
* Parse presence delivery errors when joining MUCfiaxh2019-11-171-5/+6
* Base avatars and names on conversation, not JID.Marvin W2019-10-181-2/+2
* Add Bookmarks2 implementation, introduce bookmarks interfacesfiaxh2019-09-291-60/+85
* Add incoming mediated invitation support (#162)fiaxh2019-08-221-0/+4
* Remove Message.stanza fieldfiaxh2019-05-261-1/+1
* Enable sending chat state notifications in private roomsfiaxh2019-05-161-0/+4
* Fix received mark for own OMEMO encrypted MUC messagesfiaxh2019-03-161-7/+5
* display groups w/o name by list of membersDaniel Gultsch2018-12-281-0/+27
* Fix muc avatars sometimes not showing split tiles for occupantsfiaxh2018-11-251-5/+0
* Display room name in conversation selector and conversation titlebarcodedust2018-11-021-1/+5
* Fix display names for MUCs w/o localpartfiaxh2018-08-221-1/+1
* Fix MUC messages from others being marked as readfiaxh2018-08-061-2/+2
* Support MUC avatarsfiaxh2018-07-311-5/+14
* small fixesfiaxh2018-04-171-19/+32
* Recognize own MUC messages from other devicefiaxh2018-03-101-3/+7