Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
It is tab-specific and off by default.
|
|
See https://github.com/afflux/pure-python-otr/issues/47
|
|
TODO (eventually):
- correct words when using “word*” or “*word” using levenshtein distance
- allow regular expressions for replacement
|
|
|
|
Like /link 1:10 to open the last 10 links
Fixes #2130
|
|
|
|
|
|
|
|
|
|
|
|
(and fix a possible traceback)
|
|
|
|
|
|
(bug introduced after a change in the attribute name)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it didn’t make anything crash, but still.
|
|
|
|
|
|
(use new default directory, install the plugins as a separate
python module…)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(use automodule directive & docstrings)
|
|
(with admin.py)
|
|
(it should be in an external tool, not _inside_ poezio)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
- 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
|