log

age author description
Sun, 28 Apr 2019 08:55:13 +0200 Goffi core (memory, memory/sqlite): implemented fileDelete
Sun, 28 Apr 2019 08:55:13 +0200 Goffi plugins (jingle) file transfer: use initial "from" attribute as local jid instead of client.jid:
Sun, 28 Apr 2019 08:55:13 +0200 Goffi core (memory): raise PermissionError directly instead of using failureFailure, as it could not be catched correctly in every case.
Sun, 28 Apr 2019 08:55:07 +0200 Goffi plugin XEP-0384: wait for client to be ready if session is missing when onNewDevices is called
Fri, 26 Apr 2019 11:57:26 +0200 Goffi memory: minor style change
Fri, 26 Apr 2019 11:57:26 +0200 Goffi plugin XEP-0329: use local part of jid for components:
Fri, 26 Apr 2019 11:57:26 +0200 Goffi plugin XEP-0106: jid escaping implementation
Fri, 26 Apr 2019 11:57:26 +0200 Goffi plugin XEP-0050: make plugin usable with components + new adHocError method to easily raise error when needed
Fri, 26 Apr 2019 11:57:26 +0200 Goffi plugin XEP-0166: fixed missing key in warning log
Fri, 26 Apr 2019 11:57:26 +0200 Goffi memory (sqlite): minor log improvment
Fri, 26 Apr 2019 11:57:26 +0200 Goffi memory (sqlite): fixed fileUpdate when original value is not set (NULL)
Fri, 26 Apr 2019 11:57:26 +0200 Goffi plugin invitation file: wrong plugin had been uploaded:
Sun, 14 Apr 2019 08:21:51 +0200 Goffi jp (file/share): added invite command to invite an entity to a file sharing repository
Sun, 14 Apr 2019 08:21:51 +0200 Goffi core: fixed component connexion:
Sun, 14 Apr 2019 08:21:51 +0200 Goffi core: added getNamespace method to retrieve a namespace from short name.
Sun, 14 Apr 2019 08:21:51 +0200 Goffi plugins sharing invitation, invitation, list of interest: handle invitation to a file sharing repository
Sun, 14 Apr 2019 08:21:51 +0200 Goffi plugin events: refactored invitation and personal lists logic:
Sun, 14 Apr 2019 08:21:51 +0200 Goffi tools (sat_defer), plugin XEP-0060: added a function "stanza2NotFound" to convert item-not-found StanzaError to exceptions.NotFound in an errback
Sun, 14 Apr 2019 08:21:51 +0200 Goffi jp, plugin merge-requests: used u'' as default for item id in pubsub arguments + fixed some required arguments:
Sun, 14 Apr 2019 08:21:51 +0200 Goffi core (memory), plugin XEP-0329, plugin invitation: minor style improvments
Sun, 14 Apr 2019 08:21:51 +0200 Goffi plugins: removed useless execute permission
Sun, 14 Apr 2019 08:21:51 +0200 Goffi template (filters): set locale when using "date_fmt"
Sun, 14 Apr 2019 08:21:51 +0200 Goffi template (i18n): activate ext.i18n.trimmed policy, to have clean translation strings. Set minimal jinja2 version to 2.10
Wed, 10 Apr 2019 22:15:29 +0200 Goffi jp (common): `publish` is now a boolean
Wed, 10 Apr 2019 21:07:47 +0200 Goffi primitivus (chat): fixed crash when removing focus_marker after a :search or :history command
Wed, 10 Apr 2019 21:04:51 +0200 Goffi template: added "locales" variables to templates:
Wed, 10 Apr 2019 21:04:51 +0200 Goffi constants: added KEY_LANG which is the key/name used in templates to change language/locale.
Wed, 10 Apr 2019 21:04:41 +0200 Goffi code (xmpp): store version after roster item update + fix item removal:
Sun, 07 Apr 2019 21:09:51 +0200 Goffi primitivus: don't call chatStateComposing when host is out of sync:
Sun, 07 Apr 2019 21:09:49 +0200 Goffi quick frontend (app): (un)set sync state on (dis)connect: