summaryrefslogtreecommitdiff
path: root/poezio/tabs/muctab.py
AgeCommit message (Expand)Author
2021-07-02fix: improve typingmathieui
2021-06-25fix: do not include the nick in affiliation changesmathieui
2021-05-21muctab: Add a /request_voice for use in moderated roomsEmmanuel Gil Peyrot
2021-04-20fix: do not use get_by_tabname for muc colorsmathieui
2021-04-16fix: take newlines into account when completing stuffmathieui
2021-04-16fix: when sendingg a muc message, send the inactive chatstate apartmathieui
2021-04-15fix: display issue when changing show_timestamps valuemathieui
2021-04-11typing: fix a bunch of type errorsmathieui
2021-04-11feature: add a mam_sync_limit tab optionmathieui
2021-04-11internal: make mam_sync and use_log use tab-specific optionsmathieui
2021-04-11internal: make the MAMFiller an attribute of ChatTabsmathieui
2021-04-11feature: Add a MAM history fillermathieui
2021-04-11feature: add a log loader classmathieui
2021-04-11fix: when disconnected, do not send a new ping eventmathieui
2021-04-08fix: beep_on was broken with config changesmathieui
2021-04-02logging: Remove the "typ" passing when adding or logging messagesmathieui
2021-04-02fix: ignore last_sent_message typemathieui
2021-04-02fix: unify log_message signaturemathieui
2021-04-02fix: uniformize command_say signaturemathieui
2021-04-02fix: tons of type errorsmathieui
2021-04-02refactor: rewrite config.get() to getbool, getstr, getint…mathieui
2021-03-20muctab: await /inviteEmmanuel Gil Peyrot
2021-03-13fix: do not crash on /recolormathieui
2021-03-13Add missing ensure_future to bookmarks.save() callsmathieui
2021-02-27muctab: remove unused importsEmmanuel Gil Peyrot
2021-02-27muc: use slixmpp 0045 plugin to set subjectEmmanuel Gil Peyrot
2021-02-17muc: remove non-deterministic nick colorsmathieui
2021-02-17muctab: use more coroutines in affiliation/role codemathieui
2021-02-08Fix #3536: Only use JID in affiliationmathieui
2021-02-07muctab: fix affiliation list commandmathieui
2021-02-03muc: remove callback for tab-specific /versionmathieui
2021-02-03muc: remove get_room_form hack and callbacksmathieui
2021-01-24muctab: fix closing a tab not in bookmarksmathieui
2021-01-02Fix nick changesmathieui
2020-12-28Rework set_role() to use slixmpp.Emmanuel Gil Peyrot
2020-12-28Rework set_affiliation() to use slixmpp.Emmanuel Gil Peyrot
2020-12-12from __future__ import annotationsEmmanuel Gil Peyrot
2020-12-12Use some of the new xep_0045 methods from slixmpp 1.6.0Emmanuel Gil Peyrot
2020-12-12Use the new xep_0045 elements from slixmpp 1.6.0Emmanuel Gil Peyrot
2020-07-08MucTab: highlight on delayed and not historyMaxime “pep” Buquet
2020-06-24MucTab: Ensure bookmark exists before removing it in /closeMaxime “pep” Buquet
2020-06-09Rename /leave into /close, and deprecate /leaveEmmanuel Gil Peyrot
2020-06-01mypy: Reduce errors on muctab.py by a lotmathieui
2020-05-28Fix an issue on join when the room has no MAM supportmathieui
2020-05-25Only send an unavailable presence on closing a muc if we are joinedmathieui
2020-05-24Merge branch 'affiliations-jid' into 'master'Link Mauve
2020-05-24MucTab /affiliation: Add MUC jid in output for contextMaxime “pep” Buquet
2020-05-24MucTab /leave: toggle off autojoin instead of removing bookmarkMaxime “pep” Buquet
2020-05-24Make /affiliation display in the info win, not in the muc winEmmanuel Gil Peyrot
2020-05-24Rename bookmark_on_join to synchronise_open_roomsEmmanuel Gil Peyrot