log src/plugins/plugin_misc_groupblog.py @ 1487:0df627d0b4ca

age author description
2015-08-21 Goffi plugin groupblog: groupblog compatible pubsub service is checked in profileConected + getFeatures implementation
2015-08-15 Goffi plugins xep-0060, xep-0163, xep-0277, groupblog: bloging improvments (huge patch, sorry):
2015-08-15 Goffi plugin XEP-0277: added mBGetFromManyWithComments to have items + comments in one method call
2015-08-15 Goffi plugin xep-0060,xep-0277: added getFromMany using new RTDeferredSession mechanism
2015-08-15 Goffi plugins xep-0277, groupblog: added subscriteToMany to replace massiveSubscribeGroupBlogs + added SatRosterProtocol.getJidsSet
2015-07-14 souliane plugin misc_groupblog: pubsub response do not fail when target server doesn't handle RSM
2015-04-23 Goffi core (tests): fixed bad use of reserved name
2015-04-23 Goffi plugin groupblog, tmp (mam, rsm): some style improvments/fixes:
2015-04-22 Goffi plugins groupblog, xep-0060: first pass of simplification
2015-04-22 Goffi plugins (groupblog, xep-0277) + tmp(rsm): improved style:
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
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
2013-11-14 Goffi plugin XEP-0277, group blogs: proper asynchronous methods for sending blogs.
2013-11-14 Goffi plugin group blog: renamed options parameter as extra for consistency with sendMessage
2013-10-15 Goffi core, plugins: fixed bad use of children instead of elements() for domish.Element instances.
2013-06-20 Goffi pluging groupblog: comments handling:
2013-06-17 Goffi plugin group blog: getItems for comments fixed when we are the publisher of the parent node
2013-06-17 Goffi plugin groupblog: fixed bad inialisation check
2013-06-17 Goffi plugin group blog: comments handling (comments are automaticaly requested when a comment node is found)
2013-06-16 Goffi plugin groupblog: comment item is specified through microblog data, there is no more a specific signal type
2013-05-20 Goffi plugins XEP-0060, XEP-0277, groupblog: comments implementation (first draft, not finished yet):
2013-03-07 Goffi fixed licences in docstrings (they are now in comments)
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/plugins.
2013-01-18 Emmanuel Gil Peyrot Remove every old-style class.
2013-01-18 Emmanuel Gil Peyrot Remove trailing whitespaces.
2013-01-07 Goffi dates update
2012-10-29 Goffi plugin group blog: item configuration data (which groups are allowed) are parsed and added to microblog data
2012-10-28 Goffi plugin group blog: security check + fixed publisher in personalEvent signal
2012-10-21 Goffi plugin groupblog: fixed GROUP and JID publishers_type in getMassiveLastGroupBlogs and massiveSubscribeGroupBlogs
2012-08-01 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
2012-06-24 Goffi plugin groupblog: fixed initialisation
2012-06-24 Goffi plugin groupblog: subscriptions/notifications
2012-05-30 Goffi plugin groupblog: added disco info + misc fixes
2012-04-03 Goffi core: exceptions moved to core
2012-04-01 Goffi plugin groupblog, D-Bus frontend: added getLastGroupBlogs and getMassiveLastGroupBlogs
2012-03-28 Goffi plugin group blog: getMassiveGroupBlog first draft
2012-03-24 Goffi plugin groupblog: added getLastGroupBlogs method
2012-03-14 Goffi plugin groupblog: next-gen group blog first draft
2012-03-06 Goffi copyleft date update
2011-07-05 Goffi core: plugins refactored according to bridge + updatedValue now use profile
2011-05-26 Goffi plugin groupblog: removed breakpoints, but error handling still need work
2011-05-16 Goffi core, plugin mblog: fixed some exceptions
2011-04-15 Goffi plugin group blog: a custom cb is now used to specitfy node and groups targetted by the blog
2011-04-12 Goffi plugin group blog: group blog now use PEP to take profit of autosubscribe
2011-04-11 Goffi plugin group blog: group blog subscription
2011-04-07 Goffi plugin group blog: blog collection cleaning
2011-04-07 Goffi Group blog first draft