log

age author description
2016-01-22 Goffi jp: added a blog/import command to handle new blog import plugin
2016-01-22 Goffi plugin blog import dotclear: this plugin import Dotclear 2 backups
2016-01-22 Goffi plugin blog import: this plugin is the base handling blog importers:
2016-01-22 Goffi plugin upload, XEP-0363: splitted fileUpload in fileUpload + upload:
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): added a method to find all elements corresponding to criteria
2016-01-22 Goffi core (xml_tools): unescape HTML sequences to avoid parsing error in ElementParser
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 souliane test (RSM): fix according to modification in sat.tmp.wokkel.rsm in rev 1771 (b77dc676a4df)
2016-01-19 souliane test (RSM): fix according to modification in sat.tmp.wokkel:
2016-01-19 Goffi plugin XEP-0277: removed cleanXHTML on output data:
2016-01-19 Goffi plugin XEP-0071: removed cleanXHTML use for sent message: it's not necessary in this direction
2016-01-19 souliane plugin XEP-0071, XEP-0277: method clean_xhtml has been renamed to cleanXHTML
2016-01-19 souliane plugin text syntaxes: fixes typo
2015-09-17 souliane plugin XEP-0055, tmp_directory_subscription: move directory subscription to a new temporary plugin
2014-08-21 souliane test, setup: requires lxml >= 3.1.0 (fixes html cleaning issue)
2016-01-18 Goffi plugin syntax dotclear: renamed syntax to wiki_dotclear, and renamed plugin file to plugin_syntax_wiki_dotclear.py
2016-01-18 Goffi plugin syntax dc_wiki: added XHTML => dc_wiki converter, plus some bug fixes:
2016-01-17 Goffi plugin syntax dc_wiki: first draft:
2016-01-17 Goffi pluging text syntaxes: various minor improvments:
2016-01-16 souliane plugin misc_account: add a FIXME comment
2016-01-15 Goffi plugin text syntaxes: a non blocking syntax callback can now return a unicode directly instead of a Deferred
2016-01-15 Goffi plugin (xep-0277): avoid wrapping XML in an extra <div> in data2entry
2016-01-15 souliane tools (strings): add method fixXHTMLLinks to add a scheme if missing, and force opening in new tab
2016-01-13 souliane jp (roster): change groups delimiter for "roster get" output, from "|" to "\t"
2016-01-13 souliane jp (roster): add command "roster get" with parameters "--subscriptions", "--name" and "--groups"
2016-01-13 souliane jp (roster stats): add some extra information
2016-01-13 souliane jp (roster): add parameters "--no_from" and "--no_to" to command "roster purge" in order to remove the contacts with no from/to subscription
2016-01-13 souliane jp: add command "roster stats"
2016-01-13 Goffi primivitus: Primivitus doesn't handle microblog yet, configure QuickApp accordingly
2016-01-13 Goffi bridge (D-Bus): fixed handling of profile in kwargs:
2016-01-13 souliane jp: add command "roster purge" to remove the contacts with no from/to subscription
2016-01-13 Goffi tools (xml_tools): removed unused import
2016-01-13 Goffi reverted patch 3770d13776e8
2016-01-13 souliane tools (strings): add a parameter "new_target" to addURLToText
2016-01-13 souliane plugin XEP-0045: raise a special error when the room has already been joined
2016-01-13 souliane primitivus (chat): since dialog refresh is done in message notification, print the message first and then notify
2016-01-12 souliane quick_frontend, primitivus: mechanism to signal a new message reception when the window is hidden (even if the message is actually displayed):
2016-01-12 souliane quick_frontend, primitivus (chat): move notification command to quick_frontend
2016-01-08 Goffi tmp (wokkel.mam): recipient and sender are handled in MAM Request. TODO: MAMRequest should inherit from generic.Stanza, the same way as for PubSubRequest
2016-01-08 Goffi tmp (wokkel.mam): MAMErrow now inherit from StanzaError so it can be handler properly by services
2016-01-08 Goffi tmp (wokkel.rsm): raise RSMError when <after/> element is empty
2016-01-08 Goffi tmp (wokkel.rsm): RSMError now inherit from StanzaError, so they are correctly handled by services
2016-01-07 Goffi tmp (wokkel.rsm): fixed incorrect behaviour which was adding max_items attribute
2016-01-07 Goffi tmp (wokkel.rsm): fixed forgotten method renaming
2016-01-07 Goffi plugin XEP-0277: don't use max_comments if it is 0 in getFromManyWthComments bridge callback
2016-01-07 Goffi plugin XEP-0060: fixed extra mam filters parsing
2016-01-05 Goffi plugin XEP-0060: MAM integration:
2016-01-05 Goffi plugin XEP-0313: cleaning and improvments:
2016-01-05 Goffi plugin XEP-0277: ignore maxItems if it is null
2016-01-05 Goffi tmp (wokkel.mam): cleaning and bug fix:
2016-01-05 Goffi plugin XEP-0060, tmp(wokkel.rsm): small refactoring:
2016-01-05 Goffi tmp (wokkel.pubsub): PubSubRequest class can be overriden everywhere, including PubSubClient