Age | Commit message (Expand) | Author |
2011-09-01 | Add tests for retrieving pubsub items. | Lance Stout |
2011-09-01 | Fix memory reference bugs. | Lance Stout |
2011-08-31 | XEP-0060 v1.13 dictates publishing/retracting one item at a time. | Lance Stout |
2011-08-31 | Simplify pubsub tests. | Lance Stout |
2011-08-31 | Add test for purging a pubsub node. | Lance Stout |
2011-08-31 | Retract stanzas are behaving oddly when using stanza values. | Lance Stout |
2011-08-31 | Test publishing multiple items, and with options. | Lance Stout |
2011-08-31 | Test publishng an item with options. | Lance Stout |
2011-08-31 | Test publishing a single item. | Lance Stout |
2011-08-31 | More pubsub unit tests! | Lance Stout |
2011-08-31 | Fix pubsub get_items. | Lance Stout |
2011-08-31 | Fix requesting pubsub node configuration, and add tests. | Lance Stout |
2011-08-31 | Added pubsub error stanza. | Lance Stout |
2011-08-31 | Create a tox config for automating tests for different Python versions. | Lance Stout |
2011-08-30 | Add tests for pubsub unsubscribe. | Lance Stout |
2011-08-30 | Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop | Lance Stout |
2011-08-30 | fixed form accessors in pubsub stanzas | Nathan Fritz |
2011-08-30 | Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop | Lance Stout |
2011-08-30 | fixed test further... but now I have an out of order problem | Nathan Fritz |
2011-08-30 | Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop | Lance Stout |
2011-08-30 | Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop | Nathan Fritz |
2011-08-30 | added publish-options element | Nathan Fritz |
2011-08-30 | Get/set pubsub subscription options. | Lance Stout |
2011-08-30 | Test pubsub subscribe. | Lance Stout |
2011-08-30 | Test and fix XEP-0060 delete_node() | Lance Stout |
2011-08-30 | Fix typo | Lance Stout |
2011-08-29 | Finish up all major actions in the current XEP-0060. | Lance Stout |
2011-08-29 | Stub out missing functionality for pubsub | Lance Stout |
2011-08-26 | The ifrom parameter doesn't need special treatment. | Lance Stout |
2011-08-26 | Add docs + extended Iq send arguments to pubsub methods. | Lance Stout |
2011-08-26 | Fix typos in XEP-0060, start of docs and tests. | Lance Stout |
2011-08-25 | Simplify the main process loop. | Lance Stout |
2011-08-25 | Make the timeout for event queue checks configurable. | Lance Stout |
2011-08-25 | Added XMLStream.configure_dns. | Lance Stout |
2011-08-25 | Session timeout now defaults to 45sec, but can be adjusted. | Lance Stout |
2011-08-25 | Handle sending stanzas in chunks if the socket has poor performance. | Lance Stout |
2011-08-25 | Shutdown socket before closing. | Lance Stout |
2011-08-25 | Update scheduler with locks and ability to remove tasks. | Lance Stout |
2011-08-25 | Add overridable method self.configure_socket(). | Lance Stout |
2011-08-25 | Fix tests in Python3. | Lance Stout |
2011-08-24 | Fix handling of DNS exceptions. | Lance Stout |
2011-08-24 | Clean and get setup.py working once and for all. | Lance Stout |
2011-08-23 | Remove extra debugging code that made it into a commit.sleek-1.0-RC11.0-RC1 | Lance Stout |
2011-08-19 | Make Iq exceptions more discoverable and simpler to use. | Lance Stout |
2011-08-18 | Update the README | Lance Stout |
2011-08-18 | Route all unhandled exceptions through XMLStream.exception. | Lance Stout |
2011-08-18 | PEP8 edits | Lance Stout |
2011-08-18 | Remove extra, unhelpful presence debug log. | Lance Stout |
2011-08-18 | Up the timeout to 30sec instead of 10sec. | Lance Stout |
2011-08-18 | Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop | Lance Stout |