summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Collapse)Author
2020-07-08MucTab: highlight on delayed and not historyMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-06-24core/commands: code style fixesMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-06-24core/commands: use named parameters in _add_bookmarks to make things explicitMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-06-24bookmarks: ensure nick is added when to bookmark when specifiedMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-06-24MucTab: Ensure bookmark exists before removing it in /closeMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-06-09Rename /leave into /close, and deprecate /leaveEmmanuel Gil Peyrot
2020-06-01mypy: Reduce errors on muctab.py by a lotmathieui
2020-06-01mypy: type more strictly common.pymathieui
2020-06-01Add a shlex pyi (based on upstream)mathieui
2020-06-01mypy: Make multiuserchat.py pass --strictmathieui
2020-06-01mypy: Make decorators.py pass --strictmathieui
2020-05-31Update version to 0.13.1v0.13.1mathieui
And remove some annoying logic
2020-05-31Revert "Bookmarks: type bookmark method (local/remote)"Maxime “pep” Buquet
This reverts commit 91831e7903bac287be9e5403e56b07691151f1ab. Breaks python 3.7 ..-. .- .. - -.-. .... .. . .-.
2020-05-31Merge branch 'type-bookmarks' into 'master'Maxime Buquet
Type bookmarks See merge request poezio/poezio!138
2020-05-31BookmarksTab: harmonize Info messageMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-31Bookmarks: type bookmark method (local/remote)Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-29Fix a traceback after a received MUC messagemathieui
"highlight referenced before assignment"
2020-05-28Fix an issue on join when the room has no MAM supportmathieui
The value of the "seconds" attribute was borked, resulting in a traceback.
2020-05-28Properly refresh the bookmarks method in the bookmarks tabmathieui
… … …
2020-05-28Only add autojoin to a bookmark on creation if the room is not bookmarkedmathieui
With synchronise_open_rooms, otherwise you just have autojoin added everytime, which is probably not what you want.
2020-05-25Do not add the date in history messages from the current daymathieui
2020-05-25Only send an unavailable presence on closing a muc if we are joinedmathieui
Fixes #3397
2020-05-25Fix mam own nick in one to one tabsmathieui
Also do a config.get for each received MAM message, that is not efficient or useful.
2020-05-24Do not degrade colors for terminals supporting more than 256mathieui
2020-05-24Add a check for terminals not supporting 256 colorsmathieui
2020-05-24Checks whether the gaming payload is empty or notEmmanuel Gil Peyrot
Fixes a long-standing bug where a gaming stop event would be interpreted as starting a game. Also does the same for mood, activity and tune.
2020-05-24Merge branch 'affiliations-jid' into 'master'Link Mauve
MucTab /affiliation: Add MUC jid in output for context See merge request poezio/poezio!116
2020-05-24MucTab /affiliation: Add MUC jid in output for contextMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-24MucTab /leave: toggle off autojoin instead of removing bookmarkMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-24Merge branch 'next-version-0.14' into 'master'mathieui
Update version numbers See merge request poezio/poezio!114
2020-05-24Update version numbersmathieui
2020-05-24Make /affiliation display in the info win, not in the muc winEmmanuel Gil Peyrot
2020-05-24Update version to 0.13v0.13mathieui
2020-05-24Rename bookmark_on_join to synchronise_open_roomsEmmanuel Gil Peyrot
Also add some more documentation about it.
2020-05-24Merge branch 'command-leave' into 'master'mathieui
Add a /leave command See merge request poezio/poezio!109
2020-05-24Add a /leave commandEmmanuel Gil Peyrot
This is the other side of /join when bookmark_on_join is set to true. It lets the user easily leave a bookmarked MUC from all of their clients at once.
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-23Fix types in text_buffermathieui
2020-05-23Fix typing in mam.pymathieui
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
- Wait until we receive our own MUC presence to fetch history - Fix /reconnect weirdness
2020-05-23Fix some remaining refresh issuesmathieui
2020-05-23Add an "end of archive" message typemathieui
2020-05-23MAM: many changesmathieui
- Fix color & nicks in one to one chats - Make poezio-facing functions "schedules" to avoid races on tab query state - Rename functions - Use a different behavior when filling a history gap and populating a new tab in a MUC
2020-05-23Textbuffer: add "find last message" functionmathieui
2020-05-23Core: dedup some codemathieui
2020-05-23Remove "top" message logicmathieui