lovetoxLink Mauve, what lib are you using for pgp encryption in your open pgp implementation?
lovetoxpoezio is also python or not?
lovetoxdo you also use python-gnupg?
botPhilipp Hörist pushed 6 commits to branch _refs/heads/master_ of _gajim_ <https://dev.gajim.org/gajim/gajim>:
*5116af03* <https://dev.gajim.org/gajim/gajim/commit/5116af037ba31bc30d7eaa7aeb5e3b0ba9ea2d76>
Add Encryption Plugin API
- Add extension points when receiving/sending a message
- Add extension point for setting the lock image
- Add extension point after clicking the send button
- Add extension point when typing
- Add a new menu button to choose the desired encryption
- Extend the PluginManager to hold a list of encryption plugins
*3fd35a04* <https://dev.gajim.org/gajim/gajim/commit/3fd35a041e40c27d4002866933cb02e7d892b1a2>
Remove PGP encryption/decryption from core
*cf07022c* <https://dev.gajim.org/gajim/gajim/commit/cf07022cbd6057b5c5c75048e2102dc0db138659>
Remove ESessions encryption/decryption from core
*ce7923e1* <https://dev.gajim.org/gajim/gajim/commit/ce7923e1645d70baf1e1b4d2dbeb866dc838ac03>
Remove log and enabled status from lock tooltip
- Log status is a feature that only works with xep-0136 which nobody uses anymore
- Even then we can only trust in the server/user to not log the session
- We should not imply that a client could control if messages are logged on the server or the other end,
especially as this is about encryption and security we should be as accurate as possible
- The lock image is only shown if a encryption was sucessfully activated, so the enabled flag is unnecessary
*2e148a61* <https://dev.gajim.org/gajim/gajim/commit/2e148a6133c18d15863003cbb09b31cc9c15d436>
Add encryption API to groupchat_control
*8ec3ec8a* <https://dev.gajim.org/gajim/gajim/commit/8ec3ec8a58934a1a2dbb96e31d63628e55f86446>
Merge branch 'extensionpoints' into 'master'
New Encryption Plugin API
See merge request !96
botPhilipp Hörist pushed 3 commits to branch _refs/heads/gtk3_ of _gajim-plugins_ <https://dev.gajim.org/gajim/gajim-plugins>:
*b8ff3d19* <https://dev.gajim.org/gajim/gajim-plugins/commit/b8ff3d195b92aae5f8af9409952b17db539f9320>
[omemo] Use Gajims encryption API
*ddf3f86b* <https://dev.gajim.org/gajim/gajim-plugins/commit/ddf3f86b9f049d82932faa18e222991314368367>
[omemo] Update CHANGELOG & manifest.ini
*8b85e8a0* <https://dev.gajim.org/gajim/gajim-plugins/commit/8b85e8a0ae33d967b0e0bee0a28ee5359e31376f>
Merge branch 'omemo' into 'gtk3'
omemo version 2.3.0
See merge request !38
lovetox.
botPhilipp Hörist pushed 2 commits to branch _refs/heads/gtk3_ of _gajim-plugins_ <https://dev.gajim.org/gajim/gajim-plugins>:
*a319b1f9* <https://dev.gajim.org/gajim/gajim-plugins/commit/a319b1f96d14227dd53faa132ec27ae64c4c815f>
[pgp] Initial
*3242de35* <https://dev.gajim.org/gajim/gajim-plugins/commit/3242de357468784087d9094691f78bf3c292a144>
Merge branch 'newplugins' into 'gtk3'
PGP Plugin version 1.0.0
See merge request !37
botPhilipp Hörist pushed 2 commits to branch _refs/heads/gtk3_ of _gajim-plugins_ <https://dev.gajim.org/gajim/gajim-plugins>:
*97e6806c* <https://dev.gajim.org/gajim/gajim-plugins/commit/97e6806c9ba77e08129cec27bd9f1522b8043a57>
[esessions] Initial
*7de64262* <https://dev.gajim.org/gajim/gajim-plugins/commit/7de642625c78625fae4e7eea244f2e4ea9d9f335>
Merge branch 'esessions' into 'gtk3'
ESessions Plugin version 1.0.0
See merge request !36
lovetoxTo everyone using Master Branch + OMEMO/PGP
lovetoxyou have to update to HEAD, before you install the new OMEMO or PGP Plugin version
lovetoxplease report any problems you are having with the new UI and plugin version
botPhilipp Hörist pushed 4 commits to branch _refs/heads/gtk3_ of _gajim-plugins_ <https://dev.gajim.org/gajim/gajim-plugins>:
*a10ffe4b* <https://dev.gajim.org/gajim/gajim-plugins/commit/a10ffe4bb6c3fb21086fc0cac1267be21bb902c5>
[httpupload] Use new encryption API
*8a7bd7fa* <https://dev.gajim.org/gajim/gajim-plugins/commit/8a7bd7fa04d77456fe7d2147ea322bffa7f7c958>
[httpupload] Remove unused code
*315318a7* <https://dev.gajim.org/gajim/gajim-plugins/commit/315318a7381a09b632386a4a47b5d0f5fa3ca57c>
[httpupload] Update manifest.ini
*7447ffc3* <https://dev.gajim.org/gajim/gajim-plugins/commit/7447ffc3738eda21f4720a833c2362a47223e01e>
Merge branch 'httpupload' into 'gtk3'
httpupload version 0.6.2
See merge request !39