log

age author description
2020-01-29 Goffi core (constants): parse `sat.conf` from `sat` module dir
2020-01-29 Goffi bridge (dbus): new `bridge_dbus_int_prefix` option (in `[DEFAULT]` settings) to change interface prefix
2020-01-29 Goffi plugin XEP-0384: fixed exception catching on getItems
2020-01-29 Goffi plugin XEP-0280: handle CCed messages without "to"
2020-01-29 Goffi core: fixed `findByFeatures`:
2020-01-29 Goffi plugin XEP-0198: minor log formatting
2020-01-29 Goffi core (xmpp): raise InternalError when a new profile Client is created while there is already one in host
2020-01-29 Goffi fixed shebangs
2020-01-29 Goffi dates update
2020-01-28 Goffi core (xmpp): don't purge entity on disconnect if continueTrying is set
2020-01-28 Goffi plugin manhole: added `d` to namespace as shortcut for defer.ensureDeferred
2020-01-28 Goffi plugin XEP-0198: don't crash when xmlstream has been closed
2020-01-27 Goffi plugin ip: fixed IP detection with external website
2020-01-27 Goffi tools (common/files_utils): fixed get_unique_name when `path` is a str and not a Path
2020-01-27 Goffi quick frontend (app): log own jid when received
2020-01-27 Goffi plugin XEP-0184: show a warning and the message XML on missing `id`
2020-01-27 Goffi core (memory): avoid session locking if profileAuthenticate is called twice quickly
2020-01-27 Goffi android: deactivate annoying jnius logs when DEBUG is set
2020-01-26 Goffi plugin manhole: added "C" to namespace
2020-01-26 Goffi plugin android: reconnect profiles with autoconnect if network is activated:
2020-01-25 Goffi plugin android: added a `profileAutoconnectGet` method:
2020-01-25 Goffi core (memory/params): added `extra` argument to filter out params notably in `getParamsUI`:
2020-01-25 Goffi jp (profile): added --autoconnect argument in `modify` and `create` + use output in `info`
2020-01-25 Goffi jp (common): various Table fixes:
2020-01-25 Goffi core: backend autoconnection:
2020-01-25 Goffi doc (jp/message): typo
2020-01-25 Goffi quick frontend (app): call `getReady` once connected to bridge:
2020-01-25 Goffi core: added a debug log when a namespace is registered
2020-01-17 Goffi quick frontend (widgets): don't use *args for onDelete + more debug logs
2020-01-17 Goffi quick frontend (widgets): some more errors handling in getOrCreateWidget
2020-01-17 Goffi quick frontend (widgets): fixed widget creation in getOrCreateWidget:
2020-01-17 Goffi quick frontend (app): removed workaround for pyjamas