Age | Commit message (Expand) | Author |
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 |
2021-05-21 | muctab: Add a /request_voice for use in moderated rooms | Emmanuel Gil Peyrot |
2021-04-20 | fix: do not traceback on invalid jids in config.get_by_servname | mathieui |
2021-04-20 | fix: do not use get_by_tabname for muc colors | mathieui |
2021-04-19 | fix: do not log the whole stacktrace when a tab has no mam support | mathieui |
2021-04-17 | fix: allow certificate confirm dialog resize | mathieui |
2021-04-16 | fix: take newlines into account when completing stuff | mathieui |
2021-04-16 | fix: take newlines into account in input manipulation | mathieui |
2021-04-16 | fix: regression on /set | mathieui |
2021-04-16 | fix: handle /me message properly when logging | mathieui |
2021-04-16 | fix: pasting text in data forms and bookmarkstab | mathieui |
2021-04-16 | fix: /set: do not priorize section printing if we detect an option | mathieui |
2021-04-16 | fix: when detecting /set option = value, do the right thing | mathieui |
2021-04-16 | fix: composing indicators not showing (fix #3527) | mathieui |
2021-04-16 | internal: remove the xep-0319 implementation | mathieui |
2021-04-16 | fix: correction time in one to one tabs (fix #3532) | mathieui |
2021-04-16 | fix: split inactive chatstates from message in one to one tabs | mathieui |
2021-04-16 | fix: when sendingg a muc message, send the inactive chatstate apart | mathieui |
2021-04-16 | fix: available presences in tabs | mathieui |
2021-04-15 | fix: confirmtab not spawning | mathieui |
2021-04-15 | fix: tell pylint I know the curses module better | mathieui |
2021-04-15 | fix: handle single-line log files, and reentry into fd_busy | mathieui |
2021-04-15 | fix: make mypy happier | mathieui |
2021-04-15 | fix: /join with passwords | mathieui |
2021-04-15 | internal: add more annotation and remove unused attributes | mathieui |
2021-04-15 | internal: add a different class for UI messages | mathieui |
2021-04-15 | fix: display issue when changing show_timestamps value | mathieui |