Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-29 | Add a logging option to the OTR plugin | Mathieu Pasquet | |
It is tab-specific and off by default. | |||
2013-12-28 | Workaround for an otr lib bug (plaintext messages without warning) | mathieui | |
See https://github.com/afflux/pure-python-otr/issues/47 | |||
2013-11-28 | Add an “autocorrect” plugin with a sed-like syntax | Mathieu Pasquet | |
TODO (eventually): - correct words when using “word*” or “*word” using levenshtein distance - allow regular expressions for replacement | |||
2013-11-26 | refactor the texts in core to be more readable and fix some typos | Mathieu Pasquet | |
2013-10-21 | Make the /link plugin accept a range | Florent Le Coz | |
Like /link 1:10 to open the last 10 links Fixes #2130 | |||
2013-10-06 | Fix #2356 (ping is blocking) | Mathieu Pasquet | |
2013-09-06 | Add the pointpoint plugin | Florent Le Coz | |
2013-08-18 | Fix /otr fpr and the remote user nick color | mathieui | |
2013-08-11 | Mark OTR messages as private (as in carbons) | mathieui | |
2013-08-07 | Documentation update | mathieui | |
2013-08-07 | Complete the documentation of the OTR plugin | mathieui | |
(and fix a possible traceback) | |||
2013-08-07 | Add the missing regex admin documentation | mathieui | |
2013-08-06 | Fix the same issue with the OTR plugin | mathieui | |
2013-08-06 | Don’t send the xhtml body with a gpg-encrypted message | mathieui | |
(bug introduced after a change in the attribute name) | |||
2013-08-05 | Add trust management to the OTR plugin (/otr trust|untrust) | mathieui | |
2013-08-05 | Add a new "drop" option to the OTR plugin (to drop the privkey) | mathieui | |
2013-08-04 | Notify properly in the OTR plugin when a message is received | mathieui | |
2013-08-04 | Add a helpful help for /otr | mathieui | |
2013-08-04 | Rewrite the OTR plugin to use pure-python-otr | mathieui | |
2013-08-02 | Fix #2300 (use re.sub in the replace plugin) | mathieui | |
2013-06-28 | IT’S CAPS LOCK DAY | Florent Le Coz | |
2013-06-18 | Add the stoi plugin | Florent Le Coz | |
2013-06-18 | Add a mirror plugin | Florent Le Coz | |
2013-06-16 | Fix a tb with the tell plugin on wrong input | mathieui | |
it didn’t make anything crash, but still. | |||
2013-06-09 | Fix the link of daemon.py in the doc | Florent Le Coz | |
2013-06-01 | Update caps after loading the ping plugin | mathieui | |
2013-05-26 | Update setup.py to use distutils | mathieui | |
(use new default directory, install the plugins as a separate python module…) | |||
2013-05-20 | Add the documentation for the /tell plugin | mathieui | |
2013-05-09 | Make the random_nick plugin work on "/nick RANDOM" as well | Florent Le Coz | |
2013-05-09 | Add a regex-admin plugin | mathieui | |
2013-05-06 | The name is poezio, not Poezio | Florent Le Coz | |
2013-05-06 | Add a nice marketing plugin | Florent Le Coz | |
2013-05-01 | Add a new replace_word plugin. | Florent Le Coz | |
2013-05-01 | Actually have a random nick ONLY when our nick is RANDOM | Florent Le Coz | |
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 | |