Age | Commit message (Expand) | Author |
2021-12-13 | Merge branch 'asyncio-create-task' into 'master' | mathieui |
2021-11-18 | Replace asyncio.ensure_future() with asyncio.create_task() | Emmanuel Gil Peyrot |
2021-07-17 | Merge branch '0045-invite-JID' into 'master' | Link Mauve |
2021-07-17 | xep_0045: Ensure invite and decline to/from are JIDs | Maxime “pep” Buquet |
2021-07-15 | Merge branch 'more-typing' into 'master' | mathieui |
2021-07-05 | stanza: fix circular imports | mathieui |
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 |
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 |
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 |
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 |
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 |
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 |
2021-06-28 | refactor: type the resolver | mathieui |
2021-06-28 | refactor: remove the now obsolete future_wrapper and asyncio-related module | mathieui |
2021-06-28 | slixmpp.util: type things | mathieui |
2021-05-21 | Merge branch 'request-voice' into 'master' | Link Mauve |
2021-05-21 | XEP-0045: Add a helper method to request voice | Emmanuel Gil Peyrot |
2021-05-02 | Merge branch 'disconnected-stanzas-no-resend' into 'master' | mathieui |
2021-05-02 | xmlstream: do not re-send queued stanzas on each connect | mathieui |
2021-04-30 | Merge branch 'fix-slow-tasks' into 'master' | mathieui |
2021-04-30 | itests: add a simple slow filter test | mathieui |
2021-04-30 | xmlstream: fix slow tasks scheduling | mathieui |
2021-04-24 | Merge branch 'fix-docs' into 'master' | Link Mauve |
2021-04-24 | docs: Use the correct number for user_nick | Emmanuel Gil Peyrot |
2021-04-24 | Merge branch 'fix-0353' into 'master' | Link Mauve |
2021-04-24 | XEP-0353: Use the correct callback for <proceed/> | Emmanuel Gil Peyrot |
2021-04-22 | Merge branch 'fix-waiting-queue-xmlstream' into 'master' | mathieui |
2021-04-22 | xmlstream: fix use of the waiting queue | mathieui |