summaryrefslogtreecommitdiff
path: root/poezio/tabs
AgeCommit message (Expand)Author
2021-02-17muc: remove non-deterministic nick colorsmathieui
2021-02-17muctab: use more coroutines in affiliation/role codemathieui
2021-02-09Remove activity/mood/gaming/tune from poezio coremathieui
2021-02-08Fix #3536: Only use JID in affiliationmathieui
2021-02-07muctab: fix affiliation list commandmathieui
2021-02-03private/conversationtabs: update /version to be without callbackmathieui
2021-02-03muc: remove callback for tab-specific /versionmathieui
2021-02-03basetabs: remove useless check_featuresmathieui
2021-02-03muc: remove get_room_form hack and callbacksmathieui
2021-02-03bookmarks: get rid of callbacksmathieui
2021-02-03Move roster commands to async, remove callbacksmathieui
2021-02-03basetabs: wrap coroutine commands in ensure_futuremathieui
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-28xmltab: Add some types.Emmanuel Gil Peyrot
2020-12-28xmltab: Remove safeJID().Emmanuel Gil Peyrot
2020-12-26Stop displaying the traceback when /xhtml fails.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-08-14move date and time SHORT_FORMAT and LONG_FORMAT to the themeMaxime “pep” Buquet
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-31Merge branch 'type-bookmarks' into 'master'Maxime Buquet
2020-05-31BookmarksTab: harmonize Info messageMaxime “pep” Buquet
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
2020-05-24Merge branch 'command-leave' into 'master'mathieui
2020-05-24Add a /leave commandEmmanuel Gil Peyrot
2020-05-24Import Message in basetabsmathieui
2020-05-24Fix a type collision between Messagesmathieui
2020-05-23Remove remaining occurences of tab.last_stanza_idmathieui
2020-05-23ChatTab: make set text_win in constructor (typing)mathieui
2020-05-23Convert all datetimes to UTC when doing comparisonsmathieui
2020-05-23Fix some edge cases of MAM history fetchmathieui
2020-05-23MAM: many changesmathieui
2020-05-23Textbuffer: add "find last message" functionmathieui
2020-05-23Add specific types for own leave and joinmathieui
2020-05-20MucTab: add some typing to presence handlersMaxime “pep” Buquet
2020-05-20MucTab: Ignore presence from MUC barejidMaxime “pep” Buquet
2020-05-17Fix highlight display on correctionsmathieui