summaryrefslogtreecommitdiff
path: root/sleekxmpp/jid.py
AgeCommit message (Expand)Author
2012-10-31update JID_CACHE logic again.Joe Hildebrand
2012-10-24Update JID cache to do extra memoization and locking.Lance Stout
2012-10-22Fix JID cache (wrong in-progress version comitted earlier)Lance Stout
2012-10-22Optimize generating JIDs with some caching.Lance Stout
2012-08-01Use the proper mappings for nodeprep.Lance Stout
2012-07-27Compile JID pattern regex.Lance Stout
2012-07-24Fix JID validation bugs, add lots of tests.Lance Stout
2012-07-24Add more validation for 0 length JID components.Lance Stout
2012-07-24Finish docstrings for jid.pyLance Stout
2012-07-24Cleanup and docs.Lance Stout
2012-07-24Add JID escaping support.Lance Stout
2012-07-24Add validation for JIDs.Lance Stout