log

age author description
2020-05-29 Goffi tools/common (tls): moved re-usable Twisted TLS code from Libervia to tools/common
2020-05-29 Goffi plugin XEP-0300; fixed use of calculateHash with getHasher
2020-05-29 Goffi core: getLocalPath now returns a Path
2020-05-29 Goffi core (launcher): fixed launching of twistd when no subparsed is specified
2020-05-26 Goffi doc (jp/roster): fixed example for `jp roster set`
2020-05-25 Goffi core (launcher): extra arguments can now be passed the service with `bg`, `fg` and `dbg`:
2020-05-25 Goffi core: replaced `sat` shell script by a python script:
2020-05-25 Goffi core (log): logging with Twisted now uses the new twisted.logger
2020-05-19 Goffi plugin XEP-0054: don't use cache anymore in `getAvatar`:
2020-05-19 Goffi plugin identity: fixed update in avatarSetPostTreatment
2020-05-18 Goffi plugin identity: fixed infinite loop on nicknames update
2020-05-18 Goffi jp (event): new `list` command to get evens available in a service
2020-05-18 Goffi jp (pubsub): fixed arguments returned when item has no payload
2020-05-18 Goffi tools (common/template): new `icon_from_client` method:
2020-05-18 Goffi plugin XEP-0231, XEP-0264: fixed some remaining encoding issue following Python 3 port