log src/plugins/plugin_xep_0277.py @ 2552:38e1e29c48e9

age author description
2018-01-26 Goffi dates update
2018-01-22 Goffi plugin XEP-0277: use shortuuid instead of uuid + use item's XMPP URI for atom ID
2018-01-19 Goffi plugin XEP-0277: microblog namespace is now registered
2017-11-16 Goffi plugins blog import, tickets import, XEP-0277: fixed call to getCommentsService (it is now returning a Deferred)
2017-11-15 Goffi plugin XEP-0277: better getCommentsService:
2017-11-04 Goffi plugin XEP-0277: minor id generation change
2017-11-03 Goffi misc: date update (yes it's a bit late :p )
2017-11-03 Goffi tmp: removed sat.tmp hierarchy and fixed references to it as it is now an independant sat_tmp repository
2017-10-20 Goffi plugins import, tickets import, bugzilla import: comments handling:
2017-09-24 Goffi plugin XEP-0060: use client instead of profile_key in getItems
2017-08-20 Goffi plugin XEP-0277: added microblog namespace to disco info
2017-07-12 Goffi plugins invitation, XEP-0277: strip language, we don't want spaces
2017-07-05 Goffi plugin XEP-0060: addManagedNode callbacks now use client syntax instead of profile
2017-06-29 Goffi plugin XEP-0277: max_items fix (last "fix" about it was actually bad)
2017-06-29 Goffi plugin XEP-0277: change affiliations for comments + fixes:
2017-06-27 Goffi plugin XEP-0060: added sendItem and psItemSend bridge method as a way to send directly raw XML for an item + use client instead of profile_key in publish + renamed psItemGet to psItemsGet
2017-06-22 Goffi plugin XEP-0277, tools/common/data_objects: language handling
2017-05-19 Goffi plugin events: separation of event node and invitees node
2017-04-17 Goffi plugin XEP-0277: comments node access model changes:
2017-04-02 Goffi plugin XEP-0060: node create/delete improvments:
2017-02-21 Goffi core (tools/common): data objects first draft:
2017-02-12 Goffi core (memory/disco): getInfos now handle node + use client instead of profile in many methods
2017-02-12 Goffi core (plugins): added missing contants + use of new constants in PLUGIN_INFO
2017-01-15 Goffi plugin XEP-0277: fixed mbSetAccess double registration
2016-04-17 Goffi core: removed pyfeed and xe dependencies:
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-03-22 Goffi core (tools): moved common to a separate package, and put data method in a data_format module
2016-03-18 souliane plugin XEP-0277, test: set keys of data dict as unicode + fix the tests
2016-03-09 Goffi plugin XEP-0277: removed mbGetAtom which has not reason to be in the backend, as it is highly dependant of (web) frontend elements. The code will be moved to Libervia:
2016-03-01 Goffi plugin XEP-0277: service can be None in mbGet, resulting in a request on default pubsub service of profile (i.e. profile's PEP)
2016-02-25 Goffi plugin XEP-0060: fixed bad xmpp: URI generation in getNodeURI
2016-02-22 souliane plugin XEP-0277: add a forgotten string to JID conversion
2016-01-28 Goffi plugin XEP-0277: fix bad call after methods renaming
2016-01-23 Goffi plugin blog import, XEP-0277: progress + redirect:
2016-01-23 Goffi plugin XEP-0060, XEP-0277: added getNodeURI method
2016-01-22 Goffi plugin XEP-0277: fixed encoding issue, specially with parseCommentUrl, which could lead to the impossibility to find comments node
2016-01-22 Goffi plugin XEP-0277: moved NS_XHTML namespace to constants + adapted parsing to new behaviour of ElementParser
2016-01-22 Goffi plugin XEP-0277: comments handling improvments:
2016-01-22 Goffi plugin XEP-0277: added missing author_email parsing
2016-01-22 Goffi core (xml_tools), plugin XEP-0277: ElementParser element now manage automatically the wrapping with <div/> element when needed + fixed content_xhtml/title_xhtml in XEP-0277
2016-01-19 Goffi plugin XEP-0277: removed cleanXHTML on output data:
2016-01-19 souliane plugin XEP-0071, XEP-0277: method clean_xhtml has been renamed to cleanXHTML
2016-01-15 Goffi plugin (xep-0277): avoid wrapping XML in an extra <div> in data2entry
2016-01-13 Goffi reverted patch 3770d13776e8
2016-01-07 Goffi plugin XEP-0277: don't use max_comments if it is 0 in getFromManyWthComments bridge callback
2016-01-05 Goffi plugin XEP-0277: ignore maxItems if it is null
2016-01-05 Goffi tmp (wokkel/rsm): various improvments:
2016-01-03 Goffi copyright update
2015-12-18 Goffi plugin XEP-0060: None is no more used in addManagedNode, but all nodes prefixed with a registered one are now triggered
2015-12-15 souliane tools, plugins XEP-0071, XEP-0277: remove recently added expandNewLinesToXHTML, just leave it to the convertors
2015-12-11 souliane plugin misc_extra_pep: use a user parameter (jids_list) instead of a general configuration value
2015-12-10 souliane plugin XEP-0277: revert use of expandNewLinesToXHTML for incoming messages:
2015-12-10 souliane plugin XEP-0277, xml_tools: restore decapsulation of XHTML content
2015-12-10 souliane xml_tools, plugin XEP-0071, XEP-0277: add method expandNewLinesToXHTML:
2015-12-08 souliane plugin XEP-0277, EXTRA-PEP: get massive blogs from all the roster also retrieve items from a special JIDs list defined in EXTRA-PEP
2015-12-01 souliane plugin XEP-0277: remove forgotten break statement
2015-12-01 souliane plugin XEP-0277: don't try to create a new comments node if it already exists
2015-12-01 Goffi plugin XEP-0277: raise a failure if XHTML content is not wrapped in a <div/>
2015-12-01 Goffi plugin XEP-0277: accept several <title/> elements, there is a standard issue so for now it's the most flexible behaviour
2015-11-27 Goffi plugin XEP-0277: just a reminder
2015-11-25 Goffi plugin XEP-0277: minor fixes for publisher attribute
2015-11-25 Goffi plugin XEP-0277: unicode fixes in logs
2015-11-25 souliane plugin XEP-0277: use bare JIDs to verify publisher
2015-11-25 Goffi plugin XEP-0277, group blog: added item2data trigger + group permission are parsed when receiving a new item
2015-11-24 Goffi plugin XEP-0277: tags are handled through atom categories
2015-11-24 Goffi plugin XEP-0277: added a trigger on data2entry and comments management
2015-11-23 Goffi plugin XEP-0277: checkFeatures implemented
2015-11-23 Goffi plugin XEP-0277: fixed entries in atom feed
2015-11-23 Goffi plugin XEP-0277: fixed unsecure blog feed
2015-09-30 Goffi plugins: added new MissingModule exceptions to plugins using third party modules
2015-09-10 souliane plugin XEP-0277, misc_groupblog: move getGroupBlogsAtom to XEP-0277, rename to mbGetAtom
2015-09-10 souliane plugin XEP-0277, quick_frontend: rename mbGetLast to mbGet and add it the parameter "item_ids"
2015-09-10 souliane plugin XEP-0277: clarify a docstring for one complex method argument
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-0277: better parsing of atom:author element + item2mbdata minor reorganisation for better readability
2015-08-15 Goffi plugin xep-0060,xep-0277: added getFromMany using new RTDeferredSession mechanism
2015-08-15 Goffi plugins xep-0060, xep-0277: added methods to serialise getItems result (before bridge transmission):
2015-08-15 Goffi plugins xep-0277, groupblog: added subscriteToMany to replace massiveSubscribeGroupBlogs + added SatRosterProtocol.getJidsSet
2015-08-15 Goffi plugins xep-0060, xep-0277: code simplification/cleaning/fix:
2015-04-23 Goffi plugins xep-0277: some methods reordering to make the plugin more readable
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
2014-12-19 souliane plugin XEP-0277: minor fix in plugin declaration
2014-12-15 souliane plugins XEP-0060, XEP-0277, groupblog: make use of RSM (XEP-0059)
2014-10-06 souliane plugin XEP-0277, groupblog: fixes namespace issue of the items that are received from an event + trap some errors
2014-04-19 Goffi core: use of the new core.log module:
2014-03-21 Goffi core: use of Const for profile_key + replaced '@DEFAULT@' default profile_key by '@NONE@'
2014-02-23 souliane plugin XEP-0277: fix pubsub entry parsing using lxml instead of feed.atom
2014-02-14 souliane plugins groupblog, XEP-0277: attempt to clarify the code for the comments handling:
2014-02-23 Goffi plugin XEP-0277: last commit was actually a part of the next one
2014-02-23 Goffi plugin XEP-0277: added missing docstring
2014-02-20 Goffi plugin XEP-0277: encoding fix
2014-02-12 souliane plugin XEP_0277: fix encode/decode errors
2014-02-12 souliane plugin XEP_0277: check for XHTML namespace and decapsulate the content from the main div container
2014-02-05 souliane plugin groupblog, XEP-0071, XEP-0277, text_syntaxes: manage raw/rich/xhtml data for content/title:
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-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-10-15 Goffi core, plugins: fixed bad use of children instead of elements() for domish.Element instances.
2013-06-20 Goffi plugin XEP-0277: RuntimeError is now catched during link parsing (can happen if no service jid is found)
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-08-15 Goffi core: presence status + last resource refactored and kept in entitiesCache in memory.py, profile cache is purged on disconnection
2012-08-01 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
2012-03-30 Goffi D-Bus Bridge: use inspection to name attribute + fix asynchronous calls for dynamically added method, it now use deferred return value instead of callback/errback attributes
2012-03-24 Goffi plugin groupblog: added getLastGroupBlogs method
2012-03-06 Goffi copyleft date update
2011-07-05 Goffi core: plugins refactored according to bridge + updatedValue now use profile
2011-05-28 Goffi plugin xep 0277: added OPT_DELIVER_PAYLOADS OPT_SEND_ITEM_SUBSCRIBE to microblog options when changing access
2011-05-26 Goffi plugin XEP-00277: setMicroblogAccess is now asynchronous
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-09 Goffi plugin xep-0277: fixed bad data check
2011-04-07 Goffi plugin xep-0277: bridge data is now converted in pubsub item in a separate function
2011-03-26 Goffi microblog sending
2011-03-24 Goffi plugin XEP_0277: microblog access model can now be changed
2011-02-21 Goffi plugin xep-0277: added getLastMicroblogs method
2011-02-18 Goffi plugin XEP 0277: author for in request + author, updated management for out request
2011-02-08 Goffi Plugin XEP-0277: first draft of microblogging over ip /!\ new dependencies added /!\