aboutsummaryrefslogtreecommitdiff
path: root/libdino
Commit message (Collapse)AuthorAgeFilesLines
* Some caching and fix gpgme on some systemsMarvin W2017-03-244-25/+78
|
* Tab completion for MUC occupantsfiaxh2017-03-242-4/+7
|
* New CMakeMarvin W2017-03-233-24/+34
| | | | | - add install and uninstall targets - compatibility for systems without pkg-config
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-233-15/+14
|
* Add back on subscription requestfiaxh2017-03-231-0/+5
|
* Move some database interaction into entitiesfiaxh2017-03-236-218/+222
| | | | fixes #2
* Select conversation on startup, placeholder for "No conversation selected", ↵fiaxh2017-03-203-1/+34
| | | | start services before UI
* 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 + ↵Marvin W2017-03-131-2/+4
| | | | concurrency bug fixes
* 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 ↵Marvin W2017-03-121-4/+4
| | | | version upgrade
* PGP module: store data in own db, use pgp key as specified in account settingsfiaxh2017-03-121-24/+1
|
* Automatically compile and use gsettings schemaMarvin W2017-03-122-0/+12
|
* Move storage into user directory and fix plugin search pathMarvin W2017-03-126-15/+63
|
* Split OMEMO plug-in into files, various fixesMarvin W2017-03-122-12/+4
|
* Move PGP support into pluginfiaxh2017-03-125-235/+7
|
* Move gsettings schema back to libdino (where it belongs)Marvin W2017-03-121-0/+15
|
* Add OMEMO via PluginMarvin W2017-03-111-1/+1
|
* Move UI code into main dirMarvin W2017-03-1169-5996/+3
|
* CMake: merge created header+vapi files into a single directoryMarvin W2017-03-111-6/+6
|
* Use delegates + object storage instead of listener objectsfiaxh2017-03-113-57/+29
|
* Plug-In API: allow adding custom entries to account settingsMarvin W2017-03-117-95/+191
| | | | Also make OpenPGP code use this API
* UI to choose PGP key/disabled in account settingsfiaxh2017-03-113-7/+45
|
* Improve Plugin API (allow to move encryption into plugin)Marvin W2017-03-1118-162/+232
|
* Use typed identity in stream modulesfiaxh2017-03-118-28/+23
|
* Merge branch 'master' of github.com:dino/dinofiaxh2017-03-109-87/+74
|\
| * Use typed identity in module managerMarvin W2017-03-109-87/+74
| |
* | Merge branch 'master' of github.com:dino/dinofiaxh2017-03-1030-218/+130
|/
* Initial plugin systemMarvin W2017-03-1091-0/+8748