Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-29 | Update the bundled gnupg.py | mathieui | |
2016-11-29 | Fix inexistent method calls in the gpg plugin | Tanguy Ortolo | |
The gpg plugin tries to call Presence.find() and Message.find(), that do not exist. The correct calls are Presence.xml.find() and Message.xml.find(). | |||
2016-11-26 | Add support for XEP-0380: Explicit Message Encryption | Emmanuel Gil Peyrot | |
Both for displaying incoming messages, and sending OTR and legacy OpenPGP. | |||
2016-07-27 | Fix doc building | mathieui | |
Broken by the namespace change | |||
2016-07-06 | Remove some unused things | louiz’ | |
2016-06-12 | Fix core commands, broken in the previous commit. | Emmanuel Gil Peyrot | |
2014-12-29 | Fix #2561, Fix #2525 (broken GPG plugin) | mathieui | |
Fix issues in presence signatures (no tests SHA-512), typos, update gnupg.py to a recent version, fix the completion, and display the messages we send properly | |||
2014-07-24 | Use slixmpp | Florent Le Coz | |
2014-07-09 | Fix #2546 (ugly tb with the gpg plugin) | mathieui | |
2014-04-30 | Remove Tab.get_name() and use Tab.name instead | mathieui | |
(keep a get_name() fallback just in case for now) | |||
2014-03-07 | Add a mention about poezio_gpg_export in the doc | mathieui | |
2014-02-03 | Don’t set our status to None on /unload gpg | Florent Le Coz | |
2013-08-06 | Don’t send the xhtml body with a gpg-encrypted message | mathieui | |
(bug introduced after a change in the attribute name) | |||
2013-04-13 | Move the plugins documentation | mathieui | |
(use automodule directive & docstrings) | |||
2013-03-01 | Fix #2231 (update the plugins to use the new help system) | mathieui | |
And fix some imprecisions/mistakes in the help. | |||
2013-01-05 | Update the gnupg wrapper - Fix #2162 | mathieui | |
2012-11-05 | Display an error and don’t send the message if gpg failed to encrypt a ↵ | Florent Le Coz | |
message. | |||
2012-02-09 | Remove some debugging prints | mathieui | |
2012-01-29 | Do not traceback when /gpg outside a ConversationTab | mathieui | |
2011-11-13 | Add a setkey command for the /gpg command. | Florent Le Coz | |
2011-11-13 | /gpg command lets you disable or force encryption. | Florent Le Coz | |
2011-11-12 | Try to verify signatures with different hashes, and use always_trust. | Florent Le Coz | |
2011-11-12 | Add a gpg command, doesn’t work yet. | Florent Le Coz | |
2011-11-12 | a plugin can now add informations in ConversationTab’s InfoWin. And the ↵ | Florent Le Coz | |
GPG plugin does that. | |||
2011-11-12 | GPG now only send the encrypted data, not the full headers things. And it ↵ | Florent Le Coz | |
adds the headers to the encrypted data received, to decrypt it. | |||
2011-11-12 | GPG: encrypt and decrypt messages when possible. | Florent Le Coz | |
2011-11-12 | Gpg module: send signed presences, and verify the signature in received ↵ | Florent Le Coz | |
presences. | |||
2011-11-11 | Fix an issue with python3.2 (byte vs string) in gnupg module. | Florent Le Coz | |
2011-11-11 | Create an empty gpg plugin, including a gnupg wrapper. | Florent Le Coz | |