log

age author description
2020-12-11 Goffi jp (pubsub/node/schema): handle not-found conditions properly
2020-12-11 Goffi plugin XEP-0346: "Form Discovery and Publishing" implementation:
2020-12-11 Goffi plugin XEP-0060: add constants for common values of publish model
2020-12-11 Goffi plugin XEP-0106: log rejected value when escaping fails.
2020-12-11 Goffi plugin XEP-0096: fix plugin following changes in `plugin_misc_file`
2020-12-10 Goffi tools (xml_tools): add missing `value` property to JidWidget
2020-12-10 Goffi plugin XEP-0431: Fulltext Search for MAM implementation
2020-12-10 Goffi docker (pubsub): install latest version of `postgresql-client` with PostgreSQL own Debian repos.
2020-12-10 Goffi docker: use `slim` version of Debian as base for our images
2020-12-10 Goffi contrat social: updated English translation's formulation about censorship:
2020-12-05 Goffi contrat social: replaced formulation about censorship:
2020-12-05 Goffi contrat social (en): replaced "Mankind" by "Humanity":
2020-12-04 Goffi tests (e2e/libervia): more stable `test_user_can_log_in` + photos tests
2020-12-04 Goffi tests (e2e): new fixture to share data between tests:
2020-12-04 Goffi tests, doc(testing): added `pytest-dependency` plugin to `backend_e2e` image + doc
2020-12-04 Goffi tests (e2e/libervia/conftest): new `log_in_account1_s2` fixture
2020-12-04 Goffi tests (e2e/conftest): create a test account on server3.test
2020-12-04 Goffi tests (e2e/conftest): check new exit code for conflict to avoid crashing if test accounts already exist
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`: