Age | Commit message (Expand) | Author |
2012-03-07 | Add support for roster versioning. | Lance Stout |
2012-02-17 | More import cleanups based on pyflakes results. | Lance Stout |
2012-02-09 | Add support for querying and connecting to IPv6 addresses. | Lance Stout |
2012-01-20 | Add an extra config dict to store SASL credentials. | Lance Stout |
2012-01-18 | Revert "Remove stream feature handlers on session_start." | Lance Stout |
2012-01-17 | Remove stream feature handlers on session_start. | Lance Stout |
2012-01-12 | Update Roster stanza to use RosterItem substanzas. | Lance Stout |
2012-01-10 | Make get_roster(block=False) work properly. | Lance Stout |
2012-01-06 | Fix client_roster when the bare JID changes after binding. | Lance Stout |
2011-12-05 | Updated last bit of core files to use new API format. | Lance Stout |
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-14 | Fix typo | Lance Stout |
2011-11-11 | Add use_ssl parameter to ClientXMPP.connect | Lance Stout |
2011-09-28 | Allow SASL mechanism to be set when creating a ClientXMPP instance. | Lance Stout |
2011-08-25 | Session timeout now defaults to 45sec, but can be adjusted. | Lance Stout |
2011-08-18 | PEP8 edits | Lance Stout |
2011-08-18 | added inline documentation for new dns methods | Nathan Fritz |
2011-08-18 | fixed manual address definition | Nathan Fritz |
2011-08-18 | Fix exceptions for Python3 | Lance Stout |
2011-08-18 | DNS is now properly checked and different answers are tried for each reconnec... | Nathan Fritz |
2011-08-12 | Merge branch 'develop' into roster | Lance Stout |
2011-08-12 | Merge branch 'exceptions' into develop | Nathan Fritz |
2011-08-04 | added block as process option and updated documentation. added typical use ex... | Nathan Fritz |
2011-08-04 | Merge branch 'develop' into roster | Lance Stout |
2011-08-03 | Merge branch 'develop' into stream_features | Lance Stout |
2011-08-03 | Integrate a modified version of Dave Cridland's Suelta SASL library. | Lance Stout |
2011-07-27 | Merge branch 'develop' into exceptions | Lance Stout |
2011-07-27 | Merge branch 'develop' into roster | Lance Stout |
2011-07-27 | Fix error with DNS selection. | Lance Stout |
2011-07-16 | Do a weighted choice among the highest prioritized items based on weight inst... | Kim Alvefur |
2011-07-02 | Use a set to track negotiated features. | Lance Stout |
2011-07-02 | Simplify SASL mech registration. | Lance Stout |
2011-07-02 | Finish cleaning up stream feature organization. | Lance Stout |
2011-07-01 | Continued reorganization and streamlining. | Lance Stout |
2011-06-30 | Reorganize features into plugins. | Lance Stout |
2011-06-29 | Fix SASL mechanism selection bug. | Lance Stout |
2011-06-28 | Reorganized stream level stanzas. | Lance Stout |
2011-06-16 | Integrate roster with ClientXMPP. | Lance Stout |
2011-06-01 | Begin experimental use of exceptions. | Lance Stout |
2011-05-31 | Merge branch 'develop' into stream_features | Lance Stout |
2011-05-31 | Merge branch 'develop' into roster | Lance Stout |
2011-05-27 | Don't use the send queue for stream initialization. | Lance Stout |
2011-05-20 | Merge branch 'develop' into stream_features | Lance Stout |
2011-05-20 | Merge branch 'develop' into roster | Lance Stout |
2011-05-20 | Handle callback return value case. | Lance Stout |
2011-05-20 | Merge branch 'develop' into stream_features | Lance Stout |
2011-05-20 | Merge branch 'develop' into roster | Lance Stout |
2011-05-20 | Resolve timeout errors for get_roster. | Lance Stout |
2011-03-22 | Merge branch 'develop' into stream_features | Lance Stout |