summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2014-10-27Prevent a (harmless) traceback while generating the documentationmathieui
2014-10-20Change the API of Config.get_by_tabnamemathieui
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-13Document the before_quote and the after_quote options of the quotemathieui
plugin
2014-10-12Give feedback on the OTR commands in the current tabmathieui
instead of the global info buffer
2014-10-12Add a notification in the OTR plugin if the session isn't establishedmathieui
With a timeout option that lets the user choose the timeout and if they want this notification.
2014-09-26Update OTR documentationmathieui
2014-09-17Fix #2581 (fix /untell completion)mathieui
2014-07-09Fix #2546 (ugly tb with the gpg plugin)mathieui
2014-07-05Make the thread from the cmd_plugin be a daemonFlorent Le Coz
Without it, poezio never exits when the plugin is loaded Thanks to xunien fix #2542
2014-07-05Add the pipe_cmd pluginFlorent 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-26Use xdg-open by default in the /link pluginAkim Sadaoui
fix #2550
2014-06-14fix a tb in the otr pluginmathieui
2014-05-25Fix a regression that prevented beeps with OTR messagesmathieui
2014-05-22Fix the color of OTR conversations in private chatsmathieui
2014-05-19End all otr conversations when the plugins is unloader (or poezio exits)mathieui
2014-05-18Make the otr plugin messages use the information colormathieui
2014-05-17Do not autocorrect when the remote entity does not support correctionmathieui
2014-05-02Fix an infinite recursion error on recursive aliasesmathieui
2014-04-30Fix #2282 (change the terminal title depending on the tab name)mathieui
- change_title plugin
2014-04-30Remove Tab.get_name() and use Tab.name insteadmathieui
(keep a get_name() fallback just in case for now)
2014-04-30Fix #2447 (OTR & HTML) -- partial WONTFIXmathieui
- 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-22Update the alias pluginmathieui
- 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-20Do not reload unaliased aliasesmathieui
TODO: implement the remove_option method from configparser
2014-04-17Do not lock on the “composing” chat state with otrmathieui
might send too many stanzas when send_chat_states is false, but I don’t care.
2014-04-10Fix #2500 (better “C’est toi le”)mathieui
Thanks, anonymous contributor
2014-04-04Remove unused importsmathieui
(thanks eijebong)
2014-04-01Fix #2453 (malformed stanzas with stupid plugins)mathieui
remove xhtml prior to performing stuff
2014-03-28Also document manual plugin loadmathieui
(why wasn’t that already here?)
2014-03-28Add an IRC/biboumi pluginmathieui
2014-03-27Remove useless "installation" parts from the plugin documentationsmathieui
2014-03-27Improve the alias plugin (save aliases, format strings, etc)mathieui
2014-03-07Add a mention about poezio_gpg_export in the docmathieui
2014-02-24Remove the translate plugin (API has been broken for a long time)mathieui
2014-02-22Remove the dependency on poezio from xhtml.pyEmmanuel Gil Peyrot
2014-02-19Update install instructions and fix a typomathieui
2014-02-12Add a fun spaces.py pluginFlorent Le Coz
2014-02-03Fix #2208 (time_marker shows an useless timestamp)mathieui
2014-02-03Don’t set our status to None on /unload gpgFlorent Le Coz
2014-02-03Log our own message with the otr plugin if configuredmathieui
2014-01-29Add a logging option to the OTR pluginMathieu Pasquet
It is tab-specific and off by default.
2013-12-28Workaround for an otr lib bug (plaintext messages without warning)mathieui
See https://github.com/afflux/pure-python-otr/issues/47
2013-11-28Add an “autocorrect” plugin with a sed-like syntaxMathieu Pasquet
TODO (eventually): - correct words when using “word*” or “*word” using levenshtein distance - allow regular expressions for replacement
2013-11-26refactor the texts in core to be more readable and fix some typosMathieu Pasquet
2013-10-21Make the /link plugin accept a rangeFlorent Le Coz
Like /link 1:10 to open the last 10 links Fixes #2130
2013-10-06Fix #2356 (ping is blocking)Mathieu Pasquet
2013-09-06Add the pointpoint pluginFlorent Le Coz
2013-08-18Fix /otr fpr and the remote user nick colormathieui
2013-08-11Mark OTR messages as private (as in carbons)mathieui
2013-08-07Documentation updatemathieui
2013-08-07Complete the documentation of the OTR pluginmathieui
(and fix a possible traceback)