log

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