index
:
slixmpp
3449-xmpp-connection-stuck-forever-after-error-in-start_tls
WIP
adhoc-execute-next
compiler
disco
exp_idle_call
markup
master
sleek-merge
slix-1.7
Personal fork of SleekXMPP
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sleekxmpp
/
jid.py
Age
Commit message (
Expand
)
Author
2013-09-24
Fix deepcopying JIDs
Lance Stout
2013-08-16
Typo in _validate_domain error message
Dustin Ingram
2013-07-25
performance in jid : replace __getattr__ et __setattr__ by @property and @xxx...
Jean-Philippe Caruana
2012-12-21
Apparently twisted fills in inet_pton on Windows and uses different exceptions.
Lance Stout
2012-12-14
Fix some Python3 compatibility issues.
Lance Stout
2012-10-31
update JID_CACHE logic again.
Joe Hildebrand
2012-10-24
Update JID cache to do extra memoization and locking.
Lance Stout
2012-10-22
Fix JID cache (wrong in-progress version comitted earlier)
Lance Stout
2012-10-22
Optimize generating JIDs with some caching.
Lance Stout
2012-08-01
Use the proper mappings for nodeprep.
Lance Stout
2012-07-27
Compile JID pattern regex.
Lance Stout
2012-07-24
Fix JID validation bugs, add lots of tests.
Lance Stout
2012-07-24
Add more validation for 0 length JID components.
Lance Stout
2012-07-24
Finish docstrings for jid.py
Lance Stout
2012-07-24
Cleanup and docs.
Lance Stout
2012-07-24
Add JID escaping support.
Lance Stout
2012-07-24
Add validation for JIDs.
Lance Stout