log

age author description
Thu, 16 Jul 2020 09:07:26 +0200 Goffi plugins tickets, merge-requests: `ticketsGet` and `mergeRequestsGet` serialisation:
Thu, 16 Jul 2020 09:07:20 +0200 Goffi plugins XEP-0059, XEP-0060, XEP-0277, XEP-0313: better serialisation:
Fri, 19 Jun 2020 15:47:16 +0200 Goffi tools (common/data_objects): implemented `json` dumping for BlogItems/BlogItem
Fri, 19 Jun 2020 15:45:57 +0200 Goffi common (template): better json dumping:
Fri, 19 Jun 2020 15:39:32 +0200 Goffi plugin file sharing management: added a fileSharingDelete method
Fri, 19 Jun 2020 15:38:17 +0200 Goffi plugin list of interests: added `id` to data + fixed key conflict:
Fri, 19 Jun 2020 15:37:02 +0200 Goffi plugin list of interest: new "interestRetract" method
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