summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-04Merge branch 'fix-moderation-bug' into 'master'mathieui
2022-02-04fix: missing <retract/> on moderatemathieui
2022-01-03Don't break ca-bundle API just yetMaxime “pep” Buquet
2022-01-03Merge branch 'ca-cert-list' into 'master'Link Mauve
2022-01-03Allow Xmlstream.ca_certs to be an iterableMaxime “pep” Buquet
2021-12-28Merge branch 'path-ca-certs' into 'master'Maxime Buquet
2021-12-28Make Xmlstream.ca_certs an Optional[Path] instead of Optional[str]Maxime “pep” Buquet
2021-12-22Merge branch 'muc-presense-destroy' into 'master'Link Mauve
2021-12-19xep_0045: register_stanza_plugin(MUCPresence, MUCDestroy)Maxime “pep” Buquet
2021-12-13Merge branch 'remove-loop-param' into 'master'mathieui
2021-12-13ci: fix curl image to an official onemathieui
2021-12-13ci: allow failure in python 3.11 for nowmathieui
2021-12-13ci: only run integration tests oncemathieui
2021-12-13fix: integration testsmathieui
2021-12-13fix: remove loop parameter when deprecated (3.10)mathieui
2021-12-13Revert "Replace asyncio.ensure_future() with asyncio.create_task()"mathieui
2021-12-13Merge branch 'ci-add-python-versions' into 'master'mathieui
2021-12-13Merge branch 'asyncio-create-task' into 'master'mathieui
2021-12-13ci: add python 3.10 and 3.11 testingmathieui
2021-12-13Changed iq.attrib['to'] to iq['to'], same for 'from'.Tim-Oliver Husser
2021-12-13replaced params.xml.findall with params.findall in xml2faultTim-Oliver Husser
2021-11-18jid: Improve error reporting on IDNA validation failureEmmanuel Gil Peyrot
2021-11-18Replace asyncio.ensure_future() with asyncio.create_task()Emmanuel Gil Peyrot
2021-07-17Merge branch '0045-invite-JID' into 'master'Link Mauve
2021-07-17xep_0045: Ensure invite and decline to/from are JIDsMaxime “pep” Buquet
2021-07-15Merge branch 'more-typing' into 'master'mathieui
2021-07-05stanza: fix circular importsmathieui
2021-07-05ci: add a mypy stagemathieui
2021-07-05add a mypy.ini filemathieui
2021-07-05xmlstream: refine type checkmathieui
2021-07-05plugins: use classvar properlymathieui
2021-07-05clientxmpp: cleanup some typesmathieui
2021-07-05features: fix typingmathieui
2021-07-05stanza: fix a bunch of type errorsmathieui
2021-07-05matcher: fix idsender typingmathieui
2021-07-05handler: fix more typesmathieui
2021-07-05typing: add a bunch of type ignoresmathieui
2021-07-05api: fix typingmathieui
2021-07-04fix: remove asyncio hack in slixtestmathieui
2021-07-04typing: reorder jid.bare settermathieui
2021-07-04typing: fix basexmpp type overloadsmathieui
2021-07-03fix: please python 3.7mathieui
2021-07-03types: add __all__mathieui
2021-07-03basexmpp/clientxmpp: refine typingmathieui
2021-07-03pluginsdict: add xep 0048mathieui
2021-07-03stanza: add typingmathieui
2021-07-03jid: reorder properties for mypymathieui
2021-07-03cert: add some typingmathieui
2021-07-03xmlstream: add more typesmathieui
2021-07-03setup: indicate that slixmpp contains type hintsmathieui