Age | Commit message (Collapse) | Author |
|
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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The tzoffset object is constructed with offset in minutes not in
seconds.
|
|
Fixes #231
|