log

age author description
2019-05-26 Goffi core (constants): "on" can now be used as True value in bool method.
2019-05-26 Goffi doc: minor fixes + use ".pot" extension instead of ".po" for template in README4TRANSLATORS
2019-05-26 Goffi tools (email): moved email code to common so it can be used by frontends
2019-05-25 Goffi tools (common/template): fixed theme parsing when there is no "/" in parenthesis
2019-05-14 Goffi tools (email): fixed bad default value while reading config
2019-05-14 Goffi we are in dev version again
2019-05-05 Goffi Added tag 0.7.0b1 for changeset c6464685fcbb
2019-05-05 Goffi 0.7.0b1 release 0.7.0b1
2019-05-05 Goffi changelog: added setup.py and VERSION
2019-02-22 Goffi doc: documentation first draft:
2019-05-05 Goffi jp (blog/edit): fixed --last-item after recent change in defaut value of --item
2019-05-05 Goffi jp (blog/set): fixed missing current_syntax
2019-05-05 Goffi jp (blog): fixed the deserialisation issue when using template output
2019-05-05 Goffi tools (common/data_objects): added a "deserialise" argument to BlogItem:
2019-05-03 Goffi plugin events: fixed invitation + set name and thumb_url from event element
2019-05-03 Goffi plugin list interest: initialise extra with an empty dict if not set in registerPubsub
2019-05-03 Goffi jp (xmlui manager): basic handling of multi-lines text in TextBoxWidget
2019-05-03 Goffi tools (xml_tools): split new lines for multi-lines text in XMLUIResult2DataFormResult to be correctly handled in data form
2019-05-03 Goffi plugin XEP-0329: correctly handle error if something is wrong when getting file from component.
2019-05-03 Goffi plugin list interests: add "namespace" in serialised data
2019-05-03 Goffi plugin events: register namespace using "event" short name
2019-05-03 Goffi plugin file sharing management: filter out empty values in allowed_jids
2019-05-03 Goffi plugin list of interest: added an interestsList bridge method + handle thumb_url
2019-05-03 Goffi jp (file/invite): added a --thumbnail argument
2019-05-03 Goffi plugins invitation*, events: added an extra parameter and use it to keep a thumnail URL
2019-05-03 Goffi plugin XEP-0313: fixed archive retrieval on connection:
2019-04-28 Goffi plugin comp file sharing: file sharing management first draft:
2019-04-28 Goffi core (memory, memory/sqlite): implemented fileDelete
2019-04-28 Goffi plugins (jingle) file transfer: use initial "from" attribute as local jid instead of client.jid:
2019-04-28 Goffi core (memory): raise PermissionError directly instead of using failureFailure, as it could not be catched correctly in every case.
2019-04-28 Goffi plugin XEP-0384: wait for client to be ready if session is missing when onNewDevices is called
2019-04-26 Goffi memory: minor style change
2019-04-26 Goffi plugin XEP-0329: use local part of jid for components:
2019-04-26 Goffi plugin XEP-0106: jid escaping implementation
2019-04-26 Goffi plugin XEP-0050: make plugin usable with components + new adHocError method to easily raise error when needed
2019-04-26 Goffi plugin XEP-0166: fixed missing key in warning log
2019-04-26 Goffi memory (sqlite): minor log improvment
2019-04-26 Goffi memory (sqlite): fixed fileUpdate when original value is not set (NULL)
2019-04-26 Goffi plugin invitation file: wrong plugin had been uploaded:
2019-04-14 Goffi jp (file/share): added invite command to invite an entity to a file sharing repository
2019-04-14 Goffi core: fixed component connexion:
2019-04-14 Goffi core: added getNamespace method to retrieve a namespace from short name.
2019-04-14 Goffi plugins sharing invitation, invitation, list of interest: handle invitation to a file sharing repository
2019-04-14 Goffi plugin events: refactored invitation and personal lists logic:
2019-04-14 Goffi tools (sat_defer), plugin XEP-0060: added a function "stanza2NotFound" to convert item-not-found StanzaError to exceptions.NotFound in an errback
2019-04-14 Goffi jp, plugin merge-requests: used u'' as default for item id in pubsub arguments + fixed some required arguments:
2019-04-14 Goffi core (memory), plugin XEP-0329, plugin invitation: minor style improvments
2019-04-14 Goffi plugins: removed useless execute permission
2019-04-14 Goffi template (filters): set locale when using "date_fmt"
2019-04-14 Goffi template (i18n): activate ext.i18n.trimmed policy, to have clean translation strings. Set minimal jinja2 version to 2.10
2019-04-10 Goffi jp (common): `publish` is now a boolean
2019-04-10 Goffi primitivus (chat): fixed crash when removing focus_marker after a :search or :history command
2019-04-10 Goffi template: added "locales" variables to templates:
2019-04-10 Goffi constants: added KEY_LANG which is the key/name used in templates to change language/locale.
2019-04-10 Goffi code (xmpp): store version after roster item update + fix item removal:
2019-04-07 Goffi primitivus: don't call chatStateComposing when host is out of sync:
2019-04-07 Goffi quick frontend (app): (un)set sync state on (dis)connect:
2019-04-07 Goffi quick frontend (app): added debug logs on sync state change + refill contact lists on resync when AUTO_RESYNC is set
2019-04-07 Goffi quick frontend (contact list): fixed profile filtering in fill()
2019-04-07 Goffi quick_frontend (app): fixed filters serialisation before calling bridge.historyGet