Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-04 | Merge pull request #205 from SeyZ/develop | Lance Stout | |
Xep 0065 improvements | |||
2012-11-04 | Adapted the xep_0065 plugin to be compatible with all kind of others XMPP | Sandro Munda | |
client. Sent a 'socks_connected' xmpp event when the streamer is connected. | |||
2012-11-01 | Avoided to log a debug message error when the socket is normally closed. | Sandro Munda | |
2012-11-01 | Improved the gitignore files (vim temp file, .pyo file and .baboon directory). | Sandro Munda | |
Automatically pack & unpack data through the socket. Added some comments to the pack method. Handled possible error during the unpacking of data. | |||
2012-11-01 | Bump version to 1.1.11 | Lance Stout | |
2012-10-31 | Merge branch 'master' into develop | Lance Stout | |
2012-10-31 | Bump version to 1.1.11 | Lance Stout | |
2012-10-31 | Merge branch 'master' into develop | 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 ↵ | Joe Hildebrand | |
parameter to send(). An example modification of disco is included. If this approach is approved, I'll go through and update the other plugins. | |||
2012-10-31 | Merge branch 'master' into develop | Lance Stout | |
2012-10-31 | Turns out not all data is UTF-8, so don't try to decode it. | Lance Stout | |
Fixes issue #204 | |||
2012-10-24 | Merge branch 'master' into develop | Lance Stout | |
2012-10-24 | added setdefaultencoding method so reload(sys) not needed | Paul Molodowitch | |
reload(sys) could cause problem in user code - ie, sys.stdout, excepthook, and displayhook would be reset, etc | |||
2012-10-24 | Merge branch 'master' into develop | Lance Stout | |
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 | |
Passing cache_lock=True to JID() will insert the JID into the cache and prevent it from being dropped from the cache. | |||
2012-10-24 | Merge branch 'master' into develop | Lance Stout | |
2012-10-24 | Enable gevent support. | Lance Stout | |
Closes issues #166 and #167 Thanks to @pvicent, @chason, and @gabriel-samfira | |||
2012-10-22 | Merge branch 'master' into develop | 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 | Merge branch 'master' into develop | Lance Stout | |
2012-10-22 | Optimize generating JIDs with some caching. | Lance Stout | |
2012-10-19 | Merge branch 'master' into develop | 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 | Merge branch 'master' into develop | Lance Stout | |
2012-10-15 | Prevent xmlns="" in stream output. | Lance Stout | |
This was causing problems for HTML-IM because the HTML is parsed without a namespaced context. While xmlns="" technically can be valid, it's usually wrong, so this will work for now until the HTML-IM parsing is fixed. | |||
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-14 | Merge branch 'master' into develop | 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 | Merge branch 'master' into develop | Lance Stout | |
2012-10-05 | Fix empty namespaces in XEP-0045 plugin. | Lance Stout | |
2012-10-02 | Merge branch 'master' into develop | Lance Stout | |
2012-10-02 | Unclobber connected event handler names. | Lance Stout | |
Fixes issue #199 | |||
2012-10-01 | Add stream_negotiated event. | Lance Stout | |
Fires after all stream features have been processed. | |||
2012-10-01 | Update legacy auth to be used outside of stream features. | Lance Stout | |
Also, add detection of legacy XMPP version. | |||
2012-09-30 | Merge branch 'master' into develop | Lance Stout | |
2012-09-30 | Expand warning for missing ASN1 parser to include pyasn1_modules | Lance Stout | |
2012-09-28 | Merge branch 'master' into develop | Lance Stout | |