summaryrefslogtreecommitdiff
path: root/poezio/tabs/muctab.py
AgeCommit message (Expand)Author
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
2020-05-24Add a /leave commandEmmanuel Gil Peyrot
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
2020-05-17Fix highlight navigationmathieui
2020-05-09affiliations: Use InfoMessage in add_message callMaxime “pep” Buquet
2020-05-09Don't highlight on reflected messagesMaxime “pep” Buquet
2020-05-09Ensure muc history messages are considered historyMaxime “pep” Buquet
2020-05-09Fix highlights by introducing a delayed property on ui.types.MessageMaxime “pep” Buquet
2020-05-09WIP: update muctab.add/log messagemathieui
2020-05-09Pass a message to add_message instead of messed up kwargs everywheremathieui
2020-05-07affiliation: fix usage string and add documentationMaxime “pep” Buquet
2020-04-22[ci skip] Add TODOs re #3314Maxime “pep” Buquet
2020-04-15affiliations: fix traceback when displaying outcast usersMaxime “pep” Buquet
2020-04-15affiliations: display all relevant pieces of information we getMaxime “pep” Buquet
2020-04-05/correct: send new-style LMCMaxime “pep” Buquet
2020-04-05Read newer LMC rulesMaxime “pep” Buquet
2020-03-29affiliations: correctly refresh windowMaxime “pep” Buquet
2020-03-29Fix #2280: Allow /affiliation to list all affiliationsMaxime “pep” Buquet
2019-09-05Reorganize MAMroot
2019-09-02Only check for 110 to know if the presence is oursMaxime “pep” Buquet
2019-08-26Added action parameter in mam_scroll, so that MAM query made on join (or any ...root
2019-08-22Added MAM query on join of MUC, earlier it was only there for auto-join groupsMadhur Garg
2019-04-28MucTab: Replace tab.name with tab.jid where appropriateMaxime “pep” Buquet
2019-04-19Refresh tab when information element is added or removedMaxime “pep” Buquet
2019-04-08Revert work on tabs module to change tab.name to JID.Maxime “pep” Buquet
2019-04-07safeJID: Remove some safeJID callsMaxime “pep” Buquet
2019-03-20's/an user/a user/g'Maxime “pep” Buquet
2019-03-19Change 'his/her' to 'their'Kim Alvefur
2019-03-17MUC: update the presence window after each ~10 incoming presencesGeorg Lukas
2019-03-17self-ping: match error responses to XEP-0410Georg Lukas
2019-02-05muctab: fix command_affiliation docstringMaxime “pep” Buquet
2019-01-22Fix syntax errors in the previous commit.Emmanuel Gil Peyrot
2019-01-22Store get_theme() in a variable in each function, to avoid redundant calls.Emmanuel Gil Peyrot