Age | Commit message (Expand) | Author |
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-17 | Fix RESPONSE_TIMEOUT dependency loops. | Lance Stout |
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-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-14 | deprecated jid, fulljid, server, user, resource properties and added boundjid... | Nathan Fritz |
2010-10-14 | fixed socket name collision in xmlstream.py and fixed python 3.x compatibility | Nathan Fritz |
2010-10-13 | disconnect cleanly | Nathan Fritz |
2010-10-13 | new state machine in place | Nathan Fritz |
2010-10-07 | SleekTest may now run against a live stream. | Lance Stout |
2010-10-07 | Fixed dealing with deleting handlers. | Lance Stout |
2010-10-06 | Merge branch 'develop' of github.com:fritzy/SleekXMPP into develop | Lance Stout |
2010-10-06 | Made first pass at cleaning up ClientXMPP. | Lance Stout |
2010-10-06 | deal with deleting handlers that are no longer there | fritzy |
2010-10-06 | XMLStream cleanup. | Lance Stout |
2010-10-01 | Modified event handling to use the event queue. | Lance Stout |
2010-10-01 | Moved event functions to XMLStream. | Lance Stout |
2010-10-01 | Moved add_handler, send, and sendXML to XMLStream. | Lance Stout |
2010-10-01 | Moved getNewId and getId to XMLStream. | Lance Stout |
2010-10-01 | Cleaned up trailing whitespace. | Lance Stout |
2010-09-30 | Fixed line lengths and trailing whitespace. | Lance Stout |
2010-09-30 | Made a first pass at cleaning up XMLStream. | Lance Stout |
2010-08-27 | Updated the suite of handler classes with documentation. | Lance Stout |
2010-08-27 | Updated xmlstream.filesocket. | Lance Stout |
2010-08-05 | Updated the use of tostring in xmlstream.py | Lance Stout |
2010-08-05 | Replaced the ToString class with a tostring function. | Lance Stout |
2010-07-29 | Added RESPONSE_TIMEOUT constant to sleekxmpp.xmlstream to serve as a single p... | Lance Stout |
2010-07-26 | Replaced traceback calls to use logging.exception where applicable. | Lance Stout |
2010-07-20 | Updated license notices to use the correct MIT format. Also corrected referen... | Lance Stout |
2010-06-03 | Modified xmlstream.py to pass a clean stanza object to each stream handler. | Lance Stout |
2010-05-28 | control-c fixes | Nathan Fritz |
2010-05-27 | added pubsub state stanzas and scheduled events | Nathan Fritz |
2010-05-26 | adding scheduler | Nathan Fritz |
2010-04-13 | bugfix for .disconnect() hanging | Nathan Fritz |
2010-03-26 | changed license to MITsleek-0.9RC10.9RC1 | Nathan Fritz |