summaryrefslogtreecommitdiff
path: root/sleekxmpp/jid.py
AgeCommit message (Expand)Author
2014-07-17Rename to slixmppFlorent Le Coz
2013-09-24Fix deepcopying JIDsLance Stout
2013-08-16Typo in _validate_domain error messageDustin Ingram
2013-07-25performance in jid : replace __getattr__ et __setattr__ by @property and @xxx...Jean-Philippe Caruana
2012-12-21Apparently twisted fills in inet_pton on Windows and uses different exceptions.Lance Stout
2012-12-14Fix some Python3 compatibility issues.Lance Stout
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