summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-28Rework set_role() to use slixmpp.Emmanuel Gil Peyrot
Also remove a safeJID().
2020-12-28Rework set_affiliation() to use slixmpp.Emmanuel Gil Peyrot
Also remove two safeJID().
2020-12-28Prevent a traceback when the jid option isn’t a valid JID.Emmanuel Gil Peyrot
It was crashing deep in XEP-0048 plugin init, this removes a safeJID() as well as print an error message if the JID is invalid.
2020-12-28Add (back?) reason and altroom arguments for /destroy_room.Emmanuel Gil Peyrot
Also make use of slixmpp’s new destroy_room() function.
2020-12-28xmltab: Add some types.Emmanuel Gil Peyrot
2020-12-28xmltab: Remove safeJID().Emmanuel Gil Peyrot
2020-12-27Trim all messages by 24 bytes on 64-bit systemsEmmanuel Gil Peyrot
Message was redefining the slots of its parent class, which allocates them twice and we don’t want that.
2020-12-26Stop displaying the traceback when /xhtml fails.Emmanuel Gil Peyrot
Also make the except more restrictive. Fixes #3514.
2020-12-26Fix a warning when running tests.Emmanuel Gil Peyrot
/home/linkmauve/dev/python/poezio/test/test_config.py:13: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. Use @pytest.fixture instead; they are the same.
2020-12-26Update most references to dev.louiz.org to lab.louiz.org.Emmanuel Gil Peyrot
Redmine is dead.
2020-12-17plugins: do not fire private_msg event on own messagesmathieui
2020-12-17plugins: do not fire conversation_msg event on own messagesmathieui
2020-12-12from __future__ import annotationsEmmanuel Gil Peyrot
Now that our baseline is Python 3.7, we can rely on type annotations to be lazily evaluated.
2020-12-12Don’t import Form (fixup from b3ed6cf44d08a9e7aea113d5788cc1eeaac9b405)Emmanuel Gil Peyrot
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
This reverts commit 627f751e0c00c0f208e0688698d90a0c186b435b. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-10-09poezio/user: rework change_color to only log when necessaryMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-09-15Disco#info barejid instead of domain on sent carbonsGeorg Lukas
This is the counter-part to 5e404377d4eb1b80b81be91d75e12300c40b354c for "sent" carbons. Signed-off-by: Georg Lukas <georg@op-co.de>
2020-09-10Remove references to masterMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-09-10update.sh: pull main insteadMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-09-10Revert "update.sh: bash 'strict mode'"Maxime “pep” Buquet
This reverts commit 235b7a52a492c325371904af68a709ffb53fb9b0.
2020-09-10plugins/untrackme: move logging to a less noisy placeMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-09-10update.sh: bash 'strict mode'Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-09-10Migrate to 'main' branchMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-09-08plugins/untrackme: invidio.us closed. Changed default instanceMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-09-08plugins/untrackme: toggle display_corrections offMaxime “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-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
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-08-15Merge 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-14move date and time SHORT_FORMAT and LONG_FORMAT to the themeMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-08-14Merge branch 'plugin-untrackme' into 'master'Maxime Buquet
Plugin untrackme See merge request poezio/poezio!154
2020-08-14plugins/remove_get_trackers: add deprecation noticeMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-08-14plugins/untrackme: docstring to map_services methodMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-08-14plugins/untrackme: new plugin, based on remove_get_trackersMaxime “pep” Buquet
Thanks Perdu for the original work! Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-08-09Merge branch 'timemarker-uitypes' into 'master'Maxime Buquet
plugins/time_marker: use now required poezio.ui.types See merge request poezio/poezio!153
2020-08-09plugins/time_marker: use now required poezio.ui.typesMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-08-09Merge branch 'lastlog-uitypes' into 'master'Maxime Buquet
plugins/lastlog: adapt to use poezio.ui.types See merge request poezio/poezio!152
2020-08-09plugins/lastlog: adapt to use poezio.ui.typesMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-07-24Merge branch 'info-bar-pos' into 'master'Maxime Buquet
windows/info_bar: Prevent UnboundLocalError. Thanks genofire See merge request poezio/poezio!151
2020-07-24windows/info_bar: Prevent UnboundLocalError. Thanks genofireMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-07-16Merge branch 'delay-normal' into 'master'Maxime Buquet
core/handlers: revert change in normal_message handler See merge request poezio/poezio!150
2020-07-16core/handlers: revert change in normal_message handlerMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-07-08Merge branch 'delayed-highlight' into 'master'Maxime Buquet
MucTab: don't prevent highlight on delayed only history See merge request poezio/poezio!148
2020-07-08MucTab: highlight on delayed and not historyMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-06-24Merge branch 'bookmarks-nick' into 'master'Maxime Buquet
bookmarks: ensure nick is added to bookmark when specified See merge request poezio/poezio!139
2020-06-24core/commands: code style fixesMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-06-24core/commands: use named parameters in _add_bookmarks to make things explicitMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>