aboutsummaryrefslogtreecommitdiff
path: root/plugins/openpgp/src/stream_module.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiler warnings ('assignment .. from incompatible pointer type') by ↵fiaxh2021-10-121-1/+1
| | | | returning non-const after_actions in OrderListener
* Use glib log functionsfiaxh2019-03-151-1/+1
|
* Implement XEP-0380 for the OMEMO and OpenPGP plugins (#359)Samuel Hand2018-05-281-0/+1
| | | | | | | | | | * Implement XEP-0380 in a naive fashion for both the OMEMO and OpenPGP plugins * Move the XEP-0380 namespace to a constant * Move the implementation for xep-0380 to its own module * Remove un-needed lines from plugins/openpgp/src/stream_module.vala
* Pipeline for incoming messages in libdinofiaxh2018-01-281-1/+2
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-11/+10
|
* Disconnect stanza listeners from pipelinefiaxh2017-11-221-16/+15
|
* Read+(write) stream asyncfiaxh2017-11-161-39/+61
|
* PGP encrypted file transfersfiaxh2017-10-221-10/+3
|
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-061-2/+5
|
* xmpp-vala: Remove require-functionsfiaxh2017-08-141-2/+0
|
* Add typed identity to manager modules and stream flagsfiaxh2017-03-201-4/+3
|
* PGP module: store data in own db, use pgp key as specified in account settingsfiaxh2017-03-121-0/+166