Age | Commit message (Expand) | Author |
2022-03-01 | impromptu: Ensure a room is empty before joining | Maxime “pep” Buquet |
2022-03-01 | plugin_e2ee: ignore mypy failures with passthrough metaclass param | Maxime “pep” Buquet |
2022-03-01 | plugin_e2ee: encrypt: also search tabs for barejids if not found | Maxime “pep” Buquet |
2022-03-01 | plugin_e2ee: don't fail on tab.jid if tab is None | Maxime “pep” Buquet |
2022-03-01 | plugin_e2ee: allow decrypt call to be async | Maxime “pep” Buquet |
2022-03-01 | fix: do not traceback on encrypted payloads without a tab open | mathieui |
2022-02-25 | clean: remove unused imports | mathieui |
2022-02-25 | internal: remove unused get_text_window | mathieui |
2022-02-25 | internal: make the other message handlers async | mathieui |
2022-02-25 | internal: move and split muc message handling | mathieui |
2022-02-25 | bookmark: Add logging on InvalidJid | Maxime “pep” Buquet |
2022-02-25 | bookmark nick: Treat empty string as no nick | Maxime “pep” Buquet |
2022-02-25 | Ensure /bookmark{,_local} and /join use the proper tab object | Maxime “pep” Buquet |
2022-02-15 | fix #3553: muclisttab not joining | mathieui |
2022-02-11 | fix default dataform field handling (#3554) | mathieui |
2022-02-10 | internal: use async events where possible | mathieui |
2022-02-10 | internal: add a trigger_async method for events | mathieui |
2022-02-06 | fix: remove fixes.has_identity which is now unused | mathieui |
2022-02-06 | internal: make most core.handlers async | mathieui |
2022-01-30 | muc: clear the users buffer even if we do not think we are connected | mathieui |
2022-01-30 | Try to guess CA bundle path | Maxime “pep” Buquet |
2022-01-29 | ci: fix mypy analysis | mathieui |
2022-01-29 | Fix /color completion | Bastien Orivel |
2021-12-25 | impromptu: pronounceable MUC names | Maxime “pep” Buquet |
2021-12-25 | Handle logging <destroy/> with no reason nor altroom | Maxime “pep” Buquet |
2021-12-24 | impromptu: add room jid in invite info message | Maxime “pep” Buquet |
2021-12-24 | impromptu: Wait for the self-presence to configure and invite | Maxime “pep” Buquet |
2021-12-24 | destroy_room: Allow empty altroom argument | Maxime “pep” Buquet |
2021-12-22 | Log <destroy/> payload in the info buffer | Maxime “pep” Buquet |
2021-12-11 | fix: do not crash on bookmarks without a nickname | Georg Lukas |
2021-12-11 | Replace asyncio.ensure_future() with asyncio.create_task() | Emmanuel Gil Peyrot |
2021-12-11 | Logger: consolidate a bit of file path creation | Georg Lukas |
2021-12-11 | Logger: jidstr is not a valid JID with MUC-PMs | Georg Lukas |
2021-11-16 | Avoid calling get_theme() more than once | Emmanuel Gil Peyrot |
2021-11-15 | Make message format more configurable around nicks | Emmanuel Gil Peyrot |
2021-11-15 | Add xmpp: URI support to the /join command | Emmanuel Gil Peyrot |
2021-08-07 | plugin_e2ee: handle empty args in /foo_state commands | Maxime “pep” Buquet |
2021-07-17 | plugin_e2ee: correctly pass realjid to decrypt call in MUC | Maxime “pep” Buquet |
2021-07-03 | fix: remove extra imports in text buffer | mathieui |
2021-07-03 | fix: do not use raw xml access for slix elements | mathieui |
2021-07-02 | fix: improve typing | mathieui |
2021-06-26 | fix: do not silently traceback on mucs without mam | mathieui |
2021-06-26 | fix: hack around the time limit for topic messages | mathieui |
2021-06-26 | fix: load less messages on startup/gap fill | mathieui |
2021-06-26 | fix: do not use re.match() on existing Pattern objects | mathieui |
2021-06-26 | fix: race condition in history load | mathieui |
2021-06-26 | fix: fallback to server jid in conversationtab | mathieui |
2021-06-25 | fix: do not include the nick in affiliation changes | mathieui |
2021-06-22 | Fix the message doubling situation | mathieui |
2021-05-25 | Fix: do not scroll right by default in dataforms/bookmark text | mathieui |