log

age author description
2020-06-19 Goffi plugin list of interest: new "interestRetract" method
2020-06-19 Goffi plugin XEP-0050: some modernisation + adHocSequence:
2020-06-19 Goffi comp file sharing: file paths are now quoted on upload to allow unicode
2020-06-19 Goffi core (memory): fixed recursive file deletion + log an error and continue when deleting a missing file
2020-06-09 Goffi plugin list of interest: expose `interestsRegisterFileSharing` to bridge + use coroutines
2020-06-09 Goffi comp file sharing management: fixed confirmation check
2020-06-09 Goffi comp file sharing: handle upload with headers:
2020-06-09 Goffi comp file sharing: CORS:
2020-06-09 Goffi core: findByFeatures type hints
2020-06-09 Goffi plugin XEP-0363: register namespace
2020-06-09 Goffi plugin XEP-0363: fixed fileHTTPUploadGetSlot
2020-06-08 Goffi tools (common/utils): new OrderedSet class
2020-06-01 Goffi component file sharing: don't initialise the plugin if not component use it
2020-06-01 Goffi tools (common/dynamic_import): log a warning if bridge can't be imported
2020-05-29 Goffi plugin comp file sharing: files can now be uploaded/downloaded via HTTP:
2020-05-29 Goffi core (memory/sqlite): new database schema (v9):
2020-05-29 Goffi tools/common (tls): moved re-usable Twisted TLS code from Libervia to tools/common
2020-05-29 Goffi plugin XEP-0300; fixed use of calculateHash with getHasher
2020-05-29 Goffi core: getLocalPath now returns a Path
2020-05-29 Goffi core (launcher): fixed launching of twistd when no subparsed is specified
2020-05-26 Goffi doc (jp/roster): fixed example for `jp roster set`
2020-05-25 Goffi core (launcher): extra arguments can now be passed the service with `bg`, `fg` and `dbg`:
2020-05-25 Goffi core: replaced `sat` shell script by a python script:
2020-05-25 Goffi core (log): logging with Twisted now uses the new twisted.logger
2020-05-19 Goffi plugin XEP-0054: don't use cache anymore in `getAvatar`:
2020-05-19 Goffi plugin identity: fixed update in avatarSetPostTreatment
2020-05-18 Goffi plugin identity: fixed infinite loop on nicknames update
2020-05-18 Goffi jp (event): new `list` command to get evens available in a service
2020-05-18 Goffi jp (pubsub): fixed arguments returned when item has no payload
2020-05-18 Goffi tools (common/template): new `icon_from_client` method:
2020-05-18 Goffi plugin XEP-0231, XEP-0264: fixed some remaining encoding issue following Python 3 port
2020-05-18 Goffi plugin XEP-0060: fixed payload parsing in sendItem
2020-05-18 Goffi plugin pubsub schema, tools (common/template xmlui): use a JID for publisher:
2020-05-18 Goffi plugin list of interest: fixed wrong variable used in a log
2020-05-18 Goffi core (constants): added `theme` key
2020-05-03 Goffi tools (common/template): theme settings with possibility to disable default fallback for CSS:
2020-05-03 Goffi tools (common/template): typos
2020-05-01 Goffi tools (common/template): list themes and parse their browser data, available through new `getThemesData` method
2020-04-29 Goffi tools (common/utils): new `recursive_update` method for dicts
2020-04-25 Goffi tools (common/data_objects): added __iter__ to Identities
2020-04-20 Goffi bin (sat): check `twistd` before `twistd3` to use venv version first
2020-04-20 Goffi plugin identity: fixed update when cached data is None
2020-04-19 Goffi tools (common/data_objects): new `avatar_basename` property
2020-04-19 Goffi doc (installation): updated instructions for backend
2020-04-19 Goffi core: image convertion + SVG support:
2020-04-19 Goffi plugin XEP-0054: SVG images can now be uploaded for avatars.
2020-04-19 Goffi plugin identity: fixed update with `get_all` + better new data detection for avatar:
2020-04-14 Goffi changelog: update
2020-04-14 Goffi jp (roster): new roster/set command
2020-04-14 Goffi core, frontends: avatar refactoring:
2020-04-14 Goffi core (memory/persistent): fixed "items", added "all" + "adel" to LazyPersistentBinaryDict:
2020-04-14 Goffi tools (image): added a guess_type method to guess media type:
2020-04-14 Goffi doc (config): fixed documentation about configuration file possible paths + minor corrections.
2020-04-14 Goffi core (memory/disco): fixed types of disco extensions:
2020-04-03 Goffi core (xmpp): helper method to launch a plugin method:
2020-04-03 Goffi core (exceptions): new MissingPlugin exception:
2020-04-01 Goffi changelog: replaced "geo:" by URIs:
2020-04-01 Goffi tools (common/files_utils): put extra suffix before file extension
2020-04-01 Goffi plugin android: use `certifi` SSL root certicates
2020-04-01 Goffi core (xmpp): properly clean profile data in case of startConnection failure: