Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Mention that we do support Python 3.9 | 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-12-12 | Bump slixmpp dependency to 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-09-10 | Remove references to master | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-09-10 | update.sh: pull main instead | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-09-10 | Revert "update.sh: bash 'strict mode'" | Maxime “pep” Buquet | |
This reverts commit 235b7a52a492c325371904af68a709ffb53fb9b0. | |||
2020-09-10 | plugins/untrackme: move logging to a less noisy place | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-09-10 | update.sh: bash 'strict mode' | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-09-10 | Migrate to 'main' branch | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-09-08 | plugins/untrackme: invidio.us closed. Changed default instance | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-09-08 | plugins/untrackme: toggle display_corrections off | Maxime “pep” Buquet | |
Seems to work ok, and it's quite noisy in the information buffer. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-09-04 | doc: Add a link to the package on Flathub. | Emmanuel Gil Peyrot | |
2020-09-04 | plugins/code: Prevent traceback when not enough arguments -- thanks Ge0rG | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-08-15 | Merge branch 'theme-time-format' into 'master' | Maxime Buquet | |
move date and time SHORT_FORMAT and LONG_FORMAT to the theme See merge request poezio/poezio!155 | |||
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-08-14 | Merge branch 'plugin-untrackme' into 'master' | Maxime Buquet | |
Plugin untrackme See merge request poezio/poezio!154 | |||
2020-08-14 | plugins/remove_get_trackers: add deprecation notice | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-08-14 | plugins/untrackme: docstring to map_services method | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-08-14 | plugins/untrackme: new plugin, based on remove_get_trackers | Maxime “pep” Buquet | |
Thanks Perdu for the original work! Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-08-09 | Merge branch 'timemarker-uitypes' into 'master' | Maxime Buquet | |
plugins/time_marker: use now required poezio.ui.types See merge request poezio/poezio!153 | |||
2020-08-09 | plugins/time_marker: use now required poezio.ui.types | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-08-09 | Merge branch 'lastlog-uitypes' into 'master' | Maxime Buquet | |
plugins/lastlog: adapt to use poezio.ui.types See merge request poezio/poezio!152 | |||
2020-08-09 | plugins/lastlog: adapt to use poezio.ui.types | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2020-07-24 | Merge branch 'info-bar-pos' into 'master' | Maxime Buquet | |
windows/info_bar: Prevent UnboundLocalError. Thanks genofire See merge request poezio/poezio!151 | |||
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 | Merge branch 'delay-normal' into 'master' | Maxime Buquet | |
core/handlers: revert change in normal_message handler See merge request poezio/poezio!150 | |||
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 | 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 | |