aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/muc_manager.vala
Commit message (Expand)AuthorAgeFilesLines
...
* Visually highlight mentions in MUCsfiaxh2018-01-281-4/+11
* 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
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-311-5/+7
* Offline messages for MUCsfiaxh2017-10-221-2/+4
* 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
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from Sta...fiaxh2017-06-171-0/+5
* 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