Age | Commit message (Collapse) | Author |
|
|
|
@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)
|
|
Caught OSError when querying AAAA records.
|
|
|
|
|
|
|
|
|
|
Blocking queue get
|
|
|
|
Issue #245
|
|
|
|
|
|
|
|
Speedup main threads loops
|
|
Skip EINTR errors on raw sockets
|
|
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/
|
|
|
|
|
|
Properly set itemID for XEP-0084 metadata
|
|
|
|
Add xep_0095 and xep_0096 to setup so they are installed into the egg
|
|
|
|
|
|
|
|
|
|
|
|
.stripped() would result in error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix in tzoffset and _get_fixed_offset_tz
|
|
The tzoffset object is constructed with offset in minutes not in
seconds.
|
|
Fixes #231
|
|
|
|
|
|
|
|
|
|
|
|
Some events refactoring
|
|
Manual updated
|
|
|
|
SASL `no_auth` event duplicated with `failed_auth`
|