summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2011-11-23/quote can now be used by specifiying only the seconds, then completing.Florent Le Coz
2011-11-23Remove TODO since this is done.Florent Le Coz
2011-11-23First argument of /quote can complete a nickname, to filter time results.Florent Le Coz
2011-11-23Add a quote plugin.Florent Le Coz
2011-11-18Use the new args parser in the alias pluginmathieui
2011-11-16Fix plugin statusmathieui
2011-11-15Use the new functions in reminder.pymathieui
2011-11-15Add a send_delayed plugins to send messages in some timemathieui
2011-11-15Add an iq_show pluginmathieui
2011-11-15Add a /ping command through a ping pluginmathieui
2011-11-14Make it possible to use 'm', 'h', and 'd' in the time for themathieui
2011-11-14Useful improvements for the reminder pluginmathieui
2011-11-14Fix mpd plugin (the colors)Florent Le Coz
2011-11-13Add a "reminder" plugin.mathieui
2011-11-13Add a setkey command for the /gpg command.Florent Le Coz
2011-11-13/gpg command lets you disable or force encryption.Florent Le Coz
2011-11-13Example for add_tab_command in the test pluginmathieui
2011-11-12Try to verify signatures with different hashes, and use always_trust.Florent Le Coz
2011-11-12Add a gpg command, doesn’t work yet.Florent Le Coz
2011-11-12a plugin can now add informations in ConversationTab’s InfoWin. And the GPG...Florent Le Coz
2011-11-12GPG now only send the encrypted data, not the full headers things. And it add...Florent Le Coz
2011-11-12GPG: encrypt and decrypt messages when possible.Florent Le Coz
2011-11-12Gpg module: send signed presences, and verify the signature in received prese...Florent Le Coz
2011-11-11Fix an issue with python3.2 (byte vs string) in gnupg module.Florent Le Coz
2011-11-11Create an empty gpg plugin, including a gnupg wrapper.Florent Le Coz
2011-11-10Exec plugin now executes the command in sh -c, allowing us to do some shell t...Florent Le Coz
2011-11-09Fix the test pluginmathieui
2011-11-09Same as previous commit, but with _saymathieui
2011-11-09Remove poezio_event_handler to keep only event_handlermathieui
2011-11-09Added the super-useful and popular pacokickmathieui
2011-11-08Make the rainbow plugin clean existing colors before adding the new colors.Florent Le Coz
2011-11-08Should fix day_change pluginmathieui
2011-11-07Activate figlet plugin in private and conversation tabsmathieui
2011-11-07Typomathieui
2011-11-07Add a funny rainbow plugin, mainly to test some plugin hooks.Florent Le Coz
2011-11-06Super-useful figlet pluginmathieui
2011-11-06Actually use the port option for the port…Florent Le Coz
2011-11-06do not catch errors, actually, since there’s a bug in the mpd lib with pyth...Florent Le Coz
2011-11-06typoFlorent Le Coz
2011-11-06mpd plugins now accepts a password and catches some errors.Florent Le Coz
2011-11-06add a mpd pluginFlorent Le Coz
2011-10-29Add a plugin for /status aliasesmathieui
2011-10-29Fix the url matching in the link pluginFlorent Le Coz
2011-10-29Remove the information() call in the link pluginFlorent Le Coz
2011-10-29add the link pluginFlorent Le Coz
2011-10-02Alias plugin. Fixes #1523mathieui
2011-10-01Added a connect() function to the plugins API, for internal eventmathieui
2011-10-01Update translate for the new MUC roomTodd Eisenberger
2011-09-27Add day_change plugin, make translate update right awayTodd Eisenberger
2011-09-25exec pluginFlorent Le Coz