Commit graph

3940 commits

Author SHA1 Message Date
mathieui
eb0f24c935 Add a shlex pyi (based on upstream) 2020-06-01 09:09:09 +02:00
mathieui
927f3843ad mypy: Make multiuserchat.py pass --strict 2020-06-01 09:09:09 +02:00
mathieui
6425daae1e mypy: Make decorators.py pass --strict 2020-06-01 09:09:09 +02:00
e662bdee05 Merge branch 'release-0.13.1' into 'master'
Update version to 0.13.1

See merge request poezio/poezio!142
2020-05-31 17:56:09 +02:00
mathieui
d8785ae0bd Update version to 0.13.1
And remove some annoying logic
2020-05-31 17:50:19 +02:00
7650591c6b Merge branch 'integrate-sphinx-manpages' into 'master'
Integrate sphinx manpages

See merge request poezio/poezio!141
2020-05-31 17:44:18 +02:00
mathieui
887ab27920 manpage: update room address to be an URI 2020-05-31 17:39:05 +02:00
mathieui
2d72a80d22 Update CHANGELOG 2020-05-31 17:35:14 +02:00
mathieui
9d70054ffb Update poezio.1 manpage 2020-05-31 17:25:44 +02:00
mathieui
601f38f5ae setup: add a build_man command and integrate sphinx manpages into install 2020-05-31 17:22:37 +02:00
mathieui
1ce874b02b Fix indent of setup() 2020-05-31 17:00:17 +02:00
fe9992e3e8 Merge branch 'revert-types' into 'master'
Revert "Bookmarks: type bookmark method (local/remote)"

See merge request poezio/poezio!140
2020-05-31 03:57:12 +02:00
6deb6ff391 Revert "Bookmarks: type bookmark method (local/remote)"
This reverts commit 91831e7903.

Breaks python 3.7 ..-. .- .. -  -.-. .... .. . .-.
2020-05-31 03:55:14 +02:00
ce9d59f19e Merge branch 'type-bookmarks' into 'master'
Type bookmarks

See merge request poezio/poezio!138
2020-05-31 01:35:26 +02:00
21c45ff72e
BookmarksTab: harmonize Info message
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-31 01:33:54 +02:00
91831e7903
Bookmarks: type bookmark method (local/remote)
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-31 01:20:41 +02:00
ab9108e00a Merge branch 'muc-message-received-traceback' into 'master'
Fix a traceback after a received MUC message

See merge request poezio/poezio!137
2020-05-29 18:37:34 +02:00
mathieui
333d260d50 Fix a traceback after a received MUC message
"highlight referenced before assignment"
2020-05-29 18:32:16 +02:00
502d79e763 Merge branch 'fix-issue-history-no-mam' into 'master'
Fix an issue on join when the room has no MAM support

See merge request poezio/poezio!136
2020-05-28 22:01:32 +02:00
mathieui
64561bcfb6 Fix an issue on join when the room has no MAM support
The value of the "seconds" attribute was borked, resulting in a
traceback.
2020-05-28 21:55:51 +02:00
mathieui
f670e3ce3b Merge branch 'tests-user' into 'master'
Minimal tests for User class

See merge request poezio/poezio!134
2020-05-28 18:32:31 +02:00
0aa34147f7
Minimal tests for User class
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-28 02:25:15 +02:00
1595741e7a Merge branch 'doc-display-user-color' into 'master'
Doc: Fix display_user_color_in_join_part default value

See merge request poezio/poezio!133
2020-05-28 01:14:45 +02:00
ee6c70fd24
Doc: Fix display_user_color_in_join_part default value
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-28 01:02:27 +02:00
ec27e25ec9 Merge branch 'fix-bookmarks-tab-method' into 'master'
Properly refresh the bookmarks method in the bookmarks tab

See merge request poezio/poezio!132
2020-05-28 00:55:11 +02:00
mathieui
c8ddc6329a Properly refresh the bookmarks method in the bookmarks tab
… … …
2020-05-28 00:50:03 +02:00
1b8618d690 Merge branch 'fix-synchronise-rooms' into 'master'
Only add autojoin to a bookmark on creation if the room is not bookmarked

See merge request poezio/poezio!131
2020-05-28 00:35:30 +02:00
mathieui
9e3958c67d Only add autojoin to a bookmark on creation if the room is not bookmarked
With synchronise_open_rooms, otherwise you just have autojoin added
everytime, which is probably not what you want.
2020-05-28 00:30:13 +02:00
mathieui
5cf90368c6 Merge branch 'display-corrections-ui-types' into 'master'
plugins/display_corrections: Adapt to new poezio.ui API

See merge request poezio/poezio!129
2020-05-26 18:51:00 +02:00
01e3169d43
plugins/display_corrections: Adapt to new poezio.ui API
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-26 18:45:55 +02:00
a8d58a40e3 Merge branch 'changelog-foo' into 'master'
Update changelog for marquee and dice plugins

See merge request poezio/poezio!130
2020-05-26 17:07:58 +02:00
0e77834000
Update changelog for marquee and dice plugins
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-26 17:07:32 +02:00
0a7d47796e Merge branch 'plugins-lmc' into 'master'
Plugins LMC fixes

See merge request poezio/poezio!128
2020-05-26 15:00:12 +02:00
8465d7555c
plugins/dice: Fix LMC (use origin id), reorganize things a bit to stop using tab.last_sent_message
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-26 14:44:08 +02:00
cf43a36bc6
plugins/marquee: Fix LMC, use origin id
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-26 14:41:13 +02:00
ae2ce4dd1a
plugins/marquee: Change space char to nbsp to troll other clients better
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-05-26 14:36:41 +02:00
mathieui
851a0e97dd Merge branch 'changelog' into 'master'
Mention all bugfixes in the 0.13.1 ChangeLog entry

See merge request poezio/poezio!127
2020-05-26 12:45:49 +02:00
Emmanuel Gil Peyrot
d6e749e1bb Mention all bugfixes in the 0.13.1 ChangeLog entry. 2020-05-26 12:40:27 +02:00
mathieui
6943506fd3 Merge branch 'display-today-history-without-date' into 'master'
Do not add the date in history messages from the current day

See merge request poezio/poezio!126
2020-05-25 22:47:06 +02:00
mathieui
8462711fc6 Do not add the date in history messages from the current day 2020-05-25 22:41:04 +02:00
ec6c1bf81a Merge branch 'fix-double-unavailable-presence' into 'master'
Only send an unavailable presence on closing a muc if we are joined

Closes #3397

See merge request poezio/poezio!125
2020-05-25 21:56:07 +02:00
mathieui
314bea4471 Merge branch 'thanks-armael' into 'master'
Add Armael’s theme

See merge request poezio/poezio!119
2020-05-25 21:52:06 +02:00
mathieui
9f6e9f3e34 Only send an unavailable presence on closing a muc if we are joined
Fixes #3397
2020-05-25 21:50:11 +02:00
Link Mauve
d5aab27349 Merge branch 'appstream' into 'master'
Add missing releases, and stupid content_rating to please flathub.

See merge request poezio/poezio!124
2020-05-25 19:15:22 +02:00
Emmanuel Gil Peyrot
236035afd4 Add missing releases, and stupid content_rating to please flathub. 2020-05-25 19:09:44 +02:00
a4a423df92 Merge branch 'appstream' into 'master'
Improve the appstream metadata

See merge request poezio/poezio!123
2020-05-25 19:06:19 +02:00
Emmanuel Gil Peyrot
22bba8c0c9 Improve the appstream metadata
This will hopefully allow poezio to appear on
https://flathub.org/apps/details/io.poez.Poezio once published.
2020-05-25 18:58:06 +02:00
5b8e46c9a7 Merge branch 'mam-onetoone-nick-fix' into 'master'
Fix mam own nick in one to one tabs

See merge request poezio/poezio!122
2020-05-25 18:49:32 +02:00
mathieui
6896efb7e6 Fix mam own nick in one to one tabs
Also do a config.get for each received MAM message, that is not
efficient or useful.
2020-05-25 18:43:27 +02:00
50d97b4c3c Merge branch 'changelog-leave' into 'master'
CHANGELOG: add /leave autojoin change

See merge request poezio/poezio!121
2020-05-24 22:45:47 +02:00