Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-08-05 | Add trust management to the OTR plugin (/otr trust|untrust) | mathieui | |
2013-08-05 | Add a new "drop" option to the OTR plugin (to drop the privkey) | mathieui | |
2013-08-04 | Notify properly in the OTR plugin when a message is received | mathieui | |
2013-08-04 | Add a helpful help for /otr | mathieui | |
2013-08-04 | Rewrite the OTR plugin to use pure-python-otr | mathieui | |
2013-04-13 | Move the plugins documentation | mathieui | |
(use automodule directive & docstrings) | |||
2013-03-08 | Update the plugins to use the PluginAPI | mathieui | |
Also: - Add get_conversation_messages() to PluginAPI - Make plugins_autoload colon-separated instead of space-separated (for consistency) - Replace a JID() with a safeJID() in the uptime plugin | |||
2013-03-01 | Fix #2231 (update the plugins to use the new help system) | mathieui | |
And fix some imprecisions/mistakes in the help. | |||
2012-05-29 | Fix the OTR plugin completion | mathieui | |
2012-05-13 | Use add_tab_command in the OTR plugin | mathieui | |
2012-03-25 | Add the OTR plugin | mathieui | |