Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-03 | Merge branch 'ca-cert-list' into 'master' | Link Mauve | |
Allow Xmlstream.ca_certs to be an iterable See merge request poezio/slixmpp!177 | |||
2022-01-03 | Allow Xmlstream.ca_certs to be an iterable | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2021-12-28 | Merge 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-28 | Make Xmlstream.ca_certs an Optional[Path] instead of Optional[str] | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2021-12-22 | Merge branch 'muc-presense-destroy' into 'master' | Link Mauve | |
xep_0045: register_stanza_plugin(MUCPresence, MUCDestroy) See merge request poezio/slixmpp!175 | |||
2021-12-19 | xep_0045: register_stanza_plugin(MUCPresence, MUCDestroy) | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2021-12-13 | Merge branch 'remove-loop-param' into 'master' | mathieui | |
fix: remove loop parameter (3.10) See merge request poezio/slixmpp!174 | |||
2021-12-13 | ci: fix curl image to an official one | mathieui | |
2021-12-13 | ci: allow failure in python 3.11 for now | mathieui | |
2021-12-13 | ci: only run integration tests once | mathieui | |
2021-12-13 | fix: integration tests | mathieui | |
prosody got more restrictive? | |||
2021-12-13 | fix: remove loop parameter when deprecated (3.10) | mathieui | |
2021-12-13 | Revert "Replace asyncio.ensure_future() with asyncio.create_task()" | mathieui | |
This reverts commit bac6a4b2bf2fc98401e0de7168c4a5cf31b08b37. This is not actually something we want | |||
2021-12-13 | Merge 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-13 | Merge branch 'asyncio-create-task' into 'master' | mathieui | |
Replace asyncio.ensure_future() with asyncio.create_task() See merge request poezio/slixmpp!169 | |||
2021-12-13 | ci: add python 3.10 and 3.11 testing | mathieui | |
2021-11-18 | Replace 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-17 | Merge 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-17 | xep_0045: Ensure invite and decline to/from are JIDs | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2021-07-15 | Merge branch 'more-typing' into 'master' | mathieui | |
Add more typing See merge request poezio/slixmpp!166 | |||
2021-07-05 | stanza: fix circular imports | mathieui | |
ew | |||
2021-07-05 | ci: add a mypy stage | mathieui | |
2021-07-05 | add a mypy.ini file | mathieui | |
2021-07-05 | xmlstream: refine type check | mathieui | |
2021-07-05 | plugins: use classvar properly | mathieui | |
2021-07-05 | clientxmpp: cleanup some types | mathieui | |
2021-07-05 | features: fix typing | mathieui | |
for an annoying mypy bug | |||
2021-07-05 | stanza: fix a bunch of type errors | mathieui | |
2021-07-05 | matcher: fix idsender typing | mathieui | |
2021-07-05 | handler: fix more types | mathieui | |
2021-07-05 | typing: add a bunch of type ignores | mathieui | |
because this is too smart for mypy and I do not want to rewrite those things right now. | |||
2021-07-05 | api: fix typing | mathieui | |
2021-07-04 | fix: remove asyncio hack in slixtest | mathieui | |
2021-07-04 | typing: reorder jid.bare setter | mathieui | |
2021-07-04 | typing: fix basexmpp type overloads | mathieui | |
mypy got confused | |||
2021-07-03 | fix: please python 3.7 | mathieui | |
2021-07-03 | types: add __all__ | mathieui | |
2021-07-03 | basexmpp/clientxmpp: refine typing | mathieui | |
2021-07-03 | pluginsdict: add xep 0048 | mathieui | |
2021-07-03 | stanza: add typing | mathieui | |
2021-07-03 | jid: reorder properties for mypy | mathieui | |
don’t ask | |||
2021-07-03 | cert: add some typing | mathieui | |
2021-07-03 | xmlstream: add more types | mathieui | |
2021-07-03 | setup: indicate that slixmpp contains type hints | mathieui | |
2021-07-03 | stanzabase: types | mathieui | |
2021-07-03 | starttls: do not send back the feature we receive | mathieui | |
I don’t see what a server would do with <required/> | |||
2021-07-03 | starttls: make the starttls element inherit from stanzabase | mathieui | |
2021-07-03 | typing: add to tostring | mathieui | |
2021-07-03 | typing: matchers and senders | mathieui | |
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-28 | refactor: type the resolver | mathieui | |
almost perfect, except for python < 3.9 making it so we can’t have nice things. |