log

age author description
Mon, 28 Sep 2020 21:10:30 +0200 Goffi plugin app manager: first draft:
Mon, 28 Sep 2020 17:00:14 +0200 Goffi core (memory/memory): added `getCachePath` method to get a cache dir from a namespace.
Sun, 20 Sep 2020 14:05:40 +0200 Goffi core: plugins can now be loaded from a directory:
Sun, 20 Sep 2020 14:05:40 +0200 Goffi doc (installation): added instruction to download dev version of `sat_template`
Sun, 20 Sep 2020 14:05:40 +0200 Goffi core: minor typos, docstring/comments update
Sun, 20 Sep 2020 14:04:22 +0200 Goffi component file sharing: added missing `owner` filtering in `_retrieveFiles`
Sun, 20 Sep 2020 14:04:11 +0200 Goffi plugin XEP-0329, core(xmpp): moved `_compParseJids` to `SatXMPPComponent`:
Sun, 20 Sep 2020 11:03:24 +0200 Goffi plugin XEP-0329: fix filtering by owner on components
Thu, 17 Sep 2020 23:07:12 +0200 Goffi core (memory/memory): `public_id` should not be used when creating parent dirs
Thu, 17 Sep 2020 21:42:14 +0200 Goffi component file sharing: fix used of `self.files_path` in `_retrieveFiles`
Thu, 17 Sep 2020 21:41:19 +0200 Goffi plugin XEP-0329: fix conflict check + directory creation in `onComponentCreateDir`
Thu, 17 Sep 2020 21:40:23 +0200 Goffi core (memory/memory): fixed directory creation in setFile
Thu, 17 Sep 2020 19:01:02 +0200 Goffi plugin XEP-0329: typo
Thu, 17 Sep 2020 16:42:00 +0200 Goffi plugin XEP-0329: added `FISCreateDir` method:
Thu, 17 Sep 2020 16:34:22 +0200 Goffi core (memory/memory): use `str` for `path` in `getFiles` and `setFile` to allow use of `Path` instances