Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-26 | Fix error with session binding in components. | Lance Stout | |
2012-07-19 | Fix issue of roster data being split across multiple rosters. | Lance Stout | |
Resolved by always normalizing JIDs to bare form, regardless of if they are JID objects or strings. Also simplified related code to prefer use of JID objects instead of strings so they don't need to be parsed multiple times. | |||
2012-07-10 | Add session_bind_event threading event. | Lance Stout | |
2012-06-19 | PEP8 formatting updates. | Lance Stout | |
2012-06-09 | Use False for use_tls for components. | Lance Stout | |
A log message is shown for those who try to set it to True. Fixes issue #171 | |||
2012-06-09 | Default use_tls to False for components. | Lance Stout | |
Issue #171 | |||
2012-05-22 | Add better certificate handling. | Lance Stout | |
Certificate host names are now matched (using DNS, SRV, XMPPAddr, and Common Name), along with expiration check. Scheduled event to reset the stream once the server's cert expires. Handle invalid cert trust chains gracefully now. | |||
2012-02-17 | More import cleanups based on pyflakes results. | 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-08-12 | Merge branch 'develop' into roster | Lance Stout | |
Conflicts: setup.py sleekxmpp/clientxmpp.py | |||
2011-08-06 | Save the stream ID when the stream starts. | Lance Stout | |
2011-06-08 | Merge branch 'develop' into roster | Lance Stout | |
2011-06-08 | Send component handshake immediately. | 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 | |
Use the parameter now=True to skip the queue when sending Iq stanzas, or using xmpp.send(). | |||
2011-04-14 | remove roster item state responsibility from clients | Nathan Fritz | |
2010-11-17 | First pass at integrating the new roster manager. | Lance Stout | |
2010-11-09 | Doesn't fail if host has NO SRV record | Florent Le Coz | |
Just catch an other exception type coming from the dns resolver that could be raised with hosts like "anon.example.com" which just don't have any SRV record. | |||
2010-11-06 | Logging no longer uses root logger. | Lance Stout | |
Each module should now log into its own logger. | |||
2010-10-24 | ComponentXMPP saves all of its config data now. | Lance Stout | |
ComponentXMPP was ignoring plugin_config and plugin_whitelist parameters, making register_plugins() fail. | |||
2010-10-17 | Underscore names by default. | Lance Stout | |
Stanza objects now accept the use of underscored names. The CamelCase versions are still available for backwards compatibility, but are discouraged. The property stanza.values now maps to the old getStanzaValues and setStanzaValues, in addition to _set_stanza_values and _get_stanza_values. | |||
2010-10-06 | Made first pass at cleaning up ClientXMPP. | Lance Stout | |
Added self.stream_ns to BaseXMPP. Moved connected/disconnected events and logging to XMLStream. | |||
2010-10-06 | Made a first pass at cleaning up ComponentXMPP. | Lance Stout | |
2010-10-01 | Made first pass at cleaning BaseXMPP. | Lance Stout | |
Have not intregrated the new JID class yet. | |||
2010-07-23 | Fix shebang lines to use #!/usr/bin/env python instead of hard coding a ↵ | Lance Stout | |
python version. | |||
2010-07-20 | Issue 26. Only set from address in reply() for components | Joe Hildebrand | |
2010-07-20 | Updated license notices to use the correct MIT format. Also corrected ↵ | Lance Stout | |
references to nonexistant license.txt to LICENSE. | |||
2010-05-24 | updated README, index fix for component | Nathan Fritz | |
2010-05-24 | added plugin indexing to components | Nathan Fritz | |
2010-03-26 | changed license to MITsleek-0.9RC10.9RC1 | Nathan Fritz | |
2010-01-27 | fixed 2.6 compatibility for componentxmpp | Nathan Fritz | |
2009-12-17 | * fixed many stanza bugs | Nathan Fritz | |
* added stanza unhandled (unhandled iqs now reply with feature-not-implemented) * added stanza exceptions (stanzas may now reply with exceptions when their handler raises an exception) | |||
2009-12-15 | makeMessage and makePresence now use new stanza classes | Nathan Fritz | |
fixed component usage of stanzas | |||
2009-10-29 | * added init option for component namespace | Nathan Fritz | |
2009-10-29 | * namespace tweak for components | Nathan Fritz | |
2009-09-15 | * fixed unavailable status in sendPresence | Nathan Fritz | |
* fixed jabber:client filtering for components | |||
2009-09-05 | * fixes | Nathan Fritz | |
2009-08-31 | brought components over to python 3.x | Nathan Fritz | |
2009-07-11 | fixed typo | Nathan Fritz | |
2009-07-11 | added incoming_filter | Nathan Fritz | |
2009-07-11 | fixed relative import | Nathan Fritz | |
2009-07-11 | fixed import bug in component | Nathan Fritz | |
2009-07-11 | components now ignore namespaces in matching completely for server compatibility | Nathan Fritz | |
2009-06-03 | moved seesmic branch to trunk | Nathan Fritz | |