summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-28Merge branch 'path-ca-certs' into 'master'Maxime Buquet
Make Xmlstream.ca_certs an Optional[Path] instead of Optional[str] See merge request poezio/slixmpp!176
2021-12-28Make Xmlstream.ca_certs an Optional[Path] instead of Optional[str]Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2021-12-22Merge branch 'muc-presense-destroy' into 'master'Link Mauve
xep_0045: register_stanza_plugin(MUCPresence, MUCDestroy) See merge request poezio/slixmpp!175
2021-12-19xep_0045: register_stanza_plugin(MUCPresence, MUCDestroy)Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2021-12-13Merge branch 'remove-loop-param' into 'master'mathieui
fix: remove loop parameter (3.10) See merge request poezio/slixmpp!174
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
prosody got more restrictive?
2021-12-13fix: remove loop parameter when deprecated (3.10)mathieui
2021-12-13Revert "Replace asyncio.ensure_future() with asyncio.create_task()"mathieui
This reverts commit bac6a4b2bf2fc98401e0de7168c4a5cf31b08b37. This is not actually something we want
2021-12-13Merge branch 'ci-add-python-versions' into 'master'mathieui
ci: add python 3.10 and 3.11 testing See merge request poezio/slixmpp!173
2021-12-13Merge branch 'asyncio-create-task' into 'master'mathieui
Replace asyncio.ensure_future() with asyncio.create_task() See merge request poezio/slixmpp!169
2021-12-13ci: add python 3.10 and 3.11 testingmathieui
2021-11-18Replace asyncio.ensure_future() with asyncio.create_task()Emmanuel Gil Peyrot
The latter function got introduced in Python 3.7, which is conveniently our MSPV, so let’s use that.
2021-07-17Merge branch '0045-invite-JID' into 'master'Link Mauve
xep_0045: Ensure invite and decline to/from are JIDs See merge request poezio/slixmpp!167
2021-07-17xep_0045: Ensure invite and decline to/from are JIDsMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2021-07-15Merge branch 'more-typing' into 'master'mathieui
Add more typing See merge request poezio/slixmpp!166
2021-07-05stanza: fix circular importsmathieui
ew
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
for an annoying mypy bug
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
because this is too smart for mypy and I do not want to rewrite those things right now.
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
mypy got confused
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
don’t ask
2021-07-03cert: add some typingmathieui
2021-07-03xmlstream: add more typesmathieui
2021-07-03setup: indicate that slixmpp contains type hintsmathieui
2021-07-03stanzabase: typesmathieui
2021-07-03starttls: do not send back the feature we receivemathieui
I don’t see what a server would do with <required/>
2021-07-03starttls: make the starttls element inherit from stanzabasemathieui
2021-07-03typing: add to tostringmathieui
2021-07-03typing: matchers and sendersmathieui
Leftover error that I cannot fix: * https://github.com/python/mypy/issues/708 Leftover error that I am unsure of what to do: * xml handlers are not properly typed (it seems like nothing in slix is using it, considering a removal instead of adding an Union everywhere)
2021-06-28refactor: type the resolvermathieui
almost perfect, except for python < 3.9 making it so we can’t have nice things.
2021-06-28refactor: remove the now obsolete future_wrapper and asyncio-related modulemathieui
2021-06-28slixmpp.util: type thingsmathieui
Fix a bug in the SASL implementation as well. (some special chars would make things crash instead of being escaped)