Age | Commit message (Expand) | Author |
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 |
2012-10-15 | Fix vcard-temp stanzas to include organization data. | Lance Stout |
2012-10-15 | Auto-subscribe to whitelisted JIDs if auto_subscribe is true | Lance Stout |
2012-10-15 | Merge branch 'stream_features' | Lance Stout |
2012-10-10 | Remove unneeded ssl_support checks. | Lance Stout |
2012-10-10 | Correct handling deleting plugins when xml:lang is active. | Lance Stout |
2012-10-10 | Update carbons plugin to use latest spec. | Lance Stout |
2012-10-05 | Fix XEP-0078 error handling | Lance Stout |
2012-10-05 | Fix empty namespaces in XEP-0045 plugin. | Lance Stout |
2012-10-02 | Unclobber connected event handler names. | Lance Stout |
2012-10-01 | Add stream_negotiated event. | Lance Stout |
2012-10-01 | Update legacy auth to be used outside of stream features. | Lance Stout |
2012-09-30 | Expand warning for missing ASN1 parser to include pyasn1_modules | Lance Stout |
2012-09-26 | Add support for XEP-0091: Legacy Delayed Delivery | Lance Stout |
2012-09-26 | Add support for XEP-0013: Flexible Offline Message Retrieval | Lance Stout |
2012-09-26 | Allow disco queries to got to server when no JID is specified and marked not ... | Lance Stout |
2012-09-25 | Add support for XEP-0313: Message Archive Management | Lance Stout |
2012-09-25 | Add Collector stanza handler class. | Lance Stout |
2012-09-25 | Update RSM iterator to specify where to look to count result sizes. | Lance Stout |
2012-09-25 | Add XEP-0308 Last Message Correction support | Lance Stout |
2012-09-25 | Fix copyright year | Lance Stout |
2012-09-25 | Add options to auto add ID values to message and presence stanzas. | Lance Stout |
2012-09-25 | Fix handling forwarded stanzas to do proper lookups and deletions. | Lance Stout |
2012-09-25 | Add support for XEP-0280 Message Carbons | Lance Stout |
2012-09-24 | Add XEP-0297: Stanza Forwarding support | Lance Stout |
2012-09-24 | Fix deleting non-existent stanza plugins. | Lance Stout |
2012-09-24 | Simplify stringifying XML | Lance Stout |
2012-09-18 | Remove race condition when aborting while connecting/reconnecting. | Lance Stout |
2012-09-13 | Don't break checking certs for localhost. | Lance Stout |
2012-09-11 | Add support for XEP-0049: Private XML Storage | Lance Stout |
2012-09-11 | Add support for Google's X-OAUTH2 SASL mechanism | Lance Stout |
2012-09-11 | Don't perform caps lookup if the disco info is already known. | Lance Stout |
2012-09-04 | Add support for XEP-0279: Server IP Check | Lance Stout |
2012-09-04 | Add support for XEP-0235: OAuth over XMPP | Lance Stout |
2012-09-01 | Map <group /> elements with no content to '' instead of None. | Lance Stout |