summaryrefslogtreecommitdiff
path: root/slixmpp/xmlstream
AgeCommit message (Expand)Author
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-18stanza: rework the .append() and __eq__ methodsmathieui
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-04stanzabase: make _get_plugin part of the public APImathieui
2021-02-04xmlstream: make dns_answers privatemathieui
2021-02-04xmlstream: make connect_loop_wait privatemathieui
2021-02-04docs: remove python 2 bug workaround explanationsmathieui
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
2020-12-10docs: update docstrings for sphinx conformitymathieui
2020-12-06Merge branch 'no-ordered-stuff' into 'master'mathieui
2020-12-06Remove OrderedDict usageEmmanuel Gil Peyrot
2020-12-04XMLStream: Add a wait_until coroutinemathieui
2020-12-02ElementBase: serialize JID objects as strings automaticallymathieui
2020-10-01Merge branch 'master' into 'master'Maxime Buquet
2020-10-01StanzaBase.send: remove inexisting param in docstring -- thanks elghinnMaxime “pep” Buquet
2020-06-12Cancel run_filters task upon disconnectehendrix23
2020-05-02Fix a regression introduced in 1.5.0mathieui
2020-04-04Fix TypeError: 'NoneType' object is not an iteratorjheling
2020-04-04Merge branch 'fix-celementtree-import' into 'master'mathieui
2020-04-04fire 'disconnected' callback from abort()Georg Lukas
2020-04-04expose is_connecting state based on connection attempt futureGeorg Lukas
2020-03-29Reset reconnect delay on manual reconnect, add delay eventGeorg Lukas
2020-03-28cElementTree has been deprecated since Python 3.3 and removed in Python 3.9.Karthikeyan Singaravelan
2020-03-23reconnect: fix callback when not currently connectedGeorg Lukas
2019-12-27Put the queue exception at toplevelmathieui
2019-12-27Improve the send queue code a bitmathieui