Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-01 | Add a new random_nick plugin | Florent Le Coz | |
2013-04-24 | Use ISO 8601 date format in the day_change plugin | Florent Le Coz | |
2013-04-13 | Move the plugins documentation | mathieui | |
(use automodule directive & docstrings) | |||
2013-04-12 | Start the plugin documentation | mathieui | |
(with admin.py) | |||
2013-03-31 | Remove the thread from the mpd_client | mathieui | |
(it should be in an external tool, not _inside_ poezio) | |||
2013-03-18 | Revstr works in all conversation tabs now. | Florent Le Coz | |
2013-03-17 | Add a timeout in the select() in mpd_client | mathieui | |
2013-03-11 | Send the tune only if ther is a change from the previous state | mathieui | |
2013-03-11 | Stop broadcasting a tune if we are not playing (#1840) | mathieui | |
2013-03-11 | Implement user-tune publishing in the mpd plugin (#1840) | mathieui | |
2013-03-10 | missing space in the status plugin | mathieui | |
2013-03-08 | Update the plugins to use the PluginAPI | mathieui | |
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-08 | Document with sphinx timed_events, common, and add methods to PluginAPI | mathieui | |
- 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-03 | Fix a bug in the status plugin | mathieui | |
(if python had real closures, I would not need that) | |||
2013-03-01 | Fix #2231 (update the plugins to use the new help system) | mathieui | |
And fix some imprecisions/mistakes in the help. | |||
2013-03-01 | Do not ping twice in private tabs | mathieui | |
2013-03-01 | Improve the ping plugin | mathieui | |
fix a TB in the MUC fix the completion (no quotes) add a timeout of 5 seconds | |||
2013-02-01 | Fix a traceback with the Ping plugin | mathieui | |
2013-01-05 | Update the gnupg wrapper - Fix #2162 | mathieui | |
2012-12-29 | Add a /display_corrections plugin. | Emmanuel Gil Peyrot | |
2012-12-18 | super useful plugin that does a revstr on your messages. | Florent Le Coz | |
2012-12-18 | super useful plugin that shuffles the message you send. | Florent Le Coz | |
2012-12-18 | super-useful plugin that duplicates the first word of a message | mathieui | |
2012-12-17 | Add a nice time_marker plugin. | Florent Le Coz | |
2012-12-16 | fix a traceback on /unload iq_show | mathieui | |
(also, per-tab option load_logs) | |||
2012-11-05 | Display an error and don’t send the message if gpg failed to encrypt a ↵ | Florent Le Coz | |
message. | |||
2012-10-22 | Make the Executor class reliable. | Florent Le Coz | |
Plugins do not need to escape the command arguments or remove the line breaks and care about how the will get parsed anymore, they just need to pass a list of args. Do not spawn an additional shell, for more clarity, simplicity and possibly security. | |||
2012-07-30 | Use pipes.quote instead of a string.replace in the link plugin. | Florent Le Coz | |
2012-07-07 | typo or something like that… | Florent Le Coz | |
2012-07-07 | Add a replace plugin. | Florent Le Coz | |
2012-07-07 | Prevent tracebacks in the mpd_client plugin | mathieui | |
Do not traceback when: - The song has no album - the song has no title - the song has no artist - the playlist is empty - mpd is not playing | |||
2012-07-05 | Properly quote the %(body)s and %(from)s used in the simple_notify plugin. | Florent Le Coz | |
2012-07-03 | Make /status comply with the command args rule | mathieui | |
- if there are more args than handled, no message will be set - fix the 'status' plugin accordingly | |||
2012-07-03 | Improve the simple_notify plugin and the daemon to execute a command to ↵ | Florent Le Coz | |
clean the notification and to execute the remote commands through sh -c, letting us use pipes and redirections. Also adds the highlight event for plugin, and make the simple_notify plugin use it as well. | |||
2012-05-29 | Fix the OTR plugin completion | mathieui | |
2012-05-19 | Make the alias plugin behave like documented. | mathieui | |
2012-05-13 | Use add_tab_command in the OTR plugin | mathieui | |
2012-05-13 | Use add_tab_command in the link plugin | mathieui | |
2012-05-13 | Use add_tab_command in the quote plugin | mathieui | |
2012-05-10 | Do not let figlet interpret - as args | mathieui | |
2012-05-09 | Make translate.py more customizable, and hide it for now | mathieui | |
2012-05-06 | Fix the /remind help | mathieui | |
2012-05-06 | Fix the ping plugin | mathieui | |
2012-05-05 | Add /mute to the admin plugin | mathieui | |
2012-05-05 | Remove useless stuff from the simple_notify plugin | mathieui | |
2012-05-05 | Use add_tab_command in the mpd client plugin | mathieui | |
2012-05-05 | Add an "Admin" plug-in that add several shortcuts for room administration | mathieui | |
2012-03-31 | Add a /tell plugin | mathieui | |
2012-03-30 | Fixes #2348 | mathieui | |
2012-03-25 | Add the OTR plugin | mathieui | |