Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-15 | Make pylint happy on plugins | mathieui | |
It does not like dynamically defined attributes, unsurprisingly | |||
2018-08-15 | yapf -rip on plugins | mathieui | |
2018-08-12 | Update the OTR plugin | mathieui | |
make it more restrictive and give some hints | |||
2018-08-09 | Fix the OTR plugin | mathieui | |
2018-07-04 | OTR plugin: Use the new poezio.xdg module. | Emmanuel Gil Peyrot | |
2017-10-08 | Change all “not … in …” into “… not in …”. | Emmanuel Gil Peyrot | |
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-08-28 | OTR plugin: Implement XEP-0378 (OTR Discovery) | Emmanuel Gil Peyrot | |
2016-08-21 | Don’t call input completion() functions inside completion methods | mathieui | |
Use a placeholder object that can run it afterwards, so that we don’t have side effects inside those functions. | |||
2016-06-28 | Make plugins import from the absolute poezio package. | Emmanuel Gil Peyrot | |
2016-06-12 | Fix core commands, broken in the previous commit. | Emmanuel Gil Peyrot | |
2016-06-04 | Use message processing hints in the OTR plugin | mathieui | |
2016-02-13 | Fix tab-specific options in the OTR plugin | mathieui | |
(specifically, require_encryption and log) | |||
2016-02-02 | Fix #3150 (otr and require_encryption) | mathieui | |
the require_encryption option would not be honored when opening a new tab with a bare JID. | |||
2015-07-20 | Fix a typo in the OTR plugin doc | mathieui | |
2015-06-29 | Make /otr end terminate all encrypted conversations with this bare JID | mathieui | |
2015-06-29 | Fix a traceback in the OTR plugin | mathieui | |
2015-04-08 | Fix a possible traceback in the OTR plugin | mathieui | |
2015-03-18 | Fix the OTR timeout message | mathieui | |
for dynamic tabs. | |||
2015-01-20 | Remove the ?OTR Error: prefix when displaying an OTR error | mathieui | |
2015-01-15 | Fix a silent traceback in the otr plugin | mathieui | |
(the “X has not enabled OTR after n seconds.” would not be displayed) | |||
2015-01-11 | Fix a bug in the OTR plugin | mathieui | |
if the plugin attempted to start or refresh an OTR session on its own and the current tab was not this particular one, it would tb. Also make poezio beep and make tab states change for SMP actions. And update the documentation a bit. | |||
2015-01-05 | Fix a traceback in the OTR plugin | mathieui | |
2015-01-03 | Fix #2523 (interoperability with jitsi) | mathieui | |
Disable fragmentation entirely | |||
2015-01-03 | Fix small issues in the OTR plugin | mathieui | |
2015-01-03 | Rework the OTR plugin | mathieui | |
- remove the allow_v1 and allow_v2 options (allow_v1 will now be always false, as no one would want it to true, and allow_v2 will always be true, which should also be what everyone wants until potr supports OTRv3) - add a “require_encryption” configuration option - move all the plugin-generated messages to module level, to improve readability - split up some parts and add comments | |||
2014-12-30 | Fix #2448 (SMP in the OTR plugin) | mathieui | |
Add a /otrsmp <abort|ask|answer> command. also improve usability a bit, and mention the trust status in the info bar. | |||
2014-12-16 | Add a decode_newlines option to the OTR plugin | mathieui | |
I wish I didn’t have to do such ugly things to get a close-to-decent interop with legacy OTR plugins that insert awful HTML4 stuff inside messages that do not need it. | |||
2014-12-08 | Add a decode_entities option to the OTR plugin | mathieui | |
2014-12-08 | Keep using the OTR context for a specific resource when a ↵ | mathieui | |
DynamicConversationTab unlocks and handle the case where the otr request was made before locking | |||
2014-10-20 | Change the API of Config.get_by_tabname | mathieui | |
Make the "default" parameter optional and thus move it to the end of the command with the other optional parameters. And change all the calls. | |||
2014-10-12 | Give feedback on the OTR commands in the current tab | mathieui | |
instead of the global info buffer | |||
2014-10-12 | Add a notification in the OTR plugin if the session isn't established | mathieui | |
With a timeout option that lets the user choose the timeout and if they want this notification. | |||
2014-09-26 | Update OTR documentation | mathieui | |
2014-06-14 | fix a tb in the otr plugin | mathieui | |
2014-05-25 | Fix a regression that prevented beeps with OTR messages | mathieui | |
2014-05-22 | Fix the color of OTR conversations in private chats | mathieui | |
2014-05-19 | End all otr conversations when the plugins is unloader (or poezio exits) | mathieui | |
2014-05-18 | Make the otr plugin messages use the information color | mathieui | |
2014-04-30 | Fix #2447 (OTR & HTML) -- partial WONTFIX | mathieui | |
- Guess-parse the OTR messages in search for xhtml upon arrival - add a configurable option to decode it or not - We have XHTML-IM for a reason, and therefore we will *not* implement a full html parser for clients that dump whatever formatting inside the OTR payload (looking at you, pidgin) | |||
2014-04-17 | Do not lock on the “composing” chat state with otr | mathieui | |
might send too many stanzas when send_chat_states is false, but I don’t care. | |||
2014-02-19 | Update install instructions and fix a typo | mathieui | |
2014-02-03 | Log our own message with the otr plugin if configured | mathieui | |
2014-01-29 | Add a logging option to the OTR plugin | Mathieu Pasquet | |
It is tab-specific and off by default. | |||
2013-12-28 | Workaround for an otr lib bug (plaintext messages without warning) | mathieui | |
See https://github.com/afflux/pure-python-otr/issues/47 | |||
2013-08-18 | Fix /otr fpr and the remote user nick color | mathieui | |
2013-08-11 | Mark OTR messages as private (as in carbons) | mathieui | |
2013-08-07 | Documentation update | mathieui | |
2013-08-07 | Complete the documentation of the OTR plugin | mathieui | |
(and fix a possible traceback) | |||
2013-08-06 | Fix the same issue with the OTR plugin | mathieui | |