Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-08 | Merge branch 'delayed-highlight' into 'master' | Maxime Buquet | |
MucTab: don't prevent highlight on delayed only history See merge request poezio/poezio!148 | |||
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 | Merge branch 'bookmarks-nick' into 'master' | Maxime Buquet | |
bookmarks: ensure nick is added to bookmark when specified See merge request poezio/poezio!139 | |||
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 | Merge branch 'muc-close-inexisting-bookmarks' into 'master' | Maxime Buquet | |
Muc close inexisting bookmarks See merge request poezio/poezio!147 | |||
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-24 | Merge branch 'reorder-gaptabs' into 'master' | Maxime Buquet | |
Reorder gaptabs See merge request poezio/poezio!146 | |||
2020-06-15 | plugins/reorder: update changelog | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-06-15 | plugins/reorder: Don't serialize gaptabs as they're recreated automatically | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-06-15 | plugins/reorder: Ignore gaptab when parsing as they're recreated automatically | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-06-12 | Merge branch 'close-leave' into 'master' | Link Mauve | |
Rename /leave into /close, and deprecate /leave See merge request poezio/poezio!145 | |||
2020-06-09 | Rename /leave into /close, and deprecate /leave | Emmanuel Gil Peyrot | |
2020-06-01 | Merge branch 'more-typing' into 'master' | mathieui | |
More typing See merge request poezio/poezio!135 | |||
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 | Merge branch 'release-0.13.1' into 'master' | Maxime Buquet | |
Update version to 0.13.1 See merge request poezio/poezio!142 | |||
2020-05-31 | Update version to 0.13.1v0.13.1 | mathieui | |
And remove some annoying logic | |||
2020-05-31 | Merge branch 'integrate-sphinx-manpages' into 'master' | Maxime Buquet | |
Integrate sphinx manpages See merge request poezio/poezio!141 | |||
2020-05-31 | manpage: update room address to be an URI | mathieui | |
2020-05-31 | Update CHANGELOG | mathieui | |
2020-05-31 | Update poezio.1 manpage | mathieui | |
2020-05-31 | setup: add a build_man command and integrate sphinx manpages into install | mathieui | |
2020-05-31 | Fix indent of setup() | mathieui | |
2020-05-31 | Merge branch 'revert-types' into 'master' | Maxime Buquet | |
Revert "Bookmarks: type bookmark method (local/remote)" See merge request poezio/poezio!140 | |||
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 | Merge branch 'muc-message-received-traceback' into 'master' | Maxime Buquet | |
Fix a traceback after a received MUC message See merge request poezio/poezio!137 | |||
2020-05-29 | Fix a traceback after a received MUC message | mathieui | |
"highlight referenced before assignment" | |||
2020-05-28 | Merge branch 'fix-issue-history-no-mam' into 'master' | Maxime Buquet | |
Fix an issue on join when the room has no MAM support See merge request poezio/poezio!136 | |||
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 | Merge branch 'tests-user' into 'master' | mathieui | |
Minimal tests for User class See merge request poezio/poezio!134 | |||
2020-05-28 | Minimal tests for User class | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-28 | Merge branch 'doc-display-user-color' into 'master' | Maxime Buquet | |
Doc: Fix display_user_color_in_join_part default value See merge request poezio/poezio!133 | |||
2020-05-28 | Doc: Fix display_user_color_in_join_part default value | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-28 | Merge branch 'fix-bookmarks-tab-method' into 'master' | Maxime Buquet | |
Properly refresh the bookmarks method in the bookmarks tab See merge request poezio/poezio!132 | |||
2020-05-28 | Properly refresh the bookmarks method in the bookmarks tab | mathieui | |
… … … | |||
2020-05-28 | Merge branch 'fix-synchronise-rooms' into 'master' | Maxime Buquet | |
Only add autojoin to a bookmark on creation if the room is not bookmarked See merge request poezio/poezio!131 | |||
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-26 | Merge branch 'display-corrections-ui-types' into 'master' | mathieui | |
plugins/display_corrections: Adapt to new poezio.ui API See merge request poezio/poezio!129 | |||
2020-05-26 | plugins/display_corrections: Adapt to new poezio.ui API | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-26 | Merge branch 'changelog-foo' into 'master' | Maxime Buquet | |
Update changelog for marquee and dice plugins See merge request poezio/poezio!130 | |||
2020-05-26 | Update changelog for marquee and dice plugins | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-05-26 | Merge branch 'plugins-lmc' into 'master' | Maxime Buquet | |
Plugins LMC fixes See merge request poezio/poezio!128 |