Age | Commit message (Expand) | Author |
2011-11-19 | Use a list comprehension instead of filter() to work with Python3. | Lance Stout |
2011-11-19 | Merge remote-tracking branch 'vijayp/master' into HEAD | Lance Stout |
2011-11-19 | double copy | Vijay Pandurangan |
2011-11-19 | elide unnecessary copy | Vijay Pandurangan |
2011-11-19 | remove unnecessary copies when only one handler matches. This was taking up ~... | Vijay Pandurangan |
2011-11-19 | Tidy up logging calls. | Lance Stout |
2011-11-20 | This change stops sleekxmpp from spending huge amounts of time unnecessarily ... | Vijay Pandurangan |
2011-11-19 | This change stops sleekxmpp from spending huge amounts of time unnecessarily ... | Vijay Pandurangan |
2011-11-18 | Bump next release version to 1.0-RC4 | Lance Stout |
2011-11-18 | Also fire changed_status when the status text changes for a resource. | Lance Stout |
2011-11-18 | Fix changed_status event | Lance Stout |
2011-11-14 | No need to continue processing loop if an error ocurred and auto_reconnect=Fa... | Lance Stout |
2011-11-14 | Fix typo | Lance Stout |
2011-11-14 | Explicitly test for inequality in JIDs. | Lance Stout |
2011-11-11 | Add use_ssl parameter to ClientXMPP.connect | Lance Stout |
2011-11-08 | Don't just call self.disconnect in self.reconnect. | Lance Stout |
2011-11-07 | Continue trying to reconnect, even if the attempt fails. | Lance Stout |
2011-11-06 | Fix a crash when removing a contact. | Lance Stout |
2011-11-06 | Restore original behaviour for auto_authorize and auto_subscribe. | Lance Stout |
2011-10-27 | FIX SCRAM-SHA-1-PLUS | Lance Stout |
2011-10-11 | Update the docs for XEP-0060 publish method. | Lance Stout |
2011-10-10 | Fix MUC methods to optionally specify the sending JID. | Lance Stout |
2011-10-08 | Break reference cycle to fix potential memory leaks for callback handlers. | Lance Stout |
2011-10-07 | Fix typos in the roster update method. | Lance Stout |
2011-10-05 | XEP-0009 will likely be updated to use <base64 /> instead of <Base64 /> | Lance Stout |
2011-10-04 | Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop | Lance Stout |
2011-10-04 | Fix missing import statement. | Lance Stout |
2011-10-03 | Make RPC events threaded | Correl Roush |
2011-09-28 | Allow SASL mechanism to be set when creating a ClientXMPP instance. | Lance Stout |
2011-09-28 | Expand live stream testing capabilities. | Lance Stout |
2011-09-23 | Fix del_event_handler for Python3 (different semantics for filter()). | Lance Stout |
2011-09-22 | Fix regression for handling the case where the server terminates the stream. | Lance Stout |
2011-09-19 | SyntaxError requires a restart | Nathan Fritz |
2011-09-02 | Make get_node_config block by default. | Lance Stout |
2011-09-01 | Tweak setup.py, and bump dev version to RC3. | Lance Stout |
2011-09-01 | Add whitespace keepalive option.sleek-1.0-RC21.0-RC2 | Lance Stout |
2011-09-01 | remove ping schedule on disconnect | Nathan Fritz |
2011-09-01 | Mark pubsub state stanzas as non-standard. | Lance Stout |
2011-09-01 | More stanza cleanup for pubsub. | Lance Stout |
2011-09-01 | Some more minor cleanup. | Lance Stout |
2011-09-01 | Clean up pubsub#event stanzas. | Lance Stout |
2011-09-01 | Clean up pubsub#owner stanzas. | Lance Stout |
2011-09-01 | Add support for notify attribute when retracting an item. | Lance Stout |
2011-09-01 | Add ability to get global/node default subscription options. | Lance Stout |
2011-09-01 | Clean up pubsub stanzas. | Lance Stout |
2011-09-01 | Owners can modify subscriptions/affiliations. With tests. | Lance Stout |
2011-09-01 | Users can retrieve their affiliations now, with tests. | Lance Stout |
2011-09-01 | Add ability for a user to get retrieve subscriptions, with tests. | Lance Stout |
2011-09-01 | Add tests for pubsub subscription options. | Lance Stout |
2011-09-01 | Add tests for retrieving pubsub items. | Lance Stout |