log

age author description
2019-02-15 Goffi jp (pubsub/node): added purge command
2019-02-15 Goffi plugin XEP-0060: added purgeNode/psNodePurge method to remove all items from a node
2019-02-15 Goffi plugin XEP-0060: added sendItems/psItemsSend method to publish several items at once
2019-02-06 Goffi Added tag 0.7.0a3 for changeset 7d2d28564b3e
2019-02-06 Goffi 0.7.0a3 release 0.7.0a3
2019-02-02 Goffi tools (common): fixed dateutil.parser import
2019-02-02 Goffi plugin XEP-0198: don't use hooks on components
2019-01-26 Goffi plugin XEP-0198: fixed typo resulting in a crash on resume
2019-01-26 Goffi plugin XEP-0045: fixed crash when <delay> is used at an unexpected time.
2019-01-25 Goffi plugin mr mercurial, tools(common/utils): moved command protocol to a new module
2019-01-22 Goffi quick frontend (chat): use right type in getOrCreateWidget on new message
2019-01-20 Goffi core (findByFeatures): fixed services discovery
2019-01-20 Goffi quick frontends: visible_widgets can now keep any kind of widget, new visible_quick_widgets only iters on QuickWidgets
2019-01-19 Goffi quick frontend (app): fixed filtering for chat state notifications
2019-01-19 Goffi quick frontend (chat): fixed use of old method printInfo
2019-01-19 Goffi memory (sqlite): optimizations
2019-01-19 Goffi plugin text syntaxes: handle empty content in cleanXHTML + don't use self-closing tags for non-void elements.
2019-01-19 Goffi merge_requests: use XHTML for body
2019-01-19 Goffi plugin pubsub schema: handle XHTML fields
2019-01-19 Goffi frontends, jp, templates: added XHTMLBox widget:
2019-01-19 Goffi core (XMLUI): new XHTMLBox widget:
2019-01-19 Goffi plugin text syntaxes: cleanStyle is an independent method, cleanXHTML is now blocking (no need to launch thread for that)
2019-01-19 Goffi plugin text syntaxes: changed import name to TEXT_SYNTAX (better with underscore for autocompletion)
2019-01-19 Goffi changelog: update
2019-01-16 Goffi core, XEP-0315: move XML element handling to sat_tmp:
2019-01-15 Goffi jp (pubsub): new "transform" command:
2019-01-15 Goffi plugin pubsub admin: pubsub administrator first draft:
2019-01-12 Goffi jp (base): fixed default values for --max-items and --max when using pubsub
2019-01-12 Goffi plugin pubsub schema: code formatting minor update
2019-01-12 Goffi jp (pubsub/search): fixed name for node_max
2019-01-12 Goffi plugin XEP-0315: implementation of Data Forms XML Element
2019-01-12 Goffi date update
2019-01-11 Goffi tools (common/data_objects): moved BlogItems._parseMetadata to a parsePubSubMetadata function, so it can be used in a more generic way
2019-01-11 Goffi plugin XEP-0060: set a 30s timeout on items get
2019-01-11 Goffi core (disco): client.disco.requestInfo failure are re-raised:
2019-01-11 Goffi core: findByFeatures speed improvments:
2019-01-11 Goffi tools (common/data_objects): metadata parsing in BlogItems:
2019-01-11 Goffi misc: replaced all "dummy" by the more conventional and readable "__" ("_" being used for gettext)
2019-01-11 Goffi jp (base): MAM and RSM arguments can now be used for pubsub commands:
2019-01-11 Goffi XEP-0059: max value check:
2019-01-11 Goffi core (XMLUI): small optimisation: introspection is done once at module loading instead of on each XMLUI instantiation
2019-01-06 Goffi jp (base, pubsub, ticket): handle order-by:
2019-01-06 Goffi plugins XEP-0060, XEP-0313: implemented Order-By protoXEP:
2019-01-06 Goffi plugin XEP-0380: register namespace
2019-01-06 Goffi plugin XEP-0060: fixed MAM return value on getItems():
2019-01-05 Goffi plugin XEP-0384: give feedback to user when trust must be handled before sending a message
2019-01-04 Goffi plugin android: fixed path for .cagou_status
2019-01-04 Goffi plugin manhole: manhole debug plugin, first draft:
2019-01-04 Goffi plugin XEP-0380, XEP-0384: use C.EXTRA_INFO_DECR_ERR as info sub-type when a message can't be decrypted.
2019-01-04 Goffi plugin OTR: fixed a bug which was tagging every message as "encrypted"
2019-01-04 Goffi core (constants): added a constant for "encrypted"
2019-01-04 Goffi core (xmpp): don't add to history a message if there is no message and no subject.
2019-01-04 Goffi plugin XEP-0380: Explicit Message Encryption implementation
2019-01-04 Goffi core (memory/encryption): added getNamespaces method to retrieve all plugins namespaces
2019-01-04 Goffi core (xmpp): added "extra" argument to client.feedback
2019-01-04 Goffi memory (sqlite): minor comment move
2019-01-04 Goffi memory (sqlite): retry _runInteraction in the same way as for _runQuery, this improve reliability
2019-01-04 Goffi plugin XEP-0384: don't ignore StanzaError if it's not item-not-found
2019-01-03 Goffi plugin XEP-0384: various bug fixes:
2019-01-03 Goffi core (memory/encryption), plugin OTR: finished OTR integration in encryption: