aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service
Commit message (Expand)AuthorAgeFilesLines
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from Sta...fiaxh2017-06-173-6/+16
* Get rid of manual storage objects for delegatesfiaxh2017-06-133-55/+34
* MUC join behaviour + small MUC error changesfiaxh2017-06-131-0/+6
* Muc Invite + Kickfiaxh2017-06-113-18/+45
* Conversation details dialogfiaxh2017-05-301-0/+10
* Notifications + typing notifications + message marker settings per conversationfiaxh2017-05-302-4/+7
* fixup bcb9690 (Roster versioning)fiaxh2017-05-242-34/+7
* Roster versioningfiaxh2017-05-222-22/+119
* Member affiliation in occupant listfiaxh2017-05-181-0/+21
* qlite/libdino: optimize db accessMarvin W2017-04-261-0/+3
* Sync MUC join/part behaviour with autojoin flag in bookmarksfiaxh2017-04-232-4/+75
* xmpp-vala/core+libdino: concurrency + nullity improvementsMarvin W2017-04-183-27/+42
* Handle conference bookmarks w/o nickfiaxh2017-04-171-5/+4
* MUC improvementsfiaxh2017-04-113-34/+31
* Show account status (incl errors) in ManageAccounts.Dialogfiaxh2017-04-102-54/+92
* Application menu fallback buttonfiaxh2017-04-041-1/+0
* fixup 75e51b5fiaxh2017-04-041-1/+1
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-048-96/+136
* Start private conversation with MUC occupant via occupant menufiaxh2017-04-031-2/+2
* Add --print-xmpp flag to log detailsMarvin W2017-04-031-1/+2
* Handle MUC private messagesfiaxh2017-03-313-23/+110
* Fix conversation last_activefiaxh2017-03-314-40/+36
* Some caching and fix gpgme on some systemsMarvin W2017-03-242-14/+59
* Tab completion for MUC occupantsfiaxh2017-03-242-4/+7
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-232-13/+12
* Add back on subscription requestfiaxh2017-03-231-0/+5
* Move some database interaction into entitiesfiaxh2017-03-233-192/+17
* Select conversation on startup, placeholder for "No conversation selected", s...fiaxh2017-03-202-1/+16
* Add typed identity to manager modules and stream flagsfiaxh2017-03-2010-158/+118
* "No accounts active, add?" stack in main viewfiaxh2017-03-181-0/+2
* Fix message stanza default typefiaxh2017-03-181-6/+8
* Improve when to send chat state notificationsfiaxh2017-03-161-33/+47
* omemo plugin: improve session bootstrappingMarvin W2017-03-152-2/+5
* correctly bootstrap omemo when there is no devicelist on server yet + concurr...Marvin W2017-03-131-2/+4
* Fix account repeated disconnect/connect issuesMarvin W2017-03-131-4/+7
* Reduce GTK dependency to 3.16, fix dark themeMarvin W2017-03-131-2/+3
* Search messages having a uuid stanza id by id + accountfiaxh2017-03-122-2/+3
* Qlite: Return OptionalRow instead of Row?, add ability to remove columns on v...Marvin W2017-03-121-4/+4
* PGP module: store data in own db, use pgp key as specified in account settingsfiaxh2017-03-121-24/+1
* Move storage into user directory and fix plugin search pathMarvin W2017-03-124-11/+23
* Move PGP support into pluginfiaxh2017-03-122-177/+0
* Add OMEMO via PluginMarvin W2017-03-111-1/+1
* Move UI code into main dirMarvin W2017-03-111-1/+1
* Use delegates + object storage instead of listener objectsfiaxh2017-03-112-44/+22
* Plug-In API: allow adding custom entries to account settingsMarvin W2017-03-111-1/+79
* Improve Plugin API (allow to move encryption into plugin)Marvin W2017-03-116-41/+76
* Use typed identity in stream modulesfiaxh2017-03-117-23/+23
* Use typed identity in module managerMarvin W2017-03-109-87/+74
* Initial plugin systemMarvin W2017-03-1015-0/+2096