Age | Commit message (Expand) | Author |
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 |
2012-03-09 | Replace /load with /load_db in AI plugin… | mathieui |
2012-03-09 | Add a recreational « AI » plugin | mathieui |
2012-02-24 | Fixes #2335 | mathieui |
2012-02-14 | Fixes #2326 | mathieui |
2012-02-09 | Remove some debugging prints | mathieui |
2012-02-07 | Add a /amsg plugin | mathieui |
2012-01-29 | Do not traceback when /gpg outside a ConversationTab | mathieui |
2012-01-26 | Fix the alias plugin | mathieui |
2012-01-26 | And add the missing files. | Florent Le Coz |
2011-11-23 | /quote can now be used by specifiying only the seconds, then completing. | Florent Le Coz |
2011-11-23 | Remove TODO since this is done. | Florent Le Coz |
2011-11-23 | First argument of /quote can complete a nickname, to filter time results. | Florent Le Coz |
2011-11-23 | Add a quote plugin. | Florent Le Coz |
2011-11-18 | Use the new args parser in the alias plugin | mathieui |
2011-11-16 | Fix plugin status | mathieui |
2011-11-15 | Use the new functions in reminder.py | mathieui |
2011-11-15 | Add a send_delayed plugins to send messages in some time | mathieui |
2011-11-15 | Add an iq_show plugin | mathieui |
2011-11-15 | Add a /ping command through a ping plugin | mathieui |
2011-11-14 | Make it possible to use 'm', 'h', and 'd' in the time for the | mathieui |
2011-11-14 | Useful improvements for the reminder plugin | mathieui |
2011-11-14 | Fix mpd plugin (the colors) | Florent Le Coz |
2011-11-13 | Add a "reminder" plugin. | mathieui |
2011-11-13 | Add 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-13 | Example for add_tab_command in the test plugin | mathieui |
2011-11-12 | Try to verify signatures with different hashes, and use always_trust. | Florent Le Coz |
2011-11-12 | Add a gpg command, doesn’t work yet. | Florent Le Coz |
2011-11-12 | a plugin can now add informations in ConversationTab’s InfoWin. And the GPG... | Florent Le Coz |
2011-11-12 | GPG now only send the encrypted data, not the full headers things. And it add... | Florent Le Coz |
2011-11-12 | GPG: encrypt and decrypt messages when possible. | Florent Le Coz |
2011-11-12 | Gpg module: send signed presences, and verify the signature in received prese... | Florent Le Coz |
2011-11-11 | Fix an issue with python3.2 (byte vs string) in gnupg module. | Florent Le Coz |
2011-11-11 | Create an empty gpg plugin, including a gnupg wrapper. | Florent Le Coz |
2011-11-10 | Exec plugin now executes the command in sh -c, allowing us to do some shell t... | Florent Le Coz |
2011-11-09 | Fix the test plugin | mathieui |