summaryrefslogtreecommitdiff
path: root/slixmpp/xmlstream/xmlstream.py
AgeCommit message (Expand)Author
2022-08-29xmlstream: ignore task type (mypy)nicoco
2022-07-12Merge branch 'default-to-CAs' into 'master'Link Mauve
2022-07-11xmlstream: load default CA store by defaultMaxime “pep” Buquet
2022-06-22Fix delayed reconnect after DNS failureGeorg Lukas
2022-04-05Merge branch 'exn-invalidcabundle-arg' into 'master'mathieui
2022-04-05Pass in useful value when raising InvalidCABundleMaxime “pep” Buquet
2022-04-01stream features: fix old "session" establishmentmathieui
2022-03-19Fix mypy in CImathieui
2022-02-16fix: allow cancelling the run_filters coroutinemathieui
2022-02-15deprecate XMLStream.process()mathieui
2022-01-03Don't break ca-bundle API just yetMaxime “pep” Buquet
2022-01-03Allow Xmlstream.ca_certs to be an iterableMaxime “pep” Buquet
2021-12-28Make Xmlstream.ca_certs an Optional[Path] instead of Optional[str]Maxime “pep” Buquet
2021-12-13fix: remove loop parameter when deprecated (3.10)mathieui
2021-12-13Revert "Replace asyncio.ensure_future() with asyncio.create_task()"mathieui
2021-11-18Replace asyncio.ensure_future() with asyncio.create_task()Emmanuel Gil Peyrot
2021-07-05xmlstream: refine type checkmathieui
2021-07-05typing: add a bunch of type ignoresmathieui
2021-07-03fix: please python 3.7mathieui
2021-07-03xmlstream: add more typesmathieui
2021-06-28refactor: remove the now obsolete future_wrapper and asyncio-related modulemathieui
2021-05-02xmlstream: do not re-send queued stanzas on each connectmathieui
2021-04-30xmlstream: fix slow tasks schedulingmathieui
2021-04-22xmlstream: fix use of the waiting queuemathieui
2021-04-18Allow handshake in stream.send() when not connected yetmathieui
2021-04-12Merge branch 'tentative-fix-for-reconnect-race' into 'master'mathieui
2021-04-09Fix #3441: Do not assign ID to inbound stanzasmathieui
2021-04-08xmlstream: do not allow stanzas outside a sessionmathieui
2021-02-26xmlstream: add a wrap() method for ensure_futuremathieui
2021-02-24xmlstream: add event_async() for events that need in-order processingmathieui
2021-02-20xmlstream: remove loop parameter to wait_formathieui
2021-02-05global: rewrite copyright notice to use commentsmathieui
2021-02-04xmlstream: make dns_answers privatemathieui
2021-02-04xmlstream: make connect_loop_wait privatemathieui
2021-02-04docs/xmlstream: remove HTTP proxy referencesmathieui
2021-01-31xmlstream: add a simple contextmanager for temporary eventsmathieui
2021-01-29xmlstream: keep value of "end_session_on_disconnect"mathieui
2021-01-29xmlstream: ensure slow futures are scheduled on this loopmathieui
2021-01-29xmlstream: Make the reconnect handler a coroutinemathieui
2021-01-29xmlstream: do not touch connection state on abort()mathieui
2021-01-29xmlstream: set disconnected future on eventmathieui
2021-01-29xmlstream: end the parser when the stream has endedmathieui
2021-01-29xmlstream: rename run_filtersmathieui
2021-01-29xmlstream: change the connection logicmathieui
2021-01-29xmlstream: purge send queue and pending tasks on session endmathieui
2021-01-28xmlstream: do not cancel the send filter taskmathieui
2021-01-28xmlstream: fix race conditions on handlersmathieui
2021-01-28xmlstream: handle done tasks in wait_untilmathieui
2021-01-22Handle connection errors in start_tls (fix #3449)mathieui
2021-01-17XMLStream: Only fire "disconnected" after removal of related objectsmathieui