Age | Commit message (Collapse) | Author |
|
It also does not work as desired.
Revert "Merge pull request #254 from barreverte/develop"
This reverts commit 23750357e21ce1e22445b2e702bdd4efb77f2369, reversing
changes made to 07284f380fa0a893a5ef56774fcef71a47851668.
|
|
|
|
tostring.escape : optimization
|
|
Pull request gevent check
|
|
Add null handler to logging engine
|
|
into joachimlindborg-xep_0323_325
Conflicts:
sleekxmpp/plugins/__init__.py
|
|
|
|
|
|
are added for stanza and streams
|
|
|
|
|
|
s/illegar/illegal/g
|
|
|
|
71.
|
|
|
|
|
|
|
|
|
|
use of xml.etree.ElementTree._escape_attrib and xml.etree.ElementTree._escape_cdata
|
|
If system doesn't has IPv6 support or dnspython package, socket.getaddrinfo
with AF_INET6 flag return weird IP info for requested host, making SleekXMPP
crush with more weird error.
|
|
|
|
|
|
@xxx.setter
this implementatian is much more verbose but faster, especilally if you are dealing a lot with JIDs
on my box, ./testall.py now takes 45s. It takes 53s in the old implementation (about 15% faster)
|
|
|
|
|
|
|
|
|
|
|
|
Issue #245
|
|
|
|
Speedup main threads loops
|
|
Do fastloop wait until task run time
|
|
Set default wait timeout as max() of previous values
|
|
|
|
|
|
See http://labs.spotify.com/2013/06/18/creative-usernames/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|