Age | Commit message (Collapse) | Author |
|
(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
|
|
(if python had real closures, I would not need that)
|
|
And fix some imprecisions/mistakes in the help.
|
|
|
|
fix a TB in the MUC
fix the completion (no quotes)
add a timeout of 5 seconds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(also, per-tab option load_logs)
|
|
message.
|