Commit graph

  • 9bd3826fe7 fix: type-ignore last-sent message until mypy makes sense mathieui 2021-03-20 21:05:00 +0100
  • d09d30c52c fix: only call key_enter on commandinput in xmltab mathieui 2021-03-20 21:01:23 +0100
  • 9ab0d250f4 fix: uniformize command_say signature mathieui 2021-03-20 21:01:09 +0100
  • 71ee1b85aa fix: sax contenthandler import path mathieui 2021-03-20 20:55:26 +0100
  • 14c09ce1cd make pylint happy mathieui 2021-03-14 22:41:56 +0100
  • 4b198be977 fix: tons of type errors mathieui 2021-03-14 22:31:22 +0100
  • bc4f4f1e07 fix: definition of commanddict mathieui 2021-03-14 16:38:51 +0100
  • 53633a5c4c refactor: rewrite config.get() to getbool, getstr, getint… mathieui 2021-03-14 16:37:01 +0100
  • b2fbb313ef refactor: Make the poezio config not inherit from configparser mathieui 2021-03-14 15:27:21 +0100
  • acdc601165 Explicitly require setuptools, poezio/config.py and poezio/plugin_manager imports pkg_resources Tomas Hrnciar 2021-04-01 08:44:40 +0200
  • 12b8af11df muctab: await /invite Emmanuel Gil Peyrot 2021-03-20 18:22:52 +0100
  • 1de60fb213 fix: poezio_logs script was broken mathieui 2021-03-17 18:21:21 +0100
  • 5b6ec15f73 ci: remove allow_failure on pylint job mathieui 2021-03-14 12:30:51 +0100
  • 3f7e7bd9ca fix: pylint bogus errors mathieui 2021-03-14 12:26:55 +0100
  • cdae238d76 fix: bad error handling when checking bookmarks storage mathieui 2021-03-14 12:26:28 +0100
  • 6b0d393cf8 fix: typing import in multiuserchat mathieui 2021-03-13 21:30:05 +0100
  • b872909579 fix: do not crash on /invitations mathieui 2021-03-13 21:26:30 +0100
  • 45440074ef fix: fix global /last_activity mathieui 2021-03-13 21:23:03 +0100
  • 7d40878c0b fix: do not crash on /recolor mathieui 2021-03-13 21:21:07 +0100
  • 4c7b23ab68 style: do not override the loaded time module mathieui 2021-03-13 21:20:32 +0100
  • 9d3af61bbf fix: Fix command_xhtml mathieui 2021-03-13 21:20:08 +0100
  • 6f73af71cd Fix a typo in core.structs.__all__ mathieui 2021-03-13 21:13:00 +0100
  • ec6a98e99f Add missing ensure_future to bookmarks.save() calls mathieui 2021-03-13 14:00:46 +0100
  • 9c6e89d0e5 plugins: make set_bob async mathieui 2021-02-27 13:15:40 +0100
  • f0508d8c83 muctab: remove unused imports Emmanuel Gil Peyrot 2021-02-23 22:28:31 +0100
  • 85d5b9aeb3 basetabs: remove unused imports Emmanuel Gil Peyrot 2021-02-23 22:25:12 +0100
  • 1c5f0d6a4a muc: use slixmpp 0045 plugin to set subject Emmanuel Gil Peyrot 2021-02-23 22:15:25 +0100
  • 2d1bf7b1dd misc: wrap some calls in ensure_future to prepare for slix API change mathieui 2021-02-27 11:09:38 +0100
  • 49820f1460 docs: update distributions mathieui 2021-02-23 20:35:20 +0100
  • ee8a3c1121 muc: remove non-deterministic nick colors mathieui 2021-02-17 21:43:43 +0100
  • 5a9e143c53 plugins: also update the admin plugin to reflect coroutine changes mathieui 2021-02-16 20:16:31 +0100
  • cfb630edbc muctab: use more coroutines in affiliation/role code mathieui 2021-02-15 19:41:37 +0100
  • 0221081b34 irc plugin: Fix the joining code mathieui 2021-02-16 22:03:10 +0100
  • 67c5bee9da Fix the quote plugin mathieui 2021-02-11 18:45:32 +0100
  • 5c6b2adeb2 plugins: add a user_extras plugin with PEP events mathieui 2021-02-08 23:35:25 +0100
  • 2cfe56bbbe Remove activity/mood/gaming/tune from poezio core mathieui 2021-02-03 21:04:36 +0100
  • ae0888bd3d Fix #3536: Only use JID in affiliation mathieui 2021-02-08 18:33:31 +0100
  • 6c63cdb509 plugins: fix case of self-message mathieui 2021-02-08 22:50:07 +0100
  • 35af913662 /join: Fix autobookmarking mathieui 2021-02-07 19:47:31 +0100
  • 9894e16045 muctab: fix affiliation list command mathieui 2021-02-07 12:20:39 +0100
  • ab690bbd50 core commands: make /last_activity async Emmanuel Gil Peyrot 2021-02-04 00:48:31 +0100
  • ac96beb240 core commands: remove all remaining usage of safeJID() Emmanuel Gil Peyrot 2021-02-04 00:39:40 +0100
  • 3b7e5f93bd link plugin: fix regex for aesgcm and add gemini&gopher mathieui 2021-02-05 20:34:16 +0100
  • 46d90bf832 plugins: remove callbacks mathieui 2021-01-30 13:59:42 +0100
  • e2224b938b private/conversationtabs: update /version to be without callback mathieui 2021-01-30 12:47:53 +0100
  • df5a3d0de4 muc: remove callback for tab-specific /version mathieui 2021-01-30 12:38:38 +0100
  • 23c1783143 basetabs: remove useless check_features mathieui 2021-01-30 12:35:49 +0100
  • 184f354e8d muc: remove get_room_form hack and callbacks mathieui 2021-01-30 12:26:20 +0100
  • 341c770b36 invite: remove callback and force impromptu rooms to use mediated mathieui 2021-01-30 12:17:34 +0100
  • 048f3d5fd3 core commands: remove uses of callback= mathieui 2021-01-30 11:51:02 +0100
  • 19b58d86f5 bookmarks: get rid of callbacks mathieui 2021-01-29 17:56:51 +0100
  • f2aaba982b Move roster commands to async, remove callbacks mathieui 2021-01-29 15:10:14 +0100
  • 93c448506a basetabs: wrap coroutine commands in ensure_future mathieui 2021-01-29 14:55:05 +0100
  • 695b2ee09a decorators: make decorators work with coroutines mathieui 2021-01-29 14:54:25 +0100
  • f5ad5199ae Use async properly on session start mathieui 2021-01-29 12:05:01 +0100
  • 262583133e Dereference potential linked launch.sh file kaliko 2021-01-30 11:01:20 +0100
  • 9f1e80cd5c Remove force_remote_bookmarks option mathieui 2021-01-29 11:23:31 +0100
  • b2c846f959 Use typing_extensions for TypedDict mathieui 2021-01-29 10:25:00 +0100
  • 233d6d2252 Fix /destroy error cases mathieui 2021-01-28 19:01:04 +0100
  • f808f0cff9 core: move initial commands in a separate files mathieui 2020-12-12 23:54:17 +0100
  • 08f48b0c8b Move get_error_message to common mathieui 2020-12-12 22:51:34 +0100
  • e1720c8e23 Also receive self-message events in plugins mathieui 2021-01-21 19:54:22 +0100
  • 98bd4c241e muctab: fix closing a tab not in bookmarks mathieui 2021-01-24 12:41:09 +0100
  • 5cfb0cbf43 plugins/contact: iterate all data forms, thx. mathieui Georg Lukas 2021-01-22 15:37:32 +0100
  • 12ab0a7e80 Use schema.org properties for documentation, logo and screenshot. Emmanuel Gil Peyrot 2021-01-02 19:05:23 +0100
  • c94236b23b Fix nick changes mathieui 2021-01-02 19:04:55 +0100
  • c9fe8f0737 Add aesgcm:// urls to the /link plugin mathieui 2020-12-31 19:31:08 +0100
  • aea95e4343 CI: pull slixmpp from gitlab mathieui 2021-01-02 14:00:26 +0100
  • 71eba168e4 Add documentation, logo and screenshot to DOAP file. Emmanuel Gil Peyrot 2021-01-01 02:51:40 +0100
  • c38538f6b5 Rework set_role() to use slixmpp. Emmanuel Gil Peyrot 2020-12-27 02:42:49 +0100
  • 4b0e481902 Rework set_affiliation() to use slixmpp. Emmanuel Gil Peyrot 2020-12-27 02:23:16 +0100
  • 0474d0f4b2 Prevent a traceback when the jid option isn’t a valid JID. Emmanuel Gil Peyrot 2020-12-27 01:50:12 +0100
  • 85b1222222 Add (back?) reason and altroom arguments for /destroy_room. Emmanuel Gil Peyrot 2020-12-27 01:37:35 +0100
  • 826fa779c4 xmltab: Add some types. Emmanuel Gil Peyrot 2020-12-27 00:49:53 +0100
  • cf58bceb55 xmltab: Remove safeJID(). Emmanuel Gil Peyrot 2020-12-27 00:49:46 +0100
  • c7bce6ba97 Trim all messages by 24 bytes on 64-bit systems Emmanuel Gil Peyrot 2020-12-27 03:17:36 +0100
  • 78b3933e4d Stop displaying the traceback when /xhtml fails. Emmanuel Gil Peyrot 2020-12-26 23:46:20 +0100
  • 1c5836a90f Fix a warning when running tests. Emmanuel Gil Peyrot 2020-12-26 23:39:56 +0100
  • 978d70f38e Update most references to dev.louiz.org to lab.louiz.org. Emmanuel Gil Peyrot 2020-12-26 23:20:35 +0100
  • 9c8bf93671
    plugins: do not fire private_msg event on own messages mathieui 2020-12-17 23:19:46 +0100
  • 47ce315492
    plugins: do not fire conversation_msg event on own messages mathieui 2020-12-17 23:17:45 +0100
  • 65b8046fe0 from __future__ import annotations Emmanuel Gil Peyrot 2020-12-12 18:44:37 +0100
  • 34ec9e3ee1 Don’t import Form (fixup from b3ed6cf44d) Emmanuel Gil Peyrot 2020-12-12 18:39:33 +0100
  • 03f18632e9 Mention that we do support Python 3.9 Emmanuel Gil Peyrot 2020-12-12 18:34:47 +0100
  • b3ed6cf44d Use some of the new xep_0045 methods from slixmpp 1.6.0 Emmanuel Gil Peyrot 2020-12-12 18:10:10 +0100
  • c14a08d708 Use the new xep_0045 elements from slixmpp 1.6.0 Emmanuel Gil Peyrot 2020-12-12 17:28:22 +0100
  • 93ddfecc6b Bump slixmpp dependency to 1.6.0 Emmanuel Gil Peyrot 2020-12-12 17:27:55 +0100
  • 668b0138bb
    Revert previous commit, move loggging, fix type error Maxime “pep” Buquet 2020-10-09 15:41:22 +0200
  • 627f751e0c
    poezio/user: rework change_color to only log when necessary Maxime “pep” Buquet 2020-10-09 15:11:01 +0200
  • 6224f650d3 Disco#info barejid instead of domain on sent carbons Georg Lukas 2020-09-15 12:49:29 +0200
  • 5ff321c229
    Remove references to master Maxime “pep” Buquet 2020-09-10 10:33:03 +0200
  • b27c01bc9b update.sh: pull main instead Maxime “pep” Buquet 2020-09-10 10:29:38 +0200
  • 68c0c3edcd Revert "update.sh: bash 'strict mode'" Maxime “pep” Buquet 2020-09-10 10:11:46 +0200
  • 9b734c5504 plugins/untrackme: move logging to a less noisy place Maxime “pep” Buquet 2020-09-09 17:17:10 +0200
  • 235b7a52a4 update.sh: bash 'strict mode' Maxime “pep” Buquet 2020-09-08 10:31:08 +0200
  • 4b01469a62 Migrate to 'main' branch Maxime “pep” Buquet 2020-09-08 15:51:30 +0200
  • 48373be751 plugins/untrackme: invidio.us closed. Changed default instance Maxime “pep” Buquet 2020-09-08 15:56:43 +0200
  • 65db4a22d4 plugins/untrackme: toggle display_corrections off Maxime “pep” Buquet 2020-09-08 09:51:06 +0200
  • 81b9f45bbb doc: Add a link to the package on Flathub. Emmanuel Gil Peyrot 2020-09-04 20:39:04 +0200
  • fe960cb825
    plugins/code: Prevent traceback when not enough arguments -- thanks Ge0rG Maxime “pep” Buquet 2020-09-04 09:29:19 +0200