summaryrefslogtreecommitdiff
path: root/sleekxmpp
AgeCommit message (Expand)Author
2010-11-18Added __repr__ for JIDs.Lance Stout
2010-11-17Fix stream test errors.Lance Stout
2010-11-17Fix Node set to None error.Lance Stout
2010-11-17Fixed some live stream test errors.Lance Stout
2010-11-17Fix RESPONSE_TIMEOUT dependency loops.Lance Stout
2010-11-17Merge branch 'develop' into rosterLance Stout
2010-11-17Make live stream tests work better.Lance Stout
2010-11-17Cleaned basexmpp.pyLance Stout
2010-11-17Remove extraneous files.Lance Stout
2010-11-17Merge branch 'roster' of github.com:fritzy/SleekXMPP into rosterLance Stout
2010-11-17More cleanup.Lance Stout
2010-11-17More docs!Lance Stout
2010-11-17Added more docs.Lance Stout
2010-11-17Added docs for main Roster class.Lance Stout
2010-11-17Cleaned up names.Lance Stout
2010-11-17First pass at integrating the new roster manager.Lance Stout
2010-11-16scheduler no longer waits for the next event before exitingsleek-1.0-Beta41.0-Beta4Nathan Fritz
2010-11-16xep_0199 ping now uses scheduler instead of dedicated threadsleek-1.0-Beta31.0-Beta3Nathan Fritz
2010-11-10Add a groupchat_subject eventFlorent Le Coz
2010-11-09Doesn't fail if host has NO SRV recordFlorent Le Coz
2010-11-06Logging no longer uses root logger.Lance Stout
2010-11-05Simplified SleekTest.Lance Stout
2010-11-04Fix bug introduced while fixing another bug.Lance Stout
2010-11-04fixed indent errorsNathan Fritz
2010-11-03Fixes for XEP-0199 plugin.Lance Stout
2010-11-03Merge branch 'develop' of github.com:fritzy/SleekXMPP into developLance Stout
2010-11-03Catch exceptions for direct events.Lance Stout
2010-11-03Updated namespaced used in the XEP-0199 plugin.Lance Stout
2010-10-31Fix bug in XEP-0030 plugin.Lance Stout
2010-10-28Added try/except for setting signal handlers.Lance Stout
2010-10-27SSL and signal fixes.Lance Stout
2010-10-27More cleanup.Lance Stout
2010-10-27More docs!Lance Stout
2010-10-27Added more docs.Lance Stout
2010-10-27Added docs for main Roster class.Lance Stout
2010-10-27Cleaned up names.Lance Stout
2010-10-26First pass at integrating the new roster manager.Lance Stout
2010-10-25Added XEP-202 Entity Time plugin.Lance Stout
2010-10-25Added XEP-0012 Last Activity plugin.Lance Stout
2010-10-25Made exceptions work.sleek-1.0-Beta21.0-Beta2Lance Stout
2010-10-25Fixed bug in presence subscription handling.Lance Stout
2010-10-24More JID unit tests.Lance Stout
2010-10-24Fixed got_offline triggering bug.Lance Stout
2010-10-24Fixed resource bug in JIDs.Lance Stout
2010-10-24Make SleekTest streams register all plugins.Lance Stout
2010-10-24ComponentXMPP saves all of its config data now.Lance Stout
2010-10-24Merge branch 'develop' of github.com:fritzy/SleekXMPP into developLance Stout
2010-10-24Fixed error in client roster handling.Lance Stout
2010-10-21presence no longer replies when exception is caught and tweaks to presence ev...Nathan Fritz
2010-10-21Fixed mixed text and elements bug in tostring.Lance Stout