summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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)
2013-08-07Add the missing regex admin documentationmathieui
2013-08-06Fix the same issue with the OTR pluginmathieui
2013-08-06Don’t send the xhtml body with a gpg-encrypted messagemathieui
(bug introduced after a change in the attribute name)
2013-08-05Add trust management to the OTR plugin (/otr trust|untrust)mathieui
2013-08-05Add a new "drop" option to the OTR plugin (to drop the privkey)mathieui
2013-08-04Notify properly in the OTR plugin when a message is receivedmathieui
2013-08-04Add a helpful help for /otrmathieui
2013-08-04Rewrite the OTR plugin to use pure-python-otrmathieui
2013-08-02Fix #2300 (use re.sub in the replace plugin)mathieui
2013-06-28IT’S CAPS LOCK DAYFlorent Le Coz
2013-06-18Add the stoi pluginFlorent Le Coz
2013-06-18Add a mirror pluginFlorent Le Coz
2013-06-16Fix a tb with the tell plugin on wrong inputmathieui
it didn’t make anything crash, but still.
2013-06-09Fix the link of daemon.py in the docFlorent Le Coz
2013-06-01Update caps after loading the ping pluginmathieui
2013-05-26Update setup.py to use distutilsmathieui
(use new default directory, install the plugins as a separate python module…)
2013-05-20Add the documentation for the /tell pluginmathieui
2013-05-09Make the random_nick plugin work on "/nick RANDOM" as wellFlorent Le Coz
2013-05-09Add a regex-admin pluginmathieui
2013-05-06The name is poezio, not PoezioFlorent Le Coz
2013-05-06Add a nice marketing pluginFlorent Le Coz
2013-05-01Add a new replace_word plugin.Florent Le Coz
2013-05-01Actually have a random nick ONLY when our nick is RANDOMFlorent Le Coz
2013-05-01Add a new random_nick pluginFlorent Le Coz
2013-04-24Use ISO 8601 date format in the day_change pluginFlorent Le Coz
2013-04-13Move the plugins documentationmathieui
(use automodule directive & docstrings)
2013-04-12Start the plugin documentationmathieui
(with admin.py)
2013-03-31Remove the thread from the mpd_clientmathieui
(it should be in an external tool, not _inside_ poezio)
2013-03-18Revstr works in all conversation tabs now.Florent Le Coz
2013-03-17Add a timeout in the select() in mpd_clientmathieui
2013-03-11Send the tune only if ther is a change from the previous statemathieui
2013-03-11Stop broadcasting a tune if we are not playing (#1840)mathieui
2013-03-11Implement user-tune publishing in the mpd plugin (#1840)mathieui
2013-03-10missing space in the status pluginmathieui
2013-03-08Update the plugins to use the PluginAPImathieui
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-08Document with sphinx timed_events, common, and add methods to PluginAPImathieui
- add methods related to timed events to the PluginAPI - remove parse_command_args_to_alias because str.format does that, and better → update the alias plugin
2013-03-03Fix a bug in the status pluginmathieui
(if python had real closures, I would not need that)
2013-03-01Fix #2231 (update the plugins to use the new help system)mathieui
And fix some imprecisions/mistakes in the help.
2013-03-01Do not ping twice in private tabsmathieui