log

age author description
2020-11-12 Goffi jp: follow best practices and use a dash (`-`) instead of underscore (`_`) for long options.
2020-11-12 Goffi jp (file/receive): display or answer to C.META_TYPE_NOT_IN_ROSTER_LEAK dialog:
2020-11-12 Goffi jp: new `confirm` method:
2020-11-12 Goffi jp (file/send): don't add main resource to bare jid anymore:
2020-11-12 Goffi jp: replace `no_lf` argument by `end` in `disp` (same as in `print`)
2020-11-12 Goffi core (constants): moved shell exit code constants to core constants:
2020-11-12 Goffi plugin XEP-0353: Jingle Message Initiation implementation:
2020-11-12 Goffi plugin XEP-0166: new trigger point + coroutines + helper methods:
2020-11-12 Goffi plugin file, XEP-0234: registering is now done by class + use of async:
2020-11-12 Goffi plugin XEP-0329: minor reformatting
2020-11-12 Goffi plugin XEP-0065: some cleaning:
2020-11-12 Goffi plugin XEP-0077: disconnect client when deleting self account:
2020-11-12 Goffi plugin XEP-0363: fixed invalid reference to `slot` in catched exception:
2020-11-12 Goffi test: fixed use of `client.host` in legacy test:
2020-11-12 Goffi tools (async_trigger): use `utils.asDeferred` for async triggers:
2020-11-12 Goffi tools (xml_tools): `domish.Element` pretty formatting functions:
2020-11-12 Goffi tools (xml_tools): added `with_parent` and `with_children` argument to `elementCopy`
2020-11-12 Goffi plugin XEP-0060: use `xml_tools.parse` instead of `wokkel.generic.parseXml`:
2020-11-12 Goffi tools(xml_tools): fixed `<div>` unwrapping + added `parse` instance:
2020-11-12 Goffi plugin XEP-0047: fixed file reading and content encoding
2020-11-12 Goffi plugin ip: don't set `to` anymore for IQ stanza, as we send it to our server
2020-11-12 Goffi core (memory/params): removed legacy "Register new account" label, it's not used anymore
2020-11-12 Goffi core (xmpp): client.roster now implements __contains__
2020-11-12 Goffi core: use utils.asDeferred for `launchCallback` so coroutines can be used
2020-11-12 Goffi docker (compose): test environment variable + network alias:
2020-11-12 Goffi docker (prosody_e2e): install `ipcheck` so jp doesn't need to contact external website
2020-11-12 Goffi docker (backend_e2e): install pytest and sh
2020-11-12 Goffi docker (backend): set `background` to `dark` to avoid trouble with autodetection in jp
2020-11-12 Goffi doc, core: typos
2020-10-20 Goffi plugin app manager docker: typo
2020-10-19 Goffi docker: dockers images, first draft:
2020-10-19 Goffi tools (common/tls): removed unused import
2020-10-15 Goffi core: `sat.conf` is now first checked in `/etc/_sat.conf` for system-related settings
2020-10-15 Goffi jp: don't guess background when stdout is not a tty
2020-10-01 Goffi jp (application/list): don't use `extend` in argument as in it Python 3.8+ only
2020-09-28 Goffi plugin app manager docker: weblate SàT app file for Docker
2020-09-28 Goffi i18n: renamed template file to get the correct '.pot' extension
2020-09-28 Goffi jp (application): new `application` (or `app`) commands:
2020-09-28 Goffi plugin app managed docker: handle Docker application with App Manager
2020-09-28 Goffi plugin app manager: first draft:
2020-09-28 Goffi core (memory/memory): added `getCachePath` method to get a cache dir from a namespace.
2020-09-20 Goffi core: plugins can now be loaded from a directory:
2020-09-20 Goffi doc (installation): added instruction to download dev version of `sat_template`
2020-09-20 Goffi core: minor typos, docstring/comments update
2020-09-20 Goffi component file sharing: added missing `owner` filtering in `_retrieveFiles`
2020-09-20 Goffi plugin XEP-0329, core(xmpp): moved `_compParseJids` to `SatXMPPComponent`:
2020-09-20 Goffi plugin XEP-0329: fix filtering by owner on components
2020-09-17 Goffi core (memory/memory): `public_id` should not be used when creating parent dirs
2020-09-17 Goffi component file sharing: fix used of `self.files_path` in `_retrieveFiles`
2020-09-17 Goffi plugin XEP-0329: fix conflict check + directory creation in `onComponentCreateDir`
2020-09-17 Goffi core (memory/memory): fixed directory creation in setFile
2020-09-17 Goffi plugin XEP-0329: typo
2020-09-17 Goffi plugin XEP-0329: added `FISCreateDir` method:
2020-09-17 Goffi core (memory/memory): use `str` for `path` in `getFiles` and `setFile` to allow use of `Path` instances
2020-09-17 Goffi plugin XEP-0313: fix getting MAM archive when history is empty
2020-09-17 Goffi plugin XEP-0313: fixed `MAMGet` signature
2020-09-14 Goffi plugin XEP-0329: better error handling in `onComponentAffiliationsGet`
2020-09-13 Goffi plugin XEP-0077: fixed "check_certificate" handling
2020-09-13 Goffi doc: updated installation instructions
2020-09-13 Goffi install (setup.py): added missing `extra_requires`