Age | Commit message (Expand) | Author |
2014-11-05 | Also work without SRV records | Florent Le Coz |
2014-11-03 | Depend on aiodns and not dnspython in the setup.py | mathieui |
2014-11-02 | Fix default value of dns_answers to None (instead of []) | Florent Le Coz |
2014-11-02 | Use aiodns instead of dnspython to query DNS records | mathieui |
2014-10-30 | Add the ssl_cert and ssl_invalid_chain back | mathieui |
2014-10-30 | Make the "ciphers" option work again | mathieui |
2014-10-30 | Remove the ssl_version option, as the defaults in python3.4 are sane | mathieui |
2014-10-11 | Something something get_stanza_values | Florent Le Coz |
2014-09-28 | Remove all deprecated alias in the core of slixmpp, and wherever they were used. | Emmanuel Gil Peyrot |
2014-09-28 | Remove the now useless Queue wrapper in slixmpp.util. | Emmanuel Gil Peyrot |
2014-09-28 | Don’t check for logging.NullHandler, it got added in Python 3.1. | Emmanuel Gil Peyrot |
2014-09-28 | Don’t set the wait time to True instead of leaving its float default, in ex... | Emmanuel Gil Peyrot |
2014-09-01 | Improve run_tests.py, allowing it to run only specific tests. | Emmanuel Gil Peyrot |
2014-09-01 | Remove useless ez_setup.py file, we use setuptools in the normal setup.py ins... | Emmanuel Gil Peyrot |
2014-09-01 | Clean setup.py, using modern 3.4 features. | Emmanuel Gil Peyrot |
2014-09-01 | Remove support for gevent, incompatible with python3. | Emmanuel Gil Peyrot |
2014-09-01 | Fix indentation in xep_0016. | Emmanuel Gil Peyrot |
2014-09-01 | Remove all trailing semicolons. | Emmanuel Gil Peyrot |
2014-09-01 | Remove all trailing whitespaces. | Emmanuel Gil Peyrot |
2014-09-01 | Always use OrderedDict from collections, and remove its implementation in sli... | Emmanuel Gil Peyrot |
2014-09-01 | Move examples from the deprecated optparse to argparse, and remove the redund... | Emmanuel Gil Peyrot |
2014-09-01 | Import getpass from getpass, instead of using getpass.getpass everytime. | Emmanuel Gil Peyrot |
2014-09-01 | Remove (usually) useless comments in examples about OpenFire and how to verif... | Emmanuel Gil Peyrot |
2014-09-01 | Reintroduce XMLStream.process, making it run the asyncio event loop. | Emmanuel Gil Peyrot |
2014-09-01 | Remove threaded from examples’ add_event_handler. | Emmanuel Gil Peyrot |
2014-09-01 | Remove raw_input usage and other python2 support in examples | Emmanuel Gil Peyrot |
2014-09-01 | Set the shebang to python3 everywhere. | Emmanuel Gil Peyrot |
2014-09-01 | Add pygments support to debug output. | Emmanuel Gil Peyrot |
2014-09-01 | Remove sys.version_info checks for python2 and clean some imports. | Emmanuel Gil Peyrot |
2014-08-25 | Fix saslprep for non-ascii usernames | Florent Le Coz |
2014-08-16 | Remove deprecated xmlstream/jid.py | Florent Le Coz |
2014-08-15 | Remove google modules from setup.py file | Vincent Canfield |
2014-08-01 | Fix some more blocking iq | Florent Le Coz |
2014-08-01 | Add the 'connecting' event | Florent Le Coz |
2014-08-01 | Improve the events triggered on failed authentication | Florent Le Coz |
2014-07-30 | Fix the connection (and a few minor things) in xmlstream | Florent Le Coz |
2014-07-30 | Fix the iq.send() function, and a bunch of places where it is called | Florent Le Coz |
2014-07-24 | Remove all the google stuf | Florent Le Coz |
2014-07-23 | And that | Florent Le Coz |
2014-07-23 | Forgot to remove that | Florent Le Coz |
2014-07-23 | Cleanup how events are run, they are always direct by definition now | Florent Le Coz |
2014-07-22 | Use ".remove()" instead of "is in" followed by ".pop()" | Emmanuel Gil Peyrot |
2014-07-22 | An other cleanup of xmlstream.py | Florent Le Coz |
2014-07-22 | Remove unused RestartStream exception | Florent Le Coz |
2014-07-21 | Remove the now useless state machine | Florent Le Coz |
2014-07-21 | Make connect(), abort() and reconnect() work | Florent Le Coz |
2014-07-21 | Clean a new bunch of stuf | Florent Le Coz |
2014-07-21 | Remove the send_thread() function, and the stop threading.event | Florent Le Coz |
2014-07-21 | Fix signature of init_plugins() function | Florent Le Coz |
2014-07-20 | Make xmlstream use an asyncio loop | Florent Le Coz |