Age | Commit message (Expand) | Author |
2011-03-22 | Updated XEP-0128 plugin to work with the new XEP-0030 plugin. | Lance Stout |
2011-03-18 | Change namespace inclusion in strings. | Lance Stout |
2011-03-18 | Fix self.disconnect(reconnect=True) not working. | Lance Stout |
2011-02-23 | Bring back the signal handlers (and the "killed" event). | Lance Stout |
2011-02-14 | Use the _build_stanza method. | Lance Stout |
2011-02-14 | Remap old method names in a better way. | Lance Stout |
2011-02-14 | More attempts at fixing garbage collection. | Lance Stout |
2011-02-14 | Break references that can prevent garbage collection. | Lance Stout |
2011-02-13 | Simplification when removing a deletable handler. | Lance Stout |
2011-02-13 | Make one-off Callbacks ready for deletion after the prerun step. | Lance Stout |
2011-02-11 | XMPPError exceptions can keep a stanza's contents. | Lance Stout |
2011-01-27 | Make stanza.plugins an OrderedDict. | Lance Stout |
2011-01-27 | Recognize stanzas that don't use the default namespace. | Lance Stout |
2011-01-26 | Cleanup for stanzabase. | Lance Stout |
2011-01-26 | Upgraded how subitem works. | Lance Stout |
2011-01-19 | Make extending stanza objects nicer. | Lance Stout |
2011-01-16 | Raise the event 'socket_error' when a socket error occurs. | Lance Stout |
2011-01-14 | Add a note for debug statement when running scheduled events. | Lance Stout |
2011-01-13 | Fix bug in JID class. Attribute .jid now works properly. | Lance Stout |
2011-01-05 | Allow JID objects to be compared with strings. | Lance Stout |
2010-12-17 | Make tests pass for catching exceptions. | Lance Stout |
2010-12-16 | Use daemon threads instead of signals. | Lance Stout |
2010-12-16 | Added support for using SSL CA certificates. | Lance Stout |
2010-12-07 | Add support for using xml:lang values. | Lance Stout |
2010-11-18 | Added __repr__ for JIDs. | Lance Stout |
2010-11-17 | Fix RESPONSE_TIMEOUT dependency loops. | Lance Stout |
2010-11-17 | Make live stream tests work better. | Lance Stout |
2010-11-16 | scheduler no longer waits for the next event before exitingsleek-1.0-Beta41.0-Beta4 | Nathan Fritz |
2010-11-06 | Logging no longer uses root logger. | Lance Stout |
2010-11-05 | Simplified SleekTest. | Lance Stout |
2010-11-04 | Fix bug introduced while fixing another bug. | Lance Stout |
2010-11-04 | fixed indent errors | Nathan Fritz |
2010-11-03 | Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop | Lance Stout |
2010-11-03 | Catch exceptions for direct events. | Lance Stout |
2010-10-31 | Fix bug in XEP-0030 plugin. | Lance Stout |
2010-10-28 | Added try/except for setting signal handlers. | Lance Stout |
2010-10-27 | SSL and signal fixes. | Lance Stout |
2010-10-25 | Made exceptions work.sleek-1.0-Beta21.0-Beta2 | Lance Stout |
2010-10-24 | More JID unit tests. | Lance Stout |
2010-10-24 | Fixed resource bug in JIDs. | Lance Stout |
2010-10-21 | Fixed mixed text and elements bug in tostring. | Lance Stout |
2010-10-20 | misc small tweakssleek-1.0-Beta11.0-Beta1 | Nathan Fritz |
2010-10-20 | reconnect if session isn't established within 15 seconds | Nathan Fritz |
2010-10-20 | capture SIGHUP and SIGTERM (windows) and disconnect; also testall no longer l... | Nathan Fritz |
2010-10-20 | fixed disconnect | Nathan Fritz |
2010-10-18 | Continue converting to underscored names. | Lance Stout |
2010-10-17 | Underscore names by default. | Lance Stout |
2010-10-16 | Cleanup, restore PEP8. | Lance Stout |
2010-10-17 | Remove deprecation warnings | Florent Le Coz |
2010-10-17 | Anonymous authentication | Florent Le Coz |