Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-05-02 | Fix an infinite recursion error on recursive aliases | mathieui | |
2014-04-30 | Fix #2282 (change the terminal title depending on the tab name) | mathieui | |
- change_title plugin | |||
2014-04-30 | Remove Tab.get_name() and use Tab.name instead | mathieui | |
(keep a get_name() fallback just in case for now) | |||
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-22 | Update the alias plugin | mathieui | |
- use the new PluginConfig.remove method to remove aliases - do not do weird stuff when no args are provided - do not flood when re-creating stored aliases | |||
2014-04-20 | Do not reload unaliased aliases | mathieui | |
TODO: implement the remove_option method from configparser | |||
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-04-10 | Fix #2500 (better “C’est toi le”) | mathieui | |
Thanks, anonymous contributor | |||
2014-04-04 | Remove unused imports | mathieui | |
(thanks eijebong) | |||
2014-04-01 | Fix #2453 (malformed stanzas with stupid plugins) | mathieui | |
remove xhtml prior to performing stuff | |||
2014-03-28 | Also document manual plugin load | mathieui | |
(why wasn’t that already here?) | |||
2014-03-28 | Add an IRC/biboumi plugin | mathieui | |
2014-03-27 | Remove useless "installation" parts from the plugin documentations | mathieui | |
2014-03-27 | Improve the alias plugin (save aliases, format strings, etc) | mathieui | |
2014-03-07 | Add a mention about poezio_gpg_export in the doc | mathieui | |
2014-02-24 | Remove the translate plugin (API has been broken for a long time) | mathieui | |
2014-02-22 | Remove the dependency on poezio from xhtml.py | Emmanuel Gil Peyrot | |