aboutsummaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Make FHS compliant, split RPMs, fix compilation on older GCCsMarvin W2017-04-031-1/+1
|
* Fix -Werror=format-security issuesMarvin W2017-03-302-2/+2
|
* Fetch libsignal-protocol-c when not a submodule (still using git)Marvin W2017-03-231-0/+0
|
* New CMakeMarvin W2017-03-235-78/+39
| | | | | - add install and uninstall targets - compatibility for systems without pkg-config
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-232-7/+6
|
* Add typed identity to manager modules and stream flagsfiaxh2017-03-207-44/+26
|
* Improve when to send chat state notificationsfiaxh2017-03-161-4/+6
|
* Fix ChatInput for many lines + small UI changesfiaxh2017-03-161-1/+1
|
* omemo plugin: improve session bootstrappingMarvin W2017-03-156-93/+171
|
* correctly bootstrap omemo when there is no devicelist on server yet + ↵Marvin W2017-03-132-3/+18
| | | | concurrency bug fixes
* Make compatible with OpenSSL 1.1Marvin W2017-03-131-22/+28
|
* Do not use gpgme 1.7.0+ features yet.Marvin W2017-03-132-1/+6
|
* Fix delegate copying issueMarvin W2017-03-121-4/+5
|
* Qlite: Return OptionalRow instead of Row?, add ability to remove columns on ↵Marvin W2017-03-122-2/+2
| | | | version upgrade
* 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-1210-61/+200
|
* Move storage into user directory and fix plugin search pathMarvin W2017-03-121-1/+6
|
* Split OMEMO plug-in into files, various fixesMarvin W2017-03-1215-436/+524
|
* Move PGP support into pluginfiaxh2017-03-1220-1/+1809
|
* Fix OMEMO plugin for latest changesMarvin W2017-03-121-106/+93
|
* Add OMEMO via PluginMarvin W2017-03-1124-0/+4018