Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-08 | Fixes #3552: Prevent traceback on unhandled tab type (Thanks tofu) | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-04-08 | fix: irc plugin defaults | mathieui | |
2022-04-07 | fix: better types, s/freenode/liberachat/ | mathieui | |
2022-04-07 | fix: irc plugin, remove login part and fix types | mathieui | |
(biboumi handles login and everything) | |||
2022-03-31 | Change license for (some previous and) future revisions to GPL-3.0-or-later | Maxime “pep” Buquet | |
From this revision on, all changes that were under the following authors' names are also under GPL-3.0-or-later, and not just future changes: - Maxime Buquet (or Maxime “pep” Buquet) Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-29 | plugins/marquee: Ensure a message is sent before correcting | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-28 | plugins/disco: get_items doesn't have a cached parameter | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-23 | plugins/upload: use correct tab attribute name | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-23 | plugins/upload: send encrypted if e2ee enabled on tab | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-23 | plugins/contact: use f-strings | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-23 | plugins/contact: Move error handling where the error actually happens | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-23 | internal: make command_say async | mathieui | |
2022-03-17 | plugins/b64: specify supported_tab_types; Fix type in plugin_e2ee | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-16 | plugins/b64: change encrypt signature, fix import order | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-03-16 | plugins/b64: adapt to E2EEPlugin.decrypt sign change | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2022-02-10 | Add a /sticker plugin | Emmanuel Gil Peyrot | |
This plugin currently uploads the selected sticker every time, to the HTTP File Upload service of the server (see XEP-0363), a future optimisation would be to use XEP-0231 instead, for better caching on the recipient side. It relies on a helper tool to select the wanted sticker inside the pack, a sample one is provided in tools/sticker-picker/, but it is not built by default. | |||
2021-12-22 | /disco plugin: Add error handling | Emmanuel Gil Peyrot | |
It was missing. | |||
2021-12-14 | /upload to original tab and not current tab (thanks jonas)" | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2021-12-11 | Replace asyncio.ensure_future() with asyncio.create_task() | Emmanuel Gil Peyrot | |
The latter function got introduced in Python 3.7, which is conveniently our MSPV, so let’s use that. | |||
2021-06-25 | fix: do not print a message on a muc not found | mathieui | |
as we will nott actually create the tab. | |||
2021-05-16 | fix: unsupported typ= parameter in OTR plugin | mathieui | |
still broken because of pycrypto though | |||
2021-05-16 | fix: unsupported typ= parameter in embed plugin | mathieui | |
2021-04-12 | fix: remove all remaining safejids (fix #3457) | mathieui | |
2021-04-02 | fix: forgotten tab names set | mathieui | |
2021-04-02 | fix: typing issues in plugins | mathieui | |
2021-04-02 | fix: forgotten gaptab constructor calls | mathieui | |
2021-02-27 | plugins: make set_bob async | mathieui | |
2021-02-17 | plugins: also update the admin plugin to reflect coroutine changes | mathieui | |
2021-02-16 | irc plugin: Fix the joining code | mathieui | |
Make things async | |||
2021-02-12 | Fix the quote plugin | mathieui | |
(broken when refactoring messages) | |||
2021-02-09 | plugins: add a user_extras plugin with PEP events | mathieui | |
2021-02-08 | plugins: fix case of self-message | mathieui | |
due to the recent change in conversation_msg | |||
2021-02-05 | link plugin: fix regex for aesgcm and add gemini&gopher | mathieui | |
2021-02-03 | plugins: remove callbacks | mathieui | |
2021-01-22 | plugins/contact: iterate all data forms, thx. mathieui | Georg Lukas | |
2021-01-02 | Add aesgcm:// urls to the /link plugin | mathieui | |
2020-12-26 | Update most references to dev.louiz.org to lab.louiz.org. | Emmanuel Gil Peyrot | |
Redmine is dead. | |||
2020-09-10 | Remove references to master | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-09-10 | plugins/untrackme: move logging to a less noisy place | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-09-08 | plugins/untrackme: invidio.us closed. Changed default instance | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-09-08 | plugins/untrackme: toggle display_corrections off | Maxime “pep” Buquet | |
Seems to work ok, and it's quite noisy in the information buffer. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-09-04 | plugins/code: Prevent traceback when not enough arguments -- thanks Ge0rG | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-08-14 | move date and time SHORT_FORMAT and LONG_FORMAT to the theme | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-08-14 | plugins/remove_get_trackers: add deprecation notice | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-08-14 | plugins/untrackme: docstring to map_services method | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-08-14 | plugins/untrackme: new plugin, based on remove_get_trackers | Maxime “pep” Buquet | |
Thanks Perdu for the original work! Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-08-09 | plugins/time_marker: use now required poezio.ui.types | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-08-09 | plugins/lastlog: adapt to use poezio.ui.types | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-06-15 | plugins/reorder: Don't serialize gaptabs as they're recreated automatically | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-06-15 | plugins/reorder: Ignore gaptab when parsing as they're recreated automatically | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> |