Age | Commit message (Expand) | Author |
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 |
2010-03-15 | fixed xmlstream filesocket issue | Nathan Fritz |
2010-03-04 | added muc functionality | Nathan Fritz |
2010-02-27 | fixed some presence bugs | Nathan Fritz |
2010-02-15 | added send queueing to avoid mixed sending | Nathan Fritz |
2010-01-25 | Merge branch 'master' of github.com:fritzy/SleekXMPP | Nathan Fritz |
2010-01-25 | removed stupid monkeypatch for filesocket | Nathan Fritz |
2010-01-15 | xep 30 and 50 always reply from jid iq sent to | Nathan Fritz |
2010-01-08 | * python 2.6 compatibility | Nathan Fritz |
2010-01-05 | * major stanza improvements | Nathan Fritz |
2009-12-22 | * fixed unhandled iqs | Nathan Fritz |
2009-12-17 | * fixed many stanza bugs | Nathan Fritz |