Age | Commit message (Expand) | Author |
2011-08-04 | Cosmetic PEP8 fixes. | Lance Stout |
2011-08-04 | added block as process option and updated documentation. added typical use ex... | Nathan Fritz |
2011-07-01 | Continued reorganization and streamlining. | Lance Stout |
2011-06-30 | Reorganize features into plugins. | Lance Stout |
2011-06-15 | Merge branch 'develop' into stream_features | Lance Stout |
2011-06-15 | Fix another roster issue. | Lance Stout |
2011-06-14 | Merge branch 'develop' into stream_features | Lance Stout |
2011-06-14 | Fix issue with components and roster. | Lance Stout |
2011-02-14 | Merge branch 'develop' into stream_features | Lance Stout |
2011-02-14 | Remap old method names in a better way. | Lance Stout |
2011-01-27 | Update tostring methods. | Lance Stout |
2011-01-16 | Add StreamError stanza and a stream_error event. | Lance Stout |
2010-12-29 | Keep things lined up. | Lance Stout |
2010-12-28 | Fixed typo in comment. | Andrzej Bieniek |
2010-12-28 | Fix some typos. | Lance Stout |
2010-12-16 | Added more options to the make_iq_* methods. | Lance Stout |
2010-11-18 | Adding stream tests for XEP-0030. | Lance Stout |
2010-11-09 | Doesn't fail if host has NO SRV record | Florent Le Coz |
2010-11-06 | Logging no longer uses root logger. | Lance Stout |
2010-10-25 | Fixed bug in presence subscription handling. | Lance Stout |
2010-10-24 | Fixed got_offline triggering bug. | Lance Stout |
2010-10-21 | presence no longer replies when exception is caught and tweaks to presence ev... | Nathan Fritz |
2010-10-20 | when disconnected, reset the roster | Nathan Fritz |
2010-10-17 | Underscore names by default. | Lance Stout |
2010-10-17 | Import plugins from string referenced modules. | Lance Stout |
2010-10-16 | Cleanup, restore PEP8. | Lance Stout |
2010-10-17 | Remove deprecation warnings | Florent Le Coz |
2010-10-14 | deprecated jid, fulljid, server, user, resource properties and added boundjid... | Nathan Fritz |
2010-10-07 | Removed debug log statement. | Lance Stout |
2010-10-06 | Made first pass at cleaning up ClientXMPP. | Lance Stout |
2010-10-06 | Made a first pass at cleaning up ComponentXMPP. | Lance Stout |
2010-10-01 | Made first pass at cleaning BaseXMPP. | 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-08-27 | Updated the suite of handler classes with documentation. | Lance Stout |
2010-08-05 | Replaced the ToString class with a tostring function. | Lance Stout |
2010-07-20 | Please tab nanny. | Lance Stout |
2010-07-20 | Updated license notices to use the correct MIT format. Also corrected referen... | Lance Stout |
2010-07-19 | Can now pass a name to add_handler so that the handler can be reliably remove... | Lance Stout |
2010-07-19 | stanza should not have setValues/getValues because that conflicts with attrib... | Nathan Fritz |
2010-07-19 | Condensed all of the stanzaPlugin functions into a single registerStanzaPlugi... | Lance Stout |
2010-06-06 | Modified basexmpp.event() to pass a copy of the event data to each handler. | Lance Stout |
2010-06-01 | Make sure that the id parameter used in xmpp.makeIq is converted to a string. | Lance stout |
2010-05-26 | plugins now are checked for post_init having ran when process() is called | Nathan Fritz |
2010-05-25 | Added a flag to registerPlugin to control calling the plugin's post_init method. | Lance Stout |
2010-05-21 | Added del_event_handler to remove handler functions for a given event. | Lance Stout |
2010-05-12 | added test for unsolicided unavailable presence and fixed bug to make it pass | Nathan Fritz |
2010-05-11 | refactored presence tracking and fixed jidInRoom | Nathan Fritz |
2010-04-18 | changed_status event now happens with got_offline/got_online events | Nathan Fritz |