Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-18 | Fix the uptime plugin | mathieui | |
(slixmpp update) | |||
2015-01-20 | Remove the ?OTR Error: prefix when displaying an OTR error | mathieui | |
2015-01-19 | Fix the tmux detection of the screen_detach plugin | 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-15 | Fix a bug in the IRC plugin | mathieui | |
(forgot to add the arguments to one call) | |||
2015-01-13 | Add an /irc_query command to the irc plugin | Florent Le Coz | |
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-06 | Fix little “typos” in the screen_detach plugin | Florent Le Coz | |
2015-01-05 | Fix a traceback in the OTR plugin | mathieui | |
2015-01-03 | Add a reorder plugin | mathieui | |
/reorder command to organize the tabs according to a fixed layout | |||
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-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-12-23 | Fix the irc plugin | mathieui | |
(and fuck the scoping of python closures) | |||
2014-12-18 | Fix #2543 (irc plugin doesn't authenticate properly) | mathieui | |
Join the fake room first, then send the message to nickserv, then join initial rooms. Also add two commands and one option. | |||
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-10 | Make the screen_detach plugin support tmux, and use asyncio | mathieui | |
2014-12-09 | Fix #2457 (add real regex support to the autocorrect plugin) | mathieui | |
2014-12-09 | Fix #2802 (add a /closeall command, with a new plugin) | mathieui | |
2014-12-08 | Add a decode_entities option to the OTR plugin | mathieui | |
2014-12-08 | Document the pipe_cmd 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-11-02 | Merge branch 'master' into slix | Florent Le Coz | |
2014-11-02 | The quote plugin now uses full messages instead of timestamps. | Eijebong | |
2014-10-31 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
Conflicts: src/bookmark.py src/config.py src/connection.py src/core/commands.py src/core/core.py src/core/handlers.py src/windows/info_bar.py src/windows/muc.py src/windows/roster_win.py src/windows/text_win.py src/xhtml.py | |||
2014-10-27 | Prevent a (harmless) traceback while generating the documentation | mathieui | |
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-14 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
Conflicts: src/core/handlers.py src/tabs/xmltab.py | |||
2014-10-13 | Document the before_quote and the after_quote options of the quote | mathieui | |
plugin | |||
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-09-17 | Fix #2581 (fix /untell completion) | mathieui | |
2014-09-17 | [link] add a way to use a custom browser, directly with the command arguments | Florent Le Coz | |
2014-08-01 | Update the pipe_cmd plugin to use asyncio and be awesome | Florent Le Coz | |
2014-08-01 | Fix a few blocking iq, and remove all block=False function arguments | Florent Le Coz | |
2014-08-01 | Use ChatTab in day_change | Florent Le Coz | |
2014-07-24 | Use slixmpp | Florent Le Coz | |
2014-07-09 | Fix #2546 (ugly tb with the gpg plugin) | mathieui | |
2014-07-05 | Make the thread from the cmd_plugin be a daemon | Florent Le Coz | |
Without it, poezio never exits when the plugin is loaded Thanks to xunien fix #2542 | |||
2014-07-05 | Add the pipe_cmd plugin | Florent Le Coz | |
This plugins lets the user manipulate a poezio instance by writing commands into a pipe, read by poezio which will execute them. | |||
2014-06-26 | Use xdg-open by default in the /link plugin | Akim Sadaoui | |
fix #2550 | |||
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-05-17 | Do not autocorrect when the remote entity does not support correction | mathieui | |