Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix reaction display in private MUCs | Marvin W | 2023-01-31 | 1 | -0/+9 |
| | |||||
* | Rewrite MAM logic and add MUC MAM | fiaxh | 2022-10-10 | 1 | -4/+9 |
| | |||||
* | Various call fixes | fiaxh | 2022-02-12 | 1 | -0/+6 |
| | | | | | | | | | - If peer invited us claiming audio-only and then wants to have a video content, do a content-modify and accept audio-only - Check contents for video (and modify) and whether call is truly accepted in PeerState.accept() directly - If a message contains both JMI and CIM, only use JMI - Fix outgoing CIM (disabled) - Use opacity instead of visiblity for file_menu, small fixes - Add back owner/admin/member queries when joining MUC (regression from 33104a7) | ||||
* | Various call UI/UX improvements | fiaxh | 2022-02-07 | 1 | -1/+4 |
| | |||||
* | Stop making superfluous requests when joining a MUC | fiaxh | 2022-01-08 | 1 | -6/+0 |
| | | | | | 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 | ||||
* | Add multiparty call support to libdino and xmpp-vala | fiaxh | 2021-11-10 | 1 | -11/+21 |
| | |||||
* | Fix compiler warnings ('Switch does not handle .. of enum ..') | fiaxh | 2021-10-12 | 1 | -0/+2 |
| | |||||
* | Fix misc compiler warnings | fiaxh | 2021-10-12 | 1 | -3/+2 |
| | |||||
* | Fix compiler warnings ('assignment .. from incompatible pointer type') by ↵ | fiaxh | 2021-10-12 | 1 | -1/+1 |
| | | | | returning non-const after_actions in OrderListener | ||||
* | Fix incoming muc voice request notification | fiaxh | 2020-11-11 | 1 | -8/+12 |
| | |||||
* | Fix runtime critical when room has no name | fiaxh | 2020-10-29 | 1 | -1/+1 |
| | |||||
* | Fix compiler warnings | fiaxh | 2020-06-03 | 1 | -1/+5 |
| | |||||
* | Fix nick change in MUC, update bookmark accordingly; remove unused code | fiaxh | 2020-04-26 | 2 | -3/+10 |
| | |||||
* | xmpp-vala: Use more async | fiaxh | 2020-04-24 | 1 | -25/+27 |
| | |||||
* | Handle entity hash in server features node, make ServiceDiscovery ↵ | fiaxh | 2020-04-24 | 1 | -37/+35 |
| | | | | request_info/items async, add caching has_entity_feature | ||||
* | voice handling in moderated groups (#788) | Anmol | 2020-04-22 | 1 | -0/+53 |
| | |||||
* | Remove features from service discovery module when detaching module from stream | fiaxh | 2020-04-21 | 1 | -3/+2 |
| | | | | | fixes #179 fixes #812 | ||||
* | Update live whether encryption is possible in MUC (lock icon visible) | fiaxh | 2020-03-08 | 1 | -8/+10 |
| | |||||
* | Make message sending async and set unsent on error | fiaxh | 2020-03-05 | 1 | -2/+2 |
| | |||||
* | Don't use GObject/properties for JoinResult | Marvin W | 2020-01-09 | 1 | -4/+4 |
| | |||||
* | Store MUC passwords in bookmark | fiaxh | 2019-12-24 | 1 | -10/+5 |
| | | | | fixes #470 | ||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 1 | -56/+90 |
| | |||||
* | Refactor MAM catchup. Fetch from latest to earliest message. | fiaxh | 2019-12-18 | 1 | -5/+4 |
| | |||||
* | Add (partial) support for unique stanza ids (XEP-0359) | fiaxh | 2019-12-18 | 1 | -0/+2 |
| | |||||
* | Only send new room config if something was changed | fiaxh | 2019-12-16 | 1 | -15/+16 |
| | | | | fixes #675 | ||||
* | Parse presence delivery errors when joining MUC | fiaxh | 2019-11-17 | 2 | -2/+25 |
| | | | | fixes #224 | ||||
* | Parse offline member info from MUC presence | fiaxh | 2019-11-17 | 2 | -2/+6 |
| | | | | Fixes OMEMO only encrypting to new member after restart and private MUC name only updating after restart | ||||
* | Add incoming mediated invitation support (#162) | fiaxh | 2019-08-22 | 1 | -0/+48 |
| | | | | Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | ||||
* | display groups w/o name by list of members | Daniel Gultsch | 2018-12-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | 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.) | ||||
* | Display room name in conversation selector and conversation titlebar | codedust | 2018-11-02 | 1 | -1/+12 |
| | |||||
* | small fixes | fiaxh | 2018-04-17 | 1 | -2/+2 |
| | |||||
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 2 | -113/+107 |
| | |||||
* | Add support for setting a new Affiliation in a muc (#266) | David Plassmann | 2018-01-09 | 1 | -8/+14 |
| | | | | | | | | * Added support for setting a new Affiliation in a muc * small changes * fix parameter order | ||||
* | Keep MUC join dialog open until joined, show errors | fiaxh | 2017-10-31 | 1 | -3/+3 |
| | |||||
* | fixup 8944029 (PGP support for MUCs) | fiaxh | 2017-09-06 | 1 | -3/+4 |
| | |||||
* | Download & inline display images | fiaxh | 2017-08-31 | 2 | -4/+5 |
| | |||||
* | fixup 4aee957 (request history since last known messages) | fiaxh | 2017-08-17 | 1 | -2/+2 |
| | |||||
* | Message Archive Management | fiaxh | 2017-08-17 | 1 | -1/+1 |
| | |||||
* | xmpp-vala: Remove require-functions | fiaxh | 2017-08-14 | 1 | -7/+0 |
| | |||||
* | request history since last known messages (#110) | Max Weller | 2017-08-05 | 1 | -1/+6 |
| | | | | request history since last known messages when rejoining a room at startup | ||||
* | Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵ | fiaxh | 2017-06-17 | 2 | -4/+19 |
| | | | | StartConversation | ||||
* | Get rid of manual storage objects for delegates | fiaxh | 2017-06-13 | 1 | -33/+25 |
| | |||||
* | MUC join behaviour + small MUC error changes | fiaxh | 2017-06-13 | 1 | -37/+58 |
| | |||||
* | Muc Invite + Kick | fiaxh | 2017-06-11 | 1 | -0/+27 |
| | |||||
* | MUC config form (data forms), MUC room info | fiaxh | 2017-05-30 | 2 | -3/+86 |
| | |||||
* | Member affiliation in occupant list | fiaxh | 2017-05-18 | 2 | -35/+139 |
| | |||||
* | xmpp-vala/core+libdino: concurrency + nullity improvements | Marvin W | 2017-04-18 | 1 | -3/+3 |
| | |||||
* | MUC improvements | fiaxh | 2017-04-11 | 3 | -71/+108 |
| | |||||
* | Handle MUC private messages | fiaxh | 2017-03-31 | 1 | -2/+2 |
| | |||||
* | Add typed identity to manager modules and stream flags | fiaxh | 2017-03-20 | 2 | -15/+10 |
| |