Age | Commit message (Expand) | Author |
2022-04-08 | Fixes #3552: Prevent traceback on unhandled tab type (Thanks tofu) | Maxime “pep” Buquet |
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 |
2022-03-31 | Change license for (some previous and) future revisions to GPL-3.0-or-later | Maxime “pep” Buquet |
2022-03-29 | plugins/marquee: Ensure a message is sent before correcting | Maxime “pep” Buquet |
2022-03-28 | plugins/disco: get_items doesn't have a cached parameter | Maxime “pep” Buquet |
2022-03-23 | plugins/upload: use correct tab attribute name | Maxime “pep” Buquet |
2022-03-23 | plugins/upload: send encrypted if e2ee enabled on tab | Maxime “pep” Buquet |
2022-03-23 | plugins/contact: use f-strings | Maxime “pep” Buquet |
2022-03-23 | plugins/contact: Move error handling where the error actually happens | Maxime “pep” Buquet |
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 |
2022-03-16 | plugins/b64: change encrypt signature, fix import order | Maxime “pep” Buquet |
2022-03-16 | plugins/b64: adapt to E2EEPlugin.decrypt sign change | Maxime “pep” Buquet |
2022-02-10 | Add a /sticker plugin | Emmanuel Gil Peyrot |
2021-12-22 | /disco plugin: Add error handling | Emmanuel Gil Peyrot |
2021-12-14 | /upload to original tab and not current tab (thanks jonas)" | Maxime “pep” Buquet |
2021-12-11 | Replace asyncio.ensure_future() with asyncio.create_task() | Emmanuel Gil Peyrot |
2021-06-25 | fix: do not print a message on a muc not found | mathieui |
2021-05-16 | fix: unsupported typ= parameter in OTR plugin | mathieui |
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 |
2021-02-12 | Fix the quote plugin | mathieui |
2021-02-09 | plugins: add a user_extras plugin with PEP events | mathieui |
2021-02-08 | plugins: fix case of self-message | mathieui |
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 |
2020-09-10 | Remove references to master | Maxime “pep” Buquet |
2020-09-10 | plugins/untrackme: move logging to a less noisy place | Maxime “pep” Buquet |
2020-09-08 | plugins/untrackme: invidio.us closed. Changed default instance | Maxime “pep” Buquet |
2020-09-08 | plugins/untrackme: toggle display_corrections off | Maxime “pep” Buquet |
2020-09-04 | plugins/code: Prevent traceback when not enough arguments -- thanks Ge0rG | Maxime “pep” Buquet |
2020-08-14 | move date and time SHORT_FORMAT and LONG_FORMAT to the theme | Maxime “pep” Buquet |
2020-08-14 | plugins/remove_get_trackers: add deprecation notice | Maxime “pep” Buquet |
2020-08-14 | plugins/untrackme: docstring to map_services method | Maxime “pep” Buquet |
2020-08-14 | plugins/untrackme: new plugin, based on remove_get_trackers | Maxime “pep” Buquet |
2020-08-09 | plugins/time_marker: use now required poezio.ui.types | Maxime “pep” Buquet |
2020-08-09 | plugins/lastlog: adapt to use poezio.ui.types | Maxime “pep” Buquet |
2020-06-15 | plugins/reorder: Don't serialize gaptabs as they're recreated automatically | Maxime “pep” Buquet |
2020-06-15 | plugins/reorder: Ignore gaptab when parsing as they're recreated automatically | Maxime “pep” Buquet |