summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-12Mention that we do support Python 3.9Emmanuel Gil Peyrot
2020-12-12Use some of the new xep_0045 methods from slixmpp 1.6.0Emmanuel Gil Peyrot
2020-12-12Use the new xep_0045 elements from slixmpp 1.6.0Emmanuel Gil Peyrot
2020-12-12Bump slixmpp dependency to 1.6.0Emmanuel Gil Peyrot
2020-10-09Revert previous commit, move loggging, fix type errorMaxime “pep” Buquet
2020-10-09poezio/user: rework change_color to only log when necessaryMaxime “pep” Buquet
2020-09-15Disco#info barejid instead of domain on sent carbonsGeorg Lukas
2020-09-10Remove references to masterMaxime “pep” Buquet
2020-09-10update.sh: pull main insteadMaxime “pep” Buquet
2020-09-10Revert "update.sh: bash 'strict mode'"Maxime “pep” Buquet
2020-09-10plugins/untrackme: move logging to a less noisy placeMaxime “pep” Buquet
2020-09-10update.sh: bash 'strict mode'Maxime “pep” Buquet
2020-09-10Migrate to 'main' branchMaxime “pep” Buquet
2020-09-08plugins/untrackme: invidio.us closed. Changed default instanceMaxime “pep” Buquet
2020-09-08plugins/untrackme: toggle display_corrections offMaxime “pep” Buquet
2020-09-04doc: Add a link to the package on Flathub.Emmanuel Gil Peyrot
2020-09-04plugins/code: Prevent traceback when not enough arguments -- thanks Ge0rGMaxime “pep” Buquet
2020-08-15Merge branch 'theme-time-format' into 'master'Maxime Buquet
2020-08-14move date and time SHORT_FORMAT and LONG_FORMAT to the themeMaxime “pep” Buquet
2020-08-14Merge branch 'plugin-untrackme' into 'master'Maxime Buquet
2020-08-14plugins/remove_get_trackers: add deprecation noticeMaxime “pep” Buquet
2020-08-14plugins/untrackme: docstring to map_services methodMaxime “pep” Buquet
2020-08-14plugins/untrackme: new plugin, based on remove_get_trackersMaxime “pep” Buquet
2020-08-09Merge branch 'timemarker-uitypes' into 'master'Maxime Buquet
2020-08-09plugins/time_marker: use now required poezio.ui.typesMaxime “pep” Buquet
2020-08-09Merge branch 'lastlog-uitypes' into 'master'Maxime Buquet
2020-08-09plugins/lastlog: adapt to use poezio.ui.typesMaxime “pep” Buquet
2020-07-24Merge branch 'info-bar-pos' into 'master'Maxime Buquet
2020-07-24windows/info_bar: Prevent UnboundLocalError. Thanks genofireMaxime “pep” Buquet
2020-07-16Merge branch 'delay-normal' into 'master'Maxime Buquet
2020-07-16core/handlers: revert change in normal_message handlerMaxime “pep” Buquet
2020-07-08Merge branch 'delayed-highlight' into 'master'Maxime Buquet
2020-07-08MucTab: highlight on delayed and not historyMaxime “pep” Buquet
2020-06-24Merge branch 'bookmarks-nick' into 'master'Maxime Buquet
2020-06-24core/commands: code style fixesMaxime “pep” Buquet
2020-06-24core/commands: use named parameters in _add_bookmarks to make things explicitMaxime “pep” Buquet
2020-06-24bookmarks: ensure nick is added when to bookmark when specifiedMaxime “pep” Buquet
2020-06-24Merge branch 'muc-close-inexisting-bookmarks' into 'master'Maxime Buquet
2020-06-24MucTab: Ensure bookmark exists before removing it in /closeMaxime “pep” Buquet
2020-06-24Merge branch 'reorder-gaptabs' into 'master'Maxime Buquet
2020-06-15plugins/reorder: update changelogMaxime “pep” Buquet
2020-06-15plugins/reorder: Don't serialize gaptabs as they're recreated automaticallyMaxime “pep” Buquet
2020-06-15plugins/reorder: Ignore gaptab when parsing as they're recreated automaticallyMaxime “pep” Buquet
2020-06-12Merge branch 'close-leave' into 'master'Link Mauve
2020-06-09Rename /leave into /close, and deprecate /leaveEmmanuel Gil Peyrot
2020-06-01Merge branch 'more-typing' into 'master'mathieui
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