Age | Commit message (Expand) | Author |
2012-06-01 | Check that the session is still alive before sending data. | Lance Stout |
2012-05-31 | Update development version number to prepare for 1.1 release. | Lance Stout |
2012-05-31 | Preemptively mark threads as exited if calling disconnect(). | Lance Stout |
2012-05-27 | Handle not being able to connect using IPv6 if the host does not support it. | Lance Stout |
2012-05-25 | Fix X-FACEBOOK-PLATFORM mechanism to work with Python3. | Lance Stout |
2012-05-22 | Add better certificate handling. | Lance Stout |
2012-05-17 | Remove unused xmlstream test client. | Lance Stout |
2012-05-16 | Spell thirdparty correctly. | Lance Stout |
2012-05-16 | Prune unused conn_test code. | Lance Stout |
2012-05-15 | Add auth_success event. | Lance Stout |
2012-05-14 | Use SASLPrepFailure as the exception name instead of UnicodeError. | Lance Stout |
2012-05-14 | Add an exception handler for SASLprep failures. | Lance Stout |
2012-05-14 | Remove extra connection info so that examples run without modification. | Lance Stout |
2012-05-14 | Add more documentation to the custom stanza examples. | Lance Stout |
2012-05-14 | Added custom_stanza example | Erick PĂ©rez Castellanos |
2012-05-14 | Add MUC events for room configuration changes. | Lance Stout |
2012-05-10 | Make the error message better regarding hanged threads. | Lance Stout |
2012-05-06 | Update other examples to use threaded mode for handlers that call disconnect() | Lance Stout |
2012-05-06 | Update send_client.py to call disconnect() from a threaded handler. | Lance Stout |
2012-05-06 | Windows doesn't support inet_pton. | Lance Stout |
2012-05-05 | Tidy up and add tests for multi_attrib plugins. | Lance Stout |
2012-05-05 | Merge pull request #163 from whooo/master | Lance Stout |
2012-05-04 | Fix loading plugins from custom modules when passing the module itself. | Lance Stout |
2012-04-30 | added multifactory and support for it to register_stanza_plugin | Erik Larsson |
2012-04-30 | Collapse initial payload to a single stanza instead of a list if only one sta... | Lance Stout |
2012-04-30 | Add full support for initial payloads with adhoc commands, plus test. | Lance Stout |
2012-04-30 | Allow providing initial payload to adhoc commands. | Lance Stout |
2012-04-29 | Add logging note about potential cause of disconnect() deadlock. | Lance Stout |
2012-04-29 | Set a timeout when waiting for threads. | Lance Stout |
2012-04-29 | Use the correct 'from' jid when requesting vcards for avatars. | Lance Stout |
2012-04-29 | Don't raise errors when receiving an iq error for vcards. | Lance Stout |
2012-04-26 | Populate the to attribute for message and presence stanzas if the server leav... | Lance Stout |
2012-04-25 | Use provided stanza ID. | Lance Stout |
2012-04-25 | Prevent corrupting roster_update event with iq result. | Lance Stout |
2012-04-24 | Ensure that SSL errors are handled in Py3.3 | Lance Stout |
2012-04-22 | Track threads to ensure all have exited when disconnecting. | Lance Stout |
2012-04-21 | Count and track the main threads, so we can delay disconnecting until all hav... | Lance Stout |
2012-04-20 | Add _use_daemons flag to XMLStream to run all threads in daemon mode. | Lance Stout |
2012-04-14 | Handle using provided weakrefs as stanza parent references. | Lance Stout |
2012-04-13 | Check for the stop event more aggressively in the send thread. | Lance Stout |
2012-04-11 | Reset attempted SASL mech set after no suitable mechs are found. | Lance Stout |
2012-04-10 | Fix DNS resolution results for IP literals. | Lance Stout |
2012-04-09 | Update setup.py with the latest plugins. | Lance Stout |
2012-04-09 | Add initial support for XEP-0153. | Lance Stout |
2012-04-08 | Initial support for XEP-0231. | Lance Stout |
2012-04-08 | Add a prefix to stanza ID values to ensure that they are unique per client. | Lance Stout |
2012-04-08 | Undo the additional Iq result checks until further testing is done. | Lance Stout |
2012-04-08 | Fix looking up local and cached vcards. | Lance Stout |
2012-04-08 | Fix errors in caps related to unwrapped disco data and full JIDs. | Lance Stout |
2012-04-08 | Ensure that wrapped disco results retain requesting iq id. | Lance Stout |