Age | Commit message (Expand) | Author |
2013-01-21 | Add plugin for Google's nosave feature. | Lance Stout |
2013-01-21 | Fix issues in Google settings plugin. | Lance Stout |
2013-01-21 | Simplify Gmail notifications. | Lance Stout |
2013-01-20 | Add Google Settings plugin. | Lance Stout |
2013-01-20 | Modernize the Gmail plugin. | Lance Stout |
2013-01-20 | Remove old versions of some plugins. | Lance Stout |
2013-01-20 | Updated XEP-0199 to take and return standardized values. | Lance Stout |
2013-01-20 | Add BoB data to message and presence stanzas. | Lance Stout |
2013-01-20 | Remove unused portions of XMLMask | Lance Stout |
2013-01-20 | Update tests for XEP-0092 | Lance Stout |
2013-01-20 | Allow for simplified XPath namespaces | Lance Stout |
2013-01-20 | Updated XEP-0092 to take callbacks and return the version result stanza. | Lance Stout |
2013-01-16 | Ensure that initial vCard requests are sent. | Lance Stout |
2013-01-16 | Fix logging for vcard lookup failure. | Lance Stout |
2013-01-16 | Set vCard avatar hash on startup. | Lance Stout |
2013-01-16 | Fix setting autojoin in bookmarks. | Lance Stout |
2013-01-11 | Don't reset exponential backoff delay until a stream has been confirmed. | Lance Stout |
2013-01-09 | Fix sending BOB data in Python3 | Lance Stout |
2013-01-08 | Give X-FACEBOOK-PLATFORM precedence over DIGEST-MD5 | Lance Stout |
2013-01-04 | Add XEP-0048 support | Lance Stout |
2013-01-04 | Fix setting publish options for pubsub storage. | Lance Stout |
2013-01-02 | util/sasl/mechanisms.py: SASLMutualAuthFailed not defined | Oskari Timperi |
2013-01-02 | Fix startup issues with components using caps and vcards. | Lance Stout |
2012-12-29 | Fix other instance of inet_pton usage. | Lance Stout |
2012-12-21 | Apparently twisted fills in inet_pton on Windows and uses different exceptions. | Lance Stout |
2012-12-18 | Fix unicode conversion in Python3 | Lance Stout |
2012-12-14 | Fix some Python3 compatibility issues. | Lance Stout |
2012-12-03 | Fix requesting channel binding from sockets that don't support it. | Lance Stout |
2012-11-27 | Fix DIGEST-MD5 support for picky servers | Lance Stout |
2012-11-27 | Use the username credential instead of jid to enable ANONYMOUS auth. | Lance Stout |
2012-11-27 | Allow for more credential values to be user specified instead of auto-filled. | Lance Stout |
2012-11-09 | Don't clobber SASL config when specifying sasl_mech in ClientXMPP constructor. | Lance Stout |
2012-10-31 | Bump version to 1.1.11 | Lance Stout |
2012-10-31 | Relax timing issues in Iq timeout callback test. | Lance Stout |
2012-10-31 | update JID_CACHE logic again. | Joe Hildebrand |
2012-10-31 | Allow IQ timeouts to be asynchronous, by passing a timeout_callback parameter... | Joe Hildebrand |
2012-10-31 | Turns out not all data is UTF-8, so don't try to decode it. | Lance Stout |
2012-10-24 | added setdefaultencoding method so reload(sys) not needed | Paul Molodowitch |
2012-10-24 | Lock the bound JID in the JID cache. | Lance Stout |
2012-10-24 | Update JID cache to do extra memoization and locking. | Lance Stout |
2012-10-24 | Enable gevent support. | Lance Stout |
2012-10-22 | Fix JID cache (wrong in-progress version comitted earlier) | Lance Stout |
2012-10-22 | Respond to probes when the subscription is 'from', not 'to'. | Lance Stout |
2012-10-22 | Optimize generating JIDs with some caching. | Lance Stout |
2012-10-19 | Add support for XEP-0257: Client Certificate Management for SASL EXTERNAL | Lance Stout |
2012-10-19 | Allow passing form instructions as a list of strings. | Lance Stout |
2012-10-18 | Always cache published vcard | Lance Stout |
2012-10-18 | Recognize plugin stanzas when they're appended. | Lance Stout |
2012-10-15 | Prevent xmlns="" in stream output. | Lance Stout |
2012-10-15 | Simplify xep-0084 avatar metadata publishing. | Lance Stout |