Age | Commit message (Expand) | Author |
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-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-02 | Fix nick changes | mathieui |
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-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 |
2020-12-12 | from __future__ import annotations | Emmanuel Gil Peyrot |
2020-12-12 | Don’t import Form (fixup from b3ed6cf44d08a9e7aea113d5788cc1eeaac9b405) | Emmanuel Gil Peyrot |
2020-12-12 | Use some of the new xep_0045 methods from slixmpp 1.6.0 | Emmanuel Gil Peyrot |
2020-12-12 | Use the new xep_0045 elements from slixmpp 1.6.0 | Emmanuel Gil Peyrot |
2020-10-09 | Revert previous commit, move loggging, fix type error | Maxime “pep” Buquet |
2020-10-09 | poezio/user: rework change_color to only log when necessary | Maxime “pep” Buquet |
2020-09-15 | Disco#info barejid instead of domain on sent carbons | Georg Lukas |
2020-08-14 | move date and time SHORT_FORMAT and LONG_FORMAT to the theme | Maxime “pep” Buquet |
2020-07-24 | windows/info_bar: Prevent UnboundLocalError. Thanks genofire | Maxime “pep” Buquet |
2020-07-16 | core/handlers: revert change in normal_message handler | Maxime “pep” Buquet |
2020-07-08 | MucTab: highlight on delayed and not history | Maxime “pep” Buquet |
2020-06-24 | core/commands: code style fixes | Maxime “pep” Buquet |
2020-06-24 | core/commands: use named parameters in _add_bookmarks to make things explicit | Maxime “pep” Buquet |
2020-06-24 | bookmarks: ensure nick is added when to bookmark when specified | Maxime “pep” Buquet |
2020-06-24 | MucTab: Ensure bookmark exists before removing it in /close | Maxime “pep” Buquet |
2020-06-09 | Rename /leave into /close, and deprecate /leave | Emmanuel Gil Peyrot |
2020-06-01 | mypy: Reduce errors on muctab.py by a lot | mathieui |
2020-06-01 | mypy: type more strictly common.py | mathieui |
2020-06-01 | Add a shlex pyi (based on upstream) | mathieui |
2020-06-01 | mypy: Make multiuserchat.py pass --strict | mathieui |
2020-06-01 | mypy: Make decorators.py pass --strict | mathieui |
2020-05-31 | Update version to 0.13.1v0.13.1 | mathieui |
2020-05-31 | Revert "Bookmarks: type bookmark method (local/remote)" | Maxime “pep” Buquet |