Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-28 | xmltab: Add some types. | Emmanuel Gil Peyrot | |
2020-12-28 | xmltab: Remove safeJID(). | Emmanuel Gil Peyrot | |
2020-12-27 | Trim all messages by 24 bytes on 64-bit systems | Emmanuel Gil Peyrot | |
Message was redefining the slots of its parent class, which allocates them twice and we don’t want that. | |||
2020-12-26 | Stop displaying the traceback when /xhtml fails. | Emmanuel Gil Peyrot | |
Also make the except more restrictive. Fixes #3514. | |||
2020-12-17 | plugins: do not fire private_msg event on own messages | mathieui | |
2020-12-17 | plugins: do not fire conversation_msg event on own messages | mathieui | |
2020-12-12 | from __future__ import annotations | Emmanuel Gil Peyrot | |
Now that our baseline is Python 3.7, we can rely on type annotations to be lazily evaluated. | |||
2020-12-12 | Don’t import Form (fixup from b3ed6cf44d08a9e7aea113d5788cc1eeaac9b405) | Emmanuel Gil Peyrot | |
2020-12-12 | Use some of the new xep_0045 methods from slixmpp 1.6.0 | Emmanuel Gil Peyrot | |
2020-12-12 | Use the new xep_0045 elements from slixmpp 1.6.0 | Emmanuel Gil Peyrot | |
2020-10-09 | Revert previous commit, move loggging, fix type error | Maxime “pep” Buquet | |
This reverts commit 627f751e0c00c0f208e0688698d90a0c186b435b. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-10-09 | poezio/user: rework change_color to only log when necessary | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-09-15 | Disco#info barejid instead of domain on sent carbons | Georg Lukas | |
This is the counter-part to 5e404377d4eb1b80b81be91d75e12300c40b354c for "sent" carbons. Signed-off-by: Georg Lukas <georg@op-co.de> | |||
2020-08-14 | move date and time SHORT_FORMAT and LONG_FORMAT to the theme | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-07-24 | windows/info_bar: Prevent UnboundLocalError. Thanks genofire | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-07-16 | core/handlers: revert change in normal_message handler | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-07-08 | MucTab: highlight on delayed and not history | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-06-24 | core/commands: code style fixes | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-06-24 | core/commands: use named parameters in _add_bookmarks to make things explicit | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-06-24 | bookmarks: ensure nick is added when to bookmark when specified | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-06-24 | MucTab: Ensure bookmark exists before removing it in /close | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-06-09 | Rename /leave into /close, and deprecate /leave | Emmanuel Gil Peyrot | |
2020-06-01 | mypy: Reduce errors on muctab.py by a lot | mathieui | |
2020-06-01 | mypy: type more strictly common.py | mathieui | |
2020-06-01 | Add a shlex pyi (based on upstream) | mathieui | |
2020-06-01 | mypy: Make multiuserchat.py pass --strict | mathieui | |
2020-06-01 | mypy: Make decorators.py pass --strict | mathieui | |
2020-05-31 | Update version to 0.13.1v0.13.1 | mathieui | |
And remove some annoying logic | |||
2020-05-31 | Revert "Bookmarks: type bookmark method (local/remote)" | Maxime “pep” Buquet | |
This reverts commit 91831e7903bac287be9e5403e56b07691151f1ab. Breaks python 3.7 ..-. .- .. - -.-. .... .. . .-. | |||
2020-05-31 | Merge branch 'type-bookmarks' into 'master' | Maxime Buquet | |
Type bookmarks See merge request poezio/poezio!138 | |||
2020-05-31 | BookmarksTab: harmonize Info message | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-31 | Bookmarks: type bookmark method (local/remote) | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-29 | Fix a traceback after a received MUC message | mathieui | |
"highlight referenced before assignment" | |||
2020-05-28 | Fix an issue on join when the room has no MAM support | mathieui | |
The value of the "seconds" attribute was borked, resulting in a traceback. | |||
2020-05-28 | Properly refresh the bookmarks method in the bookmarks tab | mathieui | |
… … … | |||
2020-05-28 | Only add autojoin to a bookmark on creation if the room is not bookmarked | mathieui | |
With synchronise_open_rooms, otherwise you just have autojoin added everytime, which is probably not what you want. | |||
2020-05-25 | Do not add the date in history messages from the current day | mathieui | |
2020-05-25 | Only send an unavailable presence on closing a muc if we are joined | mathieui | |
Fixes #3397 | |||
2020-05-25 | Fix mam own nick in one to one tabs | mathieui | |
Also do a config.get for each received MAM message, that is not efficient or useful. | |||
2020-05-24 | Do not degrade colors for terminals supporting more than 256 | mathieui | |
2020-05-24 | Add a check for terminals not supporting 256 colors | mathieui | |
2020-05-24 | Checks whether the gaming payload is empty or not | Emmanuel 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-24 | Merge branch 'affiliations-jid' into 'master' | Link Mauve | |
MucTab /affiliation: Add MUC jid in output for context See merge request poezio/poezio!116 | |||
2020-05-24 | MucTab /affiliation: Add MUC jid in output for context | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-24 | MucTab /leave: toggle off autojoin instead of removing bookmark | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-24 | Merge branch 'next-version-0.14' into 'master' | mathieui | |
Update version numbers See merge request poezio/poezio!114 | |||
2020-05-24 | Update version numbers | mathieui | |
2020-05-24 | Make /affiliation display in the info win, not in the muc win | Emmanuel Gil Peyrot | |
2020-05-24 | Update version to 0.13v0.13 | mathieui | |
2020-05-24 | Rename bookmark_on_join to synchronise_open_rooms | Emmanuel Gil Peyrot | |
Also add some more documentation about it. |