aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/muc_manager.vala
Commit message (Collapse)AuthorAgeFilesLines
* display groups w/o name by list of membersDaniel Gultsch2018-12-281-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 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
|
* Small fixesfiaxh2018-01-301-2/+2
|
* Visually highlight mentions in MUCsfiaxh2018-01-281-4/+11
| | | | fixes #267
* Pipeline for incoming messages in libdinofiaxh2018-01-281-22/+38
|
* Small fixes to MucManagerMarvin W2018-01-281-4/+9
|
* Fix certain Slack specific issues (using host-based workarounds)Marvin W2018-01-281-3/+16
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-75/+66
|
* Add support for setting a new Affiliation in a muc (#266)David Plassmann2018-01-091-0/+5
| | | | | | | | * Added support for setting a new Affiliation in a muc * small changes * fix parameter order
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-311-5/+7
|
* Offline messages for MUCsfiaxh2017-10-221-2/+4
| | | | fixes #187
* Show nicks in MUCs, real jid in individual occupant menufiaxh2017-08-251-8/+1
|
* fixup 4aee957 (request history since last known messages)fiaxh2017-08-171-2/+2
|
* request history since last known messages (#110)Max Weller2017-08-051-1/+9
| | | | request history since last known messages when rejoining a room at startup
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵fiaxh2017-06-171-0/+5
| | | | StartConversation
* Get rid of manual storage objects for delegatesfiaxh2017-06-131-26/+18
|
* MUC join behaviour + small MUC error changesfiaxh2017-06-131-0/+6
|
* Muc Invite + Kickfiaxh2017-06-111-15/+32
|
* Conversation details dialogfiaxh2017-05-301-0/+10
|
* Member affiliation in occupant listfiaxh2017-05-181-0/+21
|
* Sync MUC join/part behaviour with autojoin flag in bookmarksfiaxh2017-04-231-3/+74
|
* xmpp-vala/core+libdino: concurrency + nullity improvementsMarvin W2017-04-181-3/+2
|
* Handle conference bookmarks w/o nickfiaxh2017-04-171-5/+4
|
* MUC improvementsfiaxh2017-04-111-31/+28
|
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-041-7/+5
|
* Fix conversation last_activefiaxh2017-03-311-2/+2
|
* Tab completion for MUC occupantsfiaxh2017-03-241-1/+4
|
* Add typed identity to manager modules and stream flagsfiaxh2017-03-201-18/+12
|
* omemo plugin: improve session bootstrappingMarvin W2017-03-151-1/+2
|
* Use delegates + object storage instead of listener objectsfiaxh2017-03-111-37/+22
|
* Improve Plugin API (allow to move encryption into plugin)Marvin W2017-03-111-1/+1
|
* Use typed identity in stream modulesfiaxh2017-03-111-10/+10
|
* Use typed identity in module managerMarvin W2017-03-101-2/+2
|
* Initial plugin systemMarvin W2017-03-101-0/+224