Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
Manual updated
|
|
|
|
SASL `no_auth` event duplicated with `failed_auth`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|