log src/plugins/plugin_misc_groupblog.py @ 1408:8a7145138330

age author description
2015-03-30 Goffi 2015 copyright dates update
2015-01-30 souliane plugin groupblog: fixes bad errback default value
2015-01-09 souliane plugin groupblog: fixes bad errback value
2014-12-15 souliane plugins XEP-0060, XEP-0277, groupblog: make use of RSM (XEP-0059)
2014-10-19 souliane plugins groupblogs: fixes the massive retrieval callback (loop variable was misused in a lambda callback)
2014-10-06 souliane plugin XEP-0277, groupblog: fixes namespace issue of the items that are received from an event + trap some errors
2014-09-22 souliane plugin XEP-0060, groupblog: avoid unecessary pubsub errors while doing massive requests:
2014-09-08 souliane plugin groupblog: fixes return value of getLastGroupBlogsAtom when an error occured
2014-04-19 Goffi core: use of the new core.log module:
2014-03-28 Goffi core, plugin XEP-0115: discovery refactoring:
2014-03-28 Goffi core, plugins: host.getClient now raise an exception instead of returning None when no profile is found, plugins have been adapted consequently and a bit cleaned
2014-03-27 souliane plugin account, groupblog: user can erase all their microblogs at once
2014-03-21 Goffi core: use of Const for profile_key + replaced '@DEFAULT@' default profile_key by '@NONE@'
2014-02-28 souliane plugin groupblog: added a convenient bridge method getGroupBlogsWithComments
2014-02-25 souliane plugin XEP-0060, groupblog: added nodeIdentifiers attribute to getItems in order to retrieve items by ids
2014-02-24 souliane plugin groupblog: bug fix for the atom feed
2014-02-14 souliane plugins groupblog, XEP-0277: attempt to clarify the code for the comments handling:
2014-02-18 souliane plugin groupblog: do not log error message when asking for the entries of a non existent node (e.g the contact hasn't posted any message yet)
2014-02-05 souliane plugin groupblog, XEP-0071, XEP-0277, text_syntaxes: manage raw/rich/xhtml data for content/title:
2014-01-22 souliane plugin groupblog: added method getLastGroupBlogsAtom returns the Atom feed of blog posts
2014-02-04 Goffi dates update
2013-12-29 Goffi core: i18n refactoring:
2013-12-19 souliane plugin groupblog, XEP-0277: store both published and updated timestamps
2013-12-10 souliane plugins groupblog (xep-0060, xep-0277): added blog item modification/deletion
2013-12-11 souliane plugin XEP-0033: implementation of the addressing feature:
2013-12-13 Goffi plugin microbloging: fixes bad calls
2013-12-10 Goffi core: use of Twisted JID instead of string bare jid in roster SatRosterProtocol
2013-11-15 Goffi plugin group blog: management of extra data/rich text for blog comments
2013-11-14 Goffi plugin XEP-0277, groupblog: rich text management for receiving microblogs
2013-11-14 Goffi plugin XEP-0277, group blog: rich text management for sending microblogs