summaryrefslogtreecommitdiff
path: root/plugins/replace.py
AgeCommit message (Collapse)Author
2019-11-19Replace the %date% output with Year-Month-Daylouiz’
Instead of some locale-specific format
2019-04-28plugins: Update use of tab.name to tab.jid where appropriateMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-04-08Revert work on tabs module to change tab.name to JID.Maxime “pep” Buquet
This reverts commits: d693479d05f1ada999c0e29a9d9e2f021dd59e50 2d0cc092fcd154b2d14be0c5ac0ff338607824a0 89a61b84bdb29d3df8c08436c3484fddba8d2ef1 8194d9afbdec2daa1377e07ebb26bb99406473d0 e256c31875c8b67d85fe30d3e2c14c896066657a a21335ac171a827a613dcce744898e822689c9d3 c96e528a8fd1313f75cb792a8e4826fbcfde1bec 0551867bfdb8dfa7dbd5964a15a1a950510e2c71 6ab49c188a6e5bb95773165f0bdbd672b41c8c81
2019-04-08Fix tab.name not being a string by calling the right propertyMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-03-19Fix various spelling mistakes throughout the codeKim Alvefur
2018-08-15yapf -rip on pluginsmathieui
2016-06-28Make plugins import from the absolute poezio package.Emmanuel Gil Peyrot
2014-07-24Use slixmppFlorent Le Coz
2014-03-27Remove useless "installation" parts from the plugin documentationsmathieui
2013-08-02Fix #2300 (use re.sub in the replace plugin)mathieui
2013-04-13Move the plugins documentationmathieui
(use automodule directive & docstrings)
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
2012-07-07typo or something like that…Florent Le Coz
2012-07-07Add a replace plugin.Florent Le Coz