Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-20 | This change stops sleekxmpp from spending huge amounts of time unnecessarily ↵ | Vijay Pandurangan | |
computing logging data that may never be used. This is a HUGE performance improvement; in some of my test runs, unnecessary string creation was accounting for > 60% of all CPU time. Note that using % in a string will _always_ perform the sting substitutions, because the strings are constructed before the function is called. So log.debug('%s' % expensiveoperation()) will take about the same CPU time whether or not the logging level is DEBUG or INFO. if you use , no substitutions are performed unless the string is actually logged | |||
2011-01-23 | My hunch is that these should also be updated. | Stefan de Konink | |
2010-10-07 | Moved the pubsub tester to conn_tests. | Lance Stout | |
2010-05-28 | control-c fixes | Nathan Fritz | |
2010-05-27 | added pubsubjobs test | Nathan Fritz | |
2010-05-27 | added pubsub state stanzas and scheduled events | Nathan Fritz | |
2010-05-12 | fixed a rather large memory leak | Nathan Fritz | |
2010-05-11 | Merge branch 'master' of git@github.com:fritzy/SleekXMPP | Nathan Fritz | |
2010-05-11 | use pubsub settings | Nathan Fritz | |
2010-04-30 | added collection tests | Nathan Fritz | |
2010-04-23 | pubsub test work | Nathan Fritz | |
2010-04-22 | bugfixes and continuing to work on pubsub tests | Nathan Fritz | |
2010-04-19 | added pubsub tests and fixed match on iterator error | Nathan Fritz | |
2010-04-14 | initial add of pubsub server interaction tests | Nathan Fritz | |