Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-14 | Remap old method names in a better way. | Lance Stout | |
This should prevent some reference cycles that will cause garbage collection issues. | |||
2010-11-17 | Make live stream tests work better. | Lance Stout | |
SleekTest can now use matchers when checking stanzas, using the method parameter for self.check(), self.recv(), and self.send(): method='exact' - Same behavior as before 'xpath' - Use xpath matcher 'id' - Use ID matcher 'mask' - Use XML mask matcher 'stanzapath' - Use StanzaPath matcher recv_feature and send_feature only accept 'exact' and 'mask' for now. | |||
2010-11-06 | Logging no longer uses root logger. | Lance Stout | |
Each module should now log into its own logger. | |||
2010-09-01 | Updated all of the matcher classes in sleekxmpp.xmlstream.matcher. | Lance Stout | |
Matchers are now PEP8 compliant and have documentation. | |||
2010-07-20 | Updated license notices to use the correct MIT format. Also corrected ↵ | Lance Stout | |
references to nonexistant license.txt to LICENSE. | |||
2010-03-26 | changed license to MITsleek-0.9RC10.9RC1 | Nathan Fritz | |
2010-01-15 | fixed matcher bug introduced with stanza matching | Nathan Fritz | |
2010-01-15 | xep 30 and 50 always reply from jid iq sent to | Nathan Fritz | |
2010-01-08 | * python 2.6 compatibility | Nathan Fritz | |
2009-07-11 | xmlmask now ignores namespace on subdomains properly if ignore_ns is set | Nathan Fritz | |
2009-07-11 | components now ignore namespaces in matching completely for server compatibility | Nathan Fritz | |
2009-06-03 | moved seesmic branch to trunk | Nathan Fritz | |