Age | Commit message (Expand) | Author |
2021-02-17 | muctab: use more coroutines in affiliation/role code | 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-09 | Remove activity/mood/gaming/tune from poezio core | mathieui |
2021-02-08 | Fix #3536: Only use JID in affiliation | mathieui |
2021-02-08 | plugins: fix case of self-message | mathieui |
2021-02-07 | /join: Fix autobookmarking | mathieui |
2021-02-07 | muctab: fix affiliation list command | mathieui |
2021-02-07 | core commands: make /last_activity async | Emmanuel Gil Peyrot |
2021-02-07 | core commands: remove all remaining usage of safeJID() | Emmanuel Gil Peyrot |
2021-02-05 | link plugin: fix regex for aesgcm and add gemini&gopher | mathieui |
2021-02-03 | plugins: remove callbacks | mathieui |
2021-02-03 | private/conversationtabs: update /version to be without callback | mathieui |
2021-02-03 | muc: remove callback for tab-specific /version | mathieui |
2021-02-03 | basetabs: remove useless check_features | mathieui |
2021-02-03 | muc: remove get_room_form hack and callbacks | mathieui |
2021-02-03 | invite: remove callback and force impromptu rooms to use mediated | mathieui |
2021-02-03 | core commands: remove uses of callback= | mathieui |
2021-02-03 | bookmarks: get rid of callbacks | mathieui |
2021-02-03 | Move roster commands to async, remove callbacks | mathieui |
2021-02-03 | basetabs: wrap coroutine commands in ensure_future | mathieui |
2021-02-03 | decorators: make decorators work with coroutines | mathieui |
2021-02-03 | Use async properly on session start | mathieui |
2021-01-30 | Dereference potential linked launch.sh file | kaliko |
2021-01-29 | Remove force_remote_bookmarks option | mathieui |
2021-01-29 | Use typing_extensions for TypedDict | mathieui |
2021-01-28 | Fix /destroy error cases | mathieui |
2021-01-28 | core: move initial commands in a separate files | mathieui |
2021-01-28 | Move get_error_message to common | mathieui |
2021-01-24 | Also receive self-message events in plugins | mathieui |
2021-01-24 | muctab: fix closing a tab not in bookmarks | mathieui |
2021-01-22 | plugins/contact: iterate all data forms, thx. mathieui | Georg Lukas |
2021-01-02 | Use schema.org properties for documentation, logo and screenshot. | Emmanuel Gil Peyrot |
2021-01-02 | Fix nick changes | mathieui |
2021-01-02 | Add aesgcm:// urls to the /link plugin | mathieui |
2021-01-02 | CI: pull slixmpp from gitlab | mathieui |
2021-01-01 | Add documentation, logo and screenshot to DOAP file. | Emmanuel Gil Peyrot |
2020-12-28 | Rework set_role() to use slixmpp. | Emmanuel Gil Peyrot |
2020-12-28 | Rework set_affiliation() to use slixmpp. | Emmanuel Gil Peyrot |
2020-12-28 | Prevent a traceback when the jid option isn’t a valid JID. | Emmanuel Gil Peyrot |
2020-12-28 | Add (back?) reason and altroom arguments for /destroy_room. | Emmanuel Gil Peyrot |
2020-12-28 | xmltab: Add some types. | Emmanuel Gil Peyrot |
2020-12-28 | xmltab: Remove safeJID(). | Emmanuel Gil Peyrot |
2020-12-27 | Trim all messages by 24 bytes on 64-bit systems | Emmanuel Gil Peyrot |
2020-12-26 | Stop displaying the traceback when /xhtml fails. | Emmanuel Gil Peyrot |
2020-12-26 | Fix a warning when running tests. | Emmanuel Gil Peyrot |
2020-12-26 | Update most references to dev.louiz.org to lab.louiz.org. | Emmanuel Gil Peyrot |
2020-12-17 | plugins: do not fire private_msg event on own messages | mathieui |
2020-12-17 | plugins: do not fire conversation_msg event on own messages | mathieui |