index
:
poezio
ci-test
keepalive-log
main
new-tabs
no-resource
pubsub
roezio
self-ping
slix
slots_test
test-ci
v0.12-fixes
v0.8-fixes
xdg-desktop-portal
console XMPP client in python3
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
poezio
/
tabs
/
muctab.py
Age
Commit message (
Expand
)
Author
2021-04-15
fix: display issue when changing show_timestamps value
mathieui
2021-04-11
typing: fix a bunch of type errors
mathieui
2021-04-11
feature: add a mam_sync_limit tab option
mathieui
2021-04-11
internal: make mam_sync and use_log use tab-specific options
mathieui
2021-04-11
internal: make the MAMFiller an attribute of ChatTabs
mathieui
2021-04-11
feature: Add a MAM history filler
mathieui
2021-04-11
feature: add a log loader class
mathieui
2021-04-11
fix: when disconnected, do not send a new ping event
mathieui
2021-04-08
fix: beep_on was broken with config changes
mathieui
2021-04-02
logging: Remove the "typ" passing when adding or logging messages
mathieui
2021-04-02
fix: ignore last_sent_message type
mathieui
2021-04-02
fix: unify log_message signature
mathieui
2021-04-02
fix: uniformize command_say signature
mathieui
2021-04-02
fix: tons of type errors
mathieui
2021-04-02
refactor: rewrite config.get() to getbool, getstr, getint…
mathieui
2021-03-20
muctab: await /invite
Emmanuel Gil Peyrot
2021-03-13
fix: do not crash on /recolor
mathieui
2021-03-13
Add missing ensure_future to bookmarks.save() calls
mathieui
2021-02-27
muctab: remove unused imports
Emmanuel Gil Peyrot
2021-02-27
muc: use slixmpp 0045 plugin to set subject
Emmanuel Gil Peyrot
2021-02-17
muc: remove non-deterministic nick colors
mathieui
2021-02-17
muctab: use more coroutines in affiliation/role code
mathieui
2021-02-08
Fix #3536: Only use JID in affiliation
mathieui
2021-02-07
muctab: fix affiliation list command
mathieui
2021-02-03
muc: remove callback for tab-specific /version
mathieui
2021-02-03
muc: remove get_room_form hack and callbacks
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-12
from __future__ import annotations
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-07-08
MucTab: highlight on delayed and not history
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-05-28
Fix an issue on join when the room has no MAM support
mathieui
2020-05-25
Only send an unavailable presence on closing a muc if we are joined
mathieui
2020-05-24
Merge branch 'affiliations-jid' into 'master'
Link Mauve
2020-05-24
MucTab /affiliation: Add MUC jid in output for context
Maxime “pep” Buquet
2020-05-24
MucTab /leave: toggle off autojoin instead of removing bookmark
Maxime “pep” Buquet
2020-05-24
Make /affiliation display in the info win, not in the muc win
Emmanuel Gil Peyrot
2020-05-24
Rename bookmark_on_join to synchronise_open_rooms
Emmanuel Gil Peyrot
2020-05-24
Add a /leave command
Emmanuel Gil Peyrot
2020-05-23
ChatTab: make set text_win in constructor (typing)
mathieui
2020-05-23
Convert all datetimes to UTC when doing comparisons
mathieui
2020-05-23
Fix some edge cases of MAM history fetch
mathieui
2020-05-23
MAM: many changes
mathieui
2020-05-23
Textbuffer: add "find last message" function
mathieui
[next]