summaryrefslogtreecommitdiff
path: root/poezio/tabs/muctab.py
AgeCommit message (Expand)Author
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
2018-12-16self-ping: do not /cycle on timeout, log onlyGeorg Lukas
2018-12-15Allow additional information elements in MucInfoWin same as ConversationInfoWinMaxime “pep” Buquet
2018-10-18MUC fix for bad servers (#3430)mathieui
2018-09-25Cache highlighting regex in a lru.Emmanuel Gil Peyrot
2018-09-25Improve highlighing regex to deal with fancy nicknamesJonas Schäfer
2018-09-25Split highlight logic and UI changesMaxime “pep” Buquet
2018-08-18muctab: Create the last_talked compare lambda only once.Emmanuel Gil Peyrot
2018-08-17Add typing information and reformat stuffmathieui
2018-08-15Fix mypy errors, add type annotationsmathieui