Age | Commit message (Expand) | Author |
2015-04-11 | Merge pull request #329 from FlySnake/send_queue_overflow | Mike Taylor |
2015-04-11 | Merge pull request #328 from FlySnake/develop | Mike Taylor |
2015-04-11 | Merge pull request #331 from mathieui/develop | Mike Taylor |
2015-04-11 | Merge pull request #348 from gribouille-dev/tor_fixes | Mike Taylor |
2015-04-11 | Merge pull request #349 from mulog1990/ssl-version-fix | Mike Taylor |
2015-04-11 | Merge pull request #354 from erigones/develop | Mike Taylor |
2015-04-11 | Create .travis.yml | Mike Taylor |
2015-04-04 | Use a full JID for testing. | Emmanuel Gil Peyrot |
2015-04-04 | Iq.send: set the timeout even when no timeout_callback is set | Emmanuel Gil Peyrot |
2015-04-04 | XMLStream: add a forever parameter to process(), defaulting to True, to selec... | Emmanuel Gil Peyrot |
2015-03-25 | Fixed bug #353 Python3 XEP-0084 error | Richard Kellner |
2015-03-10 | ssl-version not passed to wrap_socket, fixed | mulog1990 |
2015-03-09 | Makes XEP-0009 compatible with Python 3 while maintaining compatibility with ... | Cédric Souchon |
2015-03-02 | XMLStream: factorize the highlight function so it can be used in tests as well | Emmanuel Gil Peyrot |
2015-02-28 | Set XMLStream.socket after the SSL connection is made too | mathieui |
2015-02-28 | XEP-0325: Don’t use threading | mathieui |
2015-02-28 | Revert or edit most previous XEP plugin changes | mathieui |
2015-02-28 | Fix examples relying on the changed API | mathieui |
2015-02-28 | Change the API to make iq.send() always return a future | mathieui |
2015-02-24 | Update the documentation and examples | mathieui |
2015-02-24 | XEP-0279: wrap check_ip() with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0050: wrap send_command() and get_commands() with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0258: wrap get_catalog() with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0231: wrap get_bob() with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0202: wrap get_entity_time() with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0084: fix setting and getting the Data value | mathieui |
2015-02-24 | XEP-0012: wrap get_last_activity() with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0280: wrap functions with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0191: wrap functions with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0092: wrap get_version() with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0257: wrap functions with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0199: wrap functions with coroutine_wrapper and make ping() a coroutine | mathieui |
2015-02-24 | XEP-0077: wrap functions with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0049: wrap functions with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0115: fix a handler which expected an iq to block | mathieui |
2015-02-24 | XEP-0153: wrap functions with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0054: wrap functions with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0084: wrap functions with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0163: wrap publish() with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0060: wrap all iq-sending functions with coroutine_wrapper | mathieui |
2015-02-24 | XEP-0030: allow get_info and get_items to return a coroutine | mathieui |
2015-02-24 | Fix dns resolution without aiodns | mathieui |
2015-02-24 | Remove the filesocket shim (2.6 compatibility) | mathieui |
2015-02-23 | Add back stanza-specific exception handlers | mathieui |
2015-02-23 | Import xmlstream.asyncio and coroutine_wrapper at the top level | mathieui |
2015-02-23 | Add a coroutine_wrapper decorator | mathieui |
2015-02-23 | Add a coroutine parameter to iq.send() to return a coroutine | mathieui |
2015-02-22 | Use CallbackCoroutine with Iq callbacks too | mathieui |
2015-02-22 | Allow event handlers to be coroutine functions | mathieui |
2015-02-21 | Add a “blocking” send_coroutine method to the Iq class | mathieui |