Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2020-05-26 | plugins/display_corrections: Adapt to new poezio.ui API | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-26 | plugins/dice: Fix LMC (use origin id), reorganize things a bit to stop using ↵ | Maxime “pep” Buquet | |
tab.last_sent_message Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-26 | plugins/marquee: Fix LMC, use origin id | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-26 | plugins/marquee: Change space char to nbsp to troll other clients better | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-14 | plugins/reorder: fix GapTab serialization | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-12 | Fix an issue where the reorder plugin would not create gaps | mathieui | |
2020-05-12 | plugins/upload: handle more exceptions | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-09 | Pass a message to add_message instead of messed up kwargs everywhere | mathieui | |
Changes LOTS of things | |||
2020-04-16 | Merge branch 'disco-node' into 'master' | Link Mauve | |
plugins/disco: Add support for querying with a custom node. See merge request poezio/poezio!71 | |||
2020-04-15 | plugins/embed: correctly refresh window in Conversation*Tab | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-04-12 | plugins/upload: Use embed directly instead of populating input field | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-04-04 | plugin/display_corrections: prefer generator to list when looping | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-04-01 | reorder: group exception handling | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-04-01 | reorder: create GapTab if configured, when creating ConversationTab fails | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-04-01 | reorder: Create ConversationTabs when they don't exist | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-04-01 | reorder: Ensure valid JID | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> |