summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream
AgeCommit message (Expand)Author
2012-06-20Make the use of IPv6 configurable.Lance Stout
2012-06-19Allow message and presence stanzas to be embedded as substanzas.Lance Stout
2012-06-19Remove usage of deprecated getchildren() method.Lance Stout
2012-06-19PEP8 formatting updates.Lance Stout
2012-06-19Properly handle certs with no extensions.Lance Stout
2012-06-18Enable using xml:lang with normal interfaces.Lance Stout
2012-06-18Add initial support for xml:lang for streams and stanza plugins.Lance Stout
2012-06-15Ensure that ssl_invalid_cert returns PEM formatted certifcate data.Lance Stout
2012-06-13Prevent duplicate certificate expiration timers.Lance Stout
2012-06-09Add extra check for the cert in the expiration handler.Lance Stout
2012-06-09Fix SSL handshake handling when not using legacy SSL.Lance Stout
2012-06-09Ensure that all SSL cert error handling is overridable using event handlers.Lance Stout
2012-06-04Don't add cert expiration timer if no certs are being used.Lance Stout
2012-06-01Fix syntax error in line continuation.Lance Stout
2012-06-01Check that the session is still alive before sending data.Lance Stout
2012-05-31Preemptively mark threads as exited if calling disconnect().Lance Stout
2012-05-27Handle not being able to connect using IPv6 if the host does not support it.Lance Stout
2012-05-22Add better certificate handling.Lance Stout
2012-05-17Remove unused xmlstream test client.Lance Stout
2012-05-10Make the error message better regarding hanged threads.Lance Stout
2012-05-06Windows doesn't support inet_pton.Lance Stout
2012-05-05Tidy up and add tests for multi_attrib plugins.Lance Stout
2012-04-30added multifactory and support for it to register_stanza_pluginErik Larsson
2012-04-29Add logging note about potential cause of disconnect() deadlock.Lance Stout
2012-04-29Set a timeout when waiting for threads.Lance Stout
2012-04-25Use provided stanza ID.Lance Stout
2012-04-24Ensure that SSL errors are handled in Py3.3Lance Stout
2012-04-22Track threads to ensure all have exited when disconnecting.Lance Stout
2012-04-21Count and track the main threads, so we can delay disconnecting until all hav...Lance Stout
2012-04-20Add _use_daemons flag to XMLStream to run all threads in daemon mode.Lance Stout
2012-04-14Handle using provided weakrefs as stanza parent references.Lance Stout
2012-04-13Check for the stop event more aggressively in the send thread.Lance Stout
2012-04-10Fix DNS resolution results for IP literals.Lance Stout
2012-04-08Add a prefix to stanza ID values to ensure that they are unique per client.Lance Stout
2012-04-06Correct the statemachine's ensure_any method.Lance Stout
2012-04-06Add default mapping of localhost to ::1 and 127.0.0.1Lance Stout
2012-04-01Display IPv6 literal addresses in brackets.Lance Stout
2012-03-30Improve connection handling by not delaying until all DNS records are tried.Lance Stout
2012-03-30Add better DNS resolver wrapper.Lance Stout
2012-03-28Fix sending data after </stream>Lance Stout
2012-03-27Improve handling disconnections.Lance Stout
2012-03-27Add support for a new type of stanza interface: boolLance Stout
2012-03-27Simplify sending whitespace keepalives.Lance Stout
2012-03-21Correct handling of acks for XEP-0198 under heavy load.Lance Stout
2012-03-21Respect reattempt=False setting when reconnecting.Lance Stout
2012-03-20Correct connect() documentation, don't delay attempts if reattempt=False.Lance Stout
2012-03-18Add out_sync filter category.Lance Stout
2012-03-12Add setting for maximum number of reconnection attempts.Lance Stout
2012-03-07Modify the cert event to provide the PEM encoded cert in all cases.Lance Stout
2012-02-22Let disconnect() wait for its lock for a few seconds.Lance Stout