log

age author description
2020-01-11 Goffi install (setup.py): use progressbar2 instead of progressbar
2020-01-10 Goffi core (sat_main): avoid double init + log version
2020-01-10 Goffi changelog: update
2020-01-03 Goffi quick_frontend (widget): typo
2020-01-03 Goffi frontends (tools/strings): added "geo:" scheme in RE_URL
2020-01-03 Goffi plugin android: sound notification + change settings:
2020-01-03 Goffi core (memory/params): new "makeOptions" method to easily create options XML from a dict
2019-12-30 Goffi plugin XEP-0384: OMEMO for MUC implementation:
2019-12-30 Goffi plugin XEP-0359: handle origin-id
2019-12-30 Goffi core, bridge: encryptionPluginsGet now returns a serialised list + added "directed" in metadata
2019-12-30 Goffi plugin XEP-0045: added room statuses to metadata:
2019-12-28 Goffi plugin XEP-0060, jp (pubsub/set): publish-options implementation:
2019-12-27 Goffi bin: look for twistd3 first:
2019-12-20 Goffi plugin XEP-0384: typo
2019-12-20 Goffi jp (blog): added --language to common publish argument
2019-12-20 Goffi CHANGELOG: update
2019-12-20 Goffi plugin android: removed comment on vibrator bug as it is fixed in dev version of plyer
2019-12-20 Goffi jp (file): new `get` command + encryption with upload:
2019-12-20 Goffi jp (xmlui_manager): use level for notes:
2019-12-20 Goffi doc (jp/shell): typos
2019-12-20 Goffi tools (common/files_utils): get_unique_name now uses and returns Path instances.
2019-12-20 Goffi plugin sec aesgcm: new plugin handling `aesgcm:` scheme for e2e encrypted media sharing:
2019-12-20 Goffi plugin upload, XEP-0363: code modernisation + preparation for extension:
2019-12-20 Goffi plugin file download: meta plugin to handle file download:
2019-12-20 Goffi tools (stream): data modification on SatFile:
2019-12-20 Goffi plugin XEP-0045: show join error even if it's not a StanzaError, log it with warning instead of error
2019-12-20 Goffi plugin XEP-0384: update to latest python-omemo + better trust management:
2019-12-07 Goffi plugin XEP-0384: specific warning on missing omemo-backend-signal + fixed encoding following Python 3 port