log

age author description
2020-12-04 Goffi jp (account): better exit code handling
2020-12-04 Goffi plugin XEP-0234: make `fileJingleRequest` async to fix call of `initiate`
2020-12-04 Goffi core (constants): added EXIT_CONFLICT
2020-12-04 Goffi docker (e2e): use shared volume for SàT's local dir:
2020-12-04 Goffi doc (testing): typos
2020-11-27 Goffi doc: documentation for testing in new `contributing` section
2020-11-27 Goffi tests, docker(e2e): added e2e tests for Libervia:
2020-11-27 Goffi tests: added testing files (photos)
2020-11-27 Goffi docker (backend_e2e): added packages necessary to test Libervia + some debugging tools
2020-11-27 Goffi plugin XEP-0077: use `xmpp_domain` when set for `host`
2020-11-27 Goffi docker (e2e): added `libervia` and `libervia.test` in certificates
2020-11-27 Goffi docker(libervia): build site in the image:
2020-11-16 Goffi docker: added libervia e2e image and include it in `docker-compose_e2e`:
2020-11-16 Goffi docker (backend_e2e): set `xmpp_domain` in conf.
2020-11-16 Goffi docker (backend): fixed `media_dir` in conf.
2020-11-16 Goffi tools(utils): fixed error catching when getting repository data with `pkg_resources`
2020-11-15 Goffi docker (libervia): expose HTTP and HTTPS ports
2020-11-15 Goffi docker (compose): name `libervia` image
2020-11-14 Goffi plugin app manager: fixed `public_url` value check
2020-11-14 Goffi core (launcher): exit code can now specified
2020-11-12 Goffi tests: end-2-end tests first draft:
2020-11-12 Goffi jp (roster): `delete` implementation
2020-11-12 Goffi jp (pubsub/node/info, pubsub/get): better exit code:
2020-11-12 Goffi jp (base, pubsub/set): new `--quiet` argument:
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