summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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)
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