aboutsummaryrefslogtreecommitdiff
path: root/plugins/openpgp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix a couple of typos and double importshrxi2019-06-013-4/+3
|
* Update translationsTranslations2019-03-1620-20/+20
|
* Use glib log functionsfiaxh2019-03-151-1/+1
|
* Update TranslationsTranslations2019-02-1421-19/+73
|
* Update TranslationsTranslations2018-12-3119-43/+26
| | | | | | | | | | | | | | | Arabic: ButterflyOfFire Basque: beriain Chinese (Simplified): Sak94664 Dutch: flevop, Nathan Follens Flemish: Nathan Follens French: Sioul Galician: Xosé M German: H A, ssantos Luxembourgish: Dennis Fink Norwegian Bokmål: Allan Nordhøy Romanian: Licaon Kter Spanish: sergio
* Restructure (http) file provider flow: Separate download&get_info, download ↵fiaxh2018-11-271-0/+1
| | | | in provider, move XmppStreamModule into xmpp-vala
* Update translationsTranslations2018-11-1419-19/+19
|
* Update translationsTranslations2018-11-1019-19/+19
| | | | | | | | Arabic: ButterflyOfFire <ButterflyOfFire@protonmail.com> Galician: Iván Seoane <ivanrsm1997@gmail.com> Italian: Valerio Baldisserotto <svalo@libersoft.it> Norwegian Bokmål: Allan Nordhøy <epost@anotheragency.no> Romanian: Licaon Kter <licaon.kter@protonmail.com>
* Update translationsTranslations2018-10-2320-22/+133
| | | | | | | | | | | | | | | | Arabic: ButterflyOfFire <ButterflyOfFire@protonmail.com> Basque: Aitor Beriain <beriain@bitmessage.ch> Dutch: Nathan Follens <nthn@unseen.is> Flemish: Nathan Follens <nthn@unseen.is>, woutersj <woutersj@gmail.com> French: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>, Jean-Baptiste <jean-baptiste@holcroft.fr> Galician: Xosé M <xosem@disroot.org> Italian: Valerio Baldisserotto <svalo@libersoft.it> Luxembourgish: Dennis Fink <dennis.fink@c3l.lu> Norwegian: Allan Nordhøy <epost@anotheragency.no>, Petter Reinholdtsen <pere-weblate@hungry.com> Polish: Michael K <kellermichal@gmail.com> Portuguese (Brazil): Rhagni Oliveira <rhagni@gmail.com> Romanian: Licaon Kter <licaon.kter@protonmail.com> Spanish: Bonber Rash <bonber@protonmail.com>
* Update translationsTranslations2018-09-0718-16/+71
| | | | | | | | | | | | | Arabic: ButterflyOfFire <ButterflyOfFire@protonmail.com> Basque: account1 <surajchawla61@gmail.com>, Aitor Beriain <beriain@bitmessage.ch> Dutch: Nathan Follens <nthn@unseen.is> Flemish: Nathan Follens <nthn@unseen.is> French: Étienne Deparis <etienne@depar.is> Hungarian: notramo <notramo@vipmail.hu> Italian: Valerio Baldisserotto <svalo@libersoft.it> Luxembourgish: Dennis Fink <dennis.fink@c3l.lu> Norwegian Bokmål: Allan Nordhøy <epost@anotheragency.no> Romanian: Licaon Kter <licaon.kter@protonmail.com>
* pgp: Fix checking wrong variable for nullfiaxh2018-08-061-1/+1
|
* Update translationsTranslations2018-07-0516-32/+32
| | | | | | | | | | | | | | Basque: Aitor Beriain <beriain@bitmessage.ch> Dutch: Nathan Follens <nathan@email.is> Finnish: mjlapin <muu@kapsi.fi> Flemish: Nathan Follens <nthn@unseen.is> Italian: Valerio Baldisserotto <svalo@libersoft.it> Luxembourgish: Dennis Fink <dennis.fink@c3l.lu> Norwegian Bokmål: Allan Nordhøy <epost@anotheragency.no> Portugese (Brazil): 5lm31d5 <jeanrk15@gmail.com> Romanian: Licaon Kter <licaon.kter@protonmail.com> Russian: nvlgit <nvlbox@gmail.com>, Alexander <ilabdsf@gmail.com> Spanish: mgueji <miguejim@mailbox.org>
* 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
* Update translationsTranslations2018-05-0117-182/+299
| | | | | | | | | | | | | | | | Arabic: ButterflyOfFire <ButterflyOfFire@protonmail.com> Basque: Aitor Beriain <beriain@bitmessage.ch> Chinese (Simplified): 朱陈锬 <201603748@stu.lzjtu.edu.cn> Esperanto: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Finnish: mjlapin <muu@kapsi.fi> Flemish: Nathan Follens <nathan@email.is> French: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Italian: Valerio Baldisserotto <svalo@libersoft.it> Japanese: Mako N <mako@pasero.net> Luxembourgish: Dennis Fink <dennis.fink@c3l.lu> Norwegian Bokmål: Allan Nordhøy <epost@anotheragency.no> Romanian: Licaon Kter <licaon.kter@protonmail.com> Spanish: mgueji <miguejim@mailbox.org>
* openpgp: Fix invalid iter in key selection dialogfiaxh2018-04-171-21/+23
| | | | | | | On empty pgp keyring the key selection dialog would display a label "No Keys available" which subsequently while selecting different accounts would disappear. Co-authored-by: Gnoxter <gnoxter+github@linuxlounge.net>
* Update translationsTranslations2018-03-2415-12/+124
|
* Small fixesfiaxh2018-01-301-1/+1
|
* Only display transferred images, display file names, open in system viewer, ↵fiaxh2018-01-282-5/+7
| | | | include and use pgp embedded file names
* Pipeline for incoming messages in libdinofiaxh2018-01-282-8/+18
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-286-20/+21
|
* Update translationsTranslations2018-01-2413-39/+95
|
* Initial Catalan translation. (#279)Jordi Mallach2018-01-241-0/+51
| | | | | | * Initial Catalan translation. * Add OMEMO and OpenPGP plugin translations.
* Update translationsTranslations2017-12-3111-99/+154
|
* Rename resources to have a reverse DNS prefixfiaxh2017-12-032-2/+2
|
* Update translationsTranslations2017-11-249-46/+29
|
* Disconnect stanza listeners from pipelinefiaxh2017-11-221-16/+15
|
* Update translationsTranslations2017-11-1812-84/+350
|
* Fix unit tests using async + read message markerfiaxh2017-11-171-1/+1
|
* Read+(write) stream asyncfiaxh2017-11-161-39/+61
|
* Go offline before quiting applicationfiaxh2017-10-311-1/+1
| | | | fixes #141
* Fix warningsfiaxh2017-10-315-27/+44
|
* Added luxembourgish translationDennis Fink2017-10-292-0/+40
|
* PGP encrypted file transfersfiaxh2017-10-226-47/+100
|
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-064-54/+104
|
* Focus selected widgets in the accounts dialoghrxi2017-09-011-2/+3
| | | | | | | | | | Previously, you had to issue two clicks in order to enter something into the text fields. This also replaces the `Entry` widgets with their label counterparts once they lose focus. Since the `ComboBox` handling of focus seems to be buggy (`focus_out_event` not firing), the OpenPGP key selection lacks the latter feature.
* Handle xmpp ?join and ?message urisfiaxh2017-08-251-4/+4
|
* "Default" per-contact settings (change UI)fiaxh2017-08-251-5/+4
|
* README: Discussion MUC, change urlfiaxh2017-08-222-2/+2
|
* libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins)Marvin W2017-08-172-6/+9
|
* openpgp: contact details provider (fingerprint), colored fingerprints, fix ↵fiaxh2017-08-146-34/+124
| | | | shown availability
* xmpp-vala: Remove require-functionsfiaxh2017-08-141-2/+0
|
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵fiaxh2017-06-171-1/+1
| | | | StartConversation
* Update translationsfiaxh2017-05-314-1/+105
|
* cmake/signal-protocol: shared lib, mark_as_advanced and othersMarvin W2017-04-261-1/+1
|
* Gettext supportfiaxh2017-04-108-7/+98
|
* Show account status (incl errors) in ManageAccounts.Dialogfiaxh2017-04-101-2/+2
|
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-041-2/+2
|
* New CMakeMarvin W2017-03-231-20/+10
| | | | | - add install and uninstall targets - compatibility for systems without pkg-config
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-231-2/+2
|
* Add typed identity to manager modules and stream flagsfiaxh2017-03-204-24/+14
|