aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RPM + tito + copr supportMarvin W2017-03-245-5/+129
* Some caching and fix gpgme on some systemsMarvin W2017-03-245-29/+82
* Tab completion for MUC occupantsfiaxh2017-03-249-44/+199
* Find valac-* binaries, work-around fast-vapi issues with valac 0.36.0Marvin W2017-03-233-1/+8
* Fetch libsignal-protocol-c when not a submodule (still using git)Marvin W2017-03-233-50/+85
* New CMakeMarvin W2017-03-2334-191/+810
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-2316-55/+53
* Select corresponding conversation when clicking on notificationfiaxh2017-03-233-17/+40
* Add back on subscription requestfiaxh2017-03-2313-52/+114
* Move some database interaction into entitiesfiaxh2017-03-238-225/+228
* License under GPLv3fiaxh2017-03-212-0/+692
* Select conversation on startup, placeholder for "No conversation selected", s...fiaxh2017-03-2013-74/+133
* Add typed identity to manager modules and stream flagsfiaxh2017-03-2063-447/+341
* Icon changesfiaxh2017-03-191-14/+12
* Preselect next conversation when closed and crossfadefiaxh2017-03-186-38/+77
* "No accounts active, add?" stack in main viewfiaxh2017-03-186-221/+129
* Iconfiaxh2017-03-183-0/+39
* Fix message stanza default typefiaxh2017-03-185-15/+28
* Update README.mdfiaxh2017-03-161-15/+23
* Update READMEfiaxh2017-03-161-1/+19
* Improve when to send chat state notificationsfiaxh2017-03-164-50/+63
* Fix ChatInput for many lines + small UI changesfiaxh2017-03-169-16/+25
* Display /me differentlyfiaxh2017-03-1511-243/+328
* Indication of WONTSEND via CSS (@error_color on message status)fiaxh2017-03-152-6/+23
* Set dino-specific icons as part of icon themefiaxh2017-03-1518-688/+56
* omemo plugin: improve session bootstrappingMarvin W2017-03-159-95/+177
* Small fixes in message viewMarvin W2017-03-141-1/+3
* Fix regression of being unable to select textMarvin W2017-03-133-29/+20
* correctly bootstrap omemo when there is no devicelist on server yet + concurr...Marvin W2017-03-133-5/+22
* Make compatible with OpenSSL 1.1Marvin W2017-03-131-22/+28
* Fix account repeated disconnect/connect issuesMarvin W2017-03-131-4/+7
* Reduce GTK dependency to 3.16, fix dark themeMarvin W2017-03-1326-48/+65
* Do not use gpgme 1.7.0+ features yet.Marvin W2017-03-132-1/+6
* Drop libuuid dependency, uuid generation is not that complicated...Marvin W2017-03-125-114/+11
* Fix delegate copying issueMarvin W2017-03-123-9/+12
* 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-127-43/+83
* Force Make into using a single threadMarvin W2017-03-122-4/+9
* amend 39722a4fiaxh2017-03-122-15/+18
* Query GPG in other thread + only once (account settings)fiaxh2017-03-122-21/+63
* Unlock mutex on exceptions in gpgme helperMarvin W2017-03-121-56/+69
* PGP module: store data in own db, use pgp key as specified in account settingsfiaxh2017-03-1211-85/+201
* Automatically compile and use gsettings schemaMarvin W2017-03-125-4/+22
* Move storage into user directory and fix plugin search pathMarvin W2017-03-1212-40/+94
* Split OMEMO plug-in into files, various fixesMarvin W2017-03-1222-454/+534
* Move PGP support into pluginfiaxh2017-03-1228-217/+294
* Update README.mdfiaxh2017-03-121-3/+3
* Move gsettings schema back to libdino (where it belongs)Marvin W2017-03-122-0/+0
* Fix OMEMO plugin for latest changesMarvin W2017-03-121-106/+93
* Add OMEMO via PluginMarvin W2017-03-1129-3/+4027