summaryrefslogtreecommitdiff
path: root/poezio/tabs
AgeCommit message (Expand)Author
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
2020-05-17Fix highlight navigationmathieui
2020-05-10Move /deny and /remove to global scope as wellmathieui
2020-05-09Move the deny_anonymous decorator to the poezio.decorators modulemathieui
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-09Fix a bug when using /dump in xmltabmathieui
2020-05-09WIP: update muctab.add/log messagemathieui
2020-05-09Pass a message to add_message instead of messed up kwargs everywheremathieui
2020-05-09Rewrite part of the message handling/renderingmathieui
2020-05-09Move message rendering code to Message.render()mathieui
2020-05-08PrivateTab: extract NS contantMaxime “pep” Buquet
2020-05-08Chatstates: add <x/> in MUC-PMsMaxime “pep” Buquet
2020-05-08Revert "Revert "tabs/privatetab: Fixes #3491: Add MUC <x/> marker in MUC-PMs....Maxime “pep” Buquet
2020-05-07affiliation: fix usage string and add documentationMaxime “pep” Buquet
2020-05-01Fix #3518: Add no-store hint to CSNMaxime “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-29cElementTree has been deprecated since Python 3.3 and removed in Python 3.9.Karthikeyan Singaravelan