Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve history sync under load | Marvin W | 2023-02-07 | 1 | -5/+31 |
| | |||||
* | Add priority for and allow cancellation of outgoing stanzas | Marvin W | 2023-02-07 | 1 | -1/+1 |
| | |||||
* | Fix reaction display in private MUCs | Marvin W | 2023-01-31 | 1 | -0/+8 |
| | |||||
* | Fix compiler warnings | fiaxh | 2022-12-30 | 1 | -2/+2 |
| | |||||
* | Clean up log outputs | fiaxh | 2022-11-04 | 1 | -1/+0 |
| | |||||
* | Fix message server_id getting overwritten with null on reconnect | fiaxh | 2022-10-11 | 1 | -1/+4 |
| | |||||
* | Add support for reactions | fiaxh | 2022-10-11 | 1 | -0/+15 |
| | |||||
* | Rewrite MAM logic and add MUC MAM | fiaxh | 2022-10-10 | 1 | -1/+22 |
| | |||||
* | Various call fixes | fiaxh | 2022-02-07 | 1 | -0/+6 |
| | | | | | | - Use groupchat message type for invites in MUCs - Use call id (from propose) instead of message id for Call Invite Messages - Fix call window controlls appearing when hovering controls | ||||
* | Update PEP native bookmarks to :1 version, fixes | fiaxh | 2022-01-11 | 1 | -16/+49 |
| | |||||
* | Stop making superfluous requests when joining a MUC | fiaxh | 2022-01-08 | 1 | -4/+5 |
| | | | | | Don't request legacy bookmarks on every muc join (when again setting autojoin) fixes #260 Don't query member/admin/owner affiliations on every MUC join | ||||
* | UI + libdino: Improve MUJI calls from MUC | fiaxh | 2021-12-23 | 1 | -1/+1 |
| | | | | | | - Move calls from ICE-thead onto main thread - Identify Call.ourpart as MUC nick if in MUC - Keep track of the initiator of a call | ||||
* | Add multiparty call support to libdino and xmpp-vala | fiaxh | 2021-11-10 | 1 | -4/+39 |
| | |||||
* | Add support for Direct MUC Invitations (XEP-0249) | fiaxh | 2021-01-12 | 1 | -1/+21 |
| | |||||
* | Refactor XmppStream, TLS and connection method logic | fiaxh | 2020-11-20 | 1 | -0/+2 |
| | | | | fixes #534 | ||||
* | Fix incoming muc voice request notification | fiaxh | 2020-11-11 | 1 | -3/+3 |
| | |||||
* | Implement MUC self ping | fiaxh | 2020-08-31 | 1 | -2/+45 |
| | |||||
* | fixup Fetch avatars only when they are used | fiaxh | 2020-06-23 | 1 | -1/+1 |
| | |||||
* | Fetch avatars only when they are used | fiaxh | 2020-06-10 | 1 | -0/+15 |
| | |||||
* | Fix runtime critical | fiaxh | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | Fix compiler warnings | fiaxh | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | Fix nick change in MUC, update bookmark accordingly; remove unused code | fiaxh | 2020-04-26 | 1 | -4/+24 |
| | |||||
* | voice handling in moderated groups (#788) | Anmol | 2020-04-22 | 1 | -0/+30 |
| | |||||
* | Update live whether encryption is possible in MUC (lock icon visible) | fiaxh | 2020-03-08 | 1 | -3/+3 |
| | |||||
* | Improve MUC message resending | fiaxh | 2020-03-03 | 1 | -1/+1 |
| | |||||
* | Preserve unchanged conference data (name) in bookmarks | fiaxh | 2020-02-20 | 1 | -19/+4 |
| | | | | fixes #748 | ||||
* | Deactivate MUC conversations with non-autojoin bookmarks | fiaxh | 2020-01-17 | 1 | -23/+23 |
| | |||||
* | Fix ConversationRow closing if animations are disabled | fiaxh | 2020-01-17 | 1 | -0/+5 |
| | |||||
* | Fix auto-joining bookmark without nick | fiaxh | 2020-01-08 | 1 | -2/+2 |
| | |||||
* | Store MUC passwords in bookmark | fiaxh | 2019-12-24 | 1 | -20/+17 |
| | | | | fixes #470 | ||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 1 | -4/+8 |
| | |||||
* | Only send new room config if something was changed | fiaxh | 2019-12-16 | 1 | -5/+8 |
| | | | | fixes #675 | ||||
* | Parse presence delivery errors when joining MUC | fiaxh | 2019-11-17 | 1 | -5/+6 |
| | | | | fixes #224 | ||||
* | Base avatars and names on conversation, not JID. | Marvin W | 2019-10-18 | 1 | -2/+2 |
| | | | | Fixes #598 | ||||
* | Add Bookmarks2 implementation, introduce bookmarks interfaces | fiaxh | 2019-09-29 | 1 | -60/+85 |
| | |||||
* | Add incoming mediated invitation support (#162) | fiaxh | 2019-08-22 | 1 | -0/+4 |
| | | | | Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | ||||
* | Remove Message.stanza field | fiaxh | 2019-05-26 | 1 | -1/+1 |
| | |||||
* | Enable sending chat state notifications in private rooms | fiaxh | 2019-05-16 | 1 | -0/+4 |
| | |||||
* | Fix received mark for own OMEMO encrypted MUC messages | fiaxh | 2019-03-16 | 1 | -7/+5 |
| | |||||
* | display groups w/o name by list of members | Daniel Gultsch | 2018-12-28 | 1 | -0/+27 |
| | | | | | | | | | | | | | For members-only, non-anonymous groups that do not have a name set we now show an automatically generated name that is generated from the list of members (offline, and online). Only the first name (before the first space) is used to keep the generated name short. The term *private room* is coined as a short hand for members only&non-anon group chats. This commit also uses the offline members list instead of the online member list to generate avatar tiles (also only in members-only, non-anon groups.) | ||||
* | Fix muc avatars sometimes not showing split tiles for occupants | fiaxh | 2018-11-25 | 1 | -5/+0 |
| | |||||
* | Display room name in conversation selector and conversation titlebar | codedust | 2018-11-02 | 1 | -1/+5 |
| | |||||
* | Fix display names for MUCs w/o localpart | fiaxh | 2018-08-22 | 1 | -1/+1 |
| | |||||
* | Fix MUC messages from others being marked as read | fiaxh | 2018-08-06 | 1 | -2/+2 |
| | |||||
* | Support MUC avatars | fiaxh | 2018-07-31 | 1 | -5/+14 |
| | |||||
* | small fixes | fiaxh | 2018-04-17 | 1 | -19/+32 |
| | |||||
* | Recognize own MUC messages from other device | fiaxh | 2018-03-10 | 1 | -3/+7 |
| | |||||
* | Small fixes | fiaxh | 2018-01-30 | 1 | -2/+2 |
| | |||||
* | Visually highlight mentions in MUCs | fiaxh | 2018-01-28 | 1 | -4/+11 |
| | | | | fixes #267 | ||||
* | Pipeline for incoming messages in libdino | fiaxh | 2018-01-28 | 1 | -22/+38 |
| |