log

age author description
21 months ago Goffi tools (common/data_objects): add `attachments` in Message
21 months ago Goffi plugin XEP-0363: fix handling of empty `upload_jid` in `_get_slot`
21 months ago Goffi component file sharing: fix method name case:
21 months ago Goffi plugin XEP-0060: move setting of `pubsub_watching` to `profile_connecting` so it's available early
21 months ago Goffi core (memory/sqla_mapping): fix legacy pickled values:
21 months ago Goffi component AP gateway: fix handling of XMPP comments authors:
21 months ago Goffi component AP gateway: fix method retrieval in `ap_request`:
21 months ago Goffi core (memory/sqla): fix row to dict conversion in `get_files`
22 months ago Goffi build: explicitely set `packages` so `doc` is not accidentaly included
22 months ago Goffi cli (event): minor typo
22 months ago Goffi tools (common/template): allow use of extra attributes in `icon` function
22 months ago Goffi tools (common/date_utils): update date parsing regex:
22 months ago Goffi tools (common/data_objects): fix import of Markup following change after Jinja2 version bump
22 months ago Goffi build: add missing `.ini` and `.yaml` files in all build, needed for wheel
22 months ago Goffi plugin app manager: rename `sat` to `libervia`
22 months ago Goffi tools/common (template): add `id` argument to `_icon_use`
22 months ago Goffi plugin XEP-0045: fix calls to `join`
22 months ago Goffi build: create a dev env with debugging tools
22 months ago Goffi installation: moved from `setup.py` to `pyproject.toml`:
22 months ago Goffi doc: README rewrite:
22 months ago Goffi version: use standard Python's `dev0` instead of Libervia specific `D` for dev version
22 months ago Goffi refactoring: rename `sat_configure` to `libervia_configure`
22 months ago Goffi refactoring: fix names in doc following modules hierarchy refactoring
22 months ago Goffi refactoring: rename `libervia.frontends.primitivus` to `libervia.tui`
22 months ago Goffi refactoring: rename `libervia.frontends.jp` to `libervia.cli`
22 months ago Goffi refactoring: rename `sat_frontends` to `libervia.frontends`
22 months ago Goffi refactoring: rename `core.sat_main` to `core.main`
22 months ago Goffi refactoring: rename `SAT` class to `LiberviaBackend`
22 months ago Goffi refactoring: renamed `sat` package to `libervia.backend`
22 months ago Goffi plugin XEP-0167: method to end a call, and corresponding signal:
22 months ago Goffi tests (unit): Skip XEP-0373 test if gpg can't be imported
22 months ago Goffi tests (units): tests for plugin XEP-0339:
22 months ago Goffi plugin XEP-0339: "Source-Specific Media Attributes in Jingle" implementation:
22 months ago Goffi plugin XEP-0092: use `client` instead of `profile_key` in `version_get`
22 months ago Goffi tests (units): tests for plugin XEP-0338:
22 months ago Goffi plugin XEP-0338: "Jingle Grouping Framework" implementation:
22 months ago Goffi tests (units): tests for plugin XEP-0294:
22 months ago Goffi plugin XEP-0294: "Jingle RTP Feedback Negotiation" implementation:
22 months ago Goffi tests (units): tests for plugin XEP-0293:
22 months ago Goffi plugin XEP-0293: "Jingle RTP Feedback Negotiation" implementation:
22 months ago Goffi plugin text syntaxes: fix `EscapeHTML` following massive snake_case renaming
22 months ago Goffi plugin XEP-0167: fix wrong copy/pasted header
22 months ago Goffi tests (units): tests for plugin XEP-0167:
22 months ago Goffi plugin XEP-0167: Jingle RTP Sessions implementation:
22 months ago Goffi plugin XEP-0353: update according to XEP changes + <description> fix:
22 months ago Goffi plugin XEP-0176: fix candidates data format when calling Bridge's `ice_candidates_new`
22 months ago Goffi plugin XEP-0166: set `jingle_elt`, `desc_elt` and `transport_elt`:
22 months ago Goffi plugin XEP-0166, 0176, 0234: minor renaming + type hints
22 months ago Goffi core: renamed `messageReceived` trigger to `message_received`
22 months ago Goffi frontends (tools/jid): remove old pyjamas code + type hints
22 months ago Goffi tests (unit): XEP-0320 tests:
22 months ago Goffi plugin XEP-0320: Use of DTLS-SRTP in Jingle Sessions:
22 months ago Goffi CHANGELOG: update
22 months ago Goffi tests (unit): tests for plugin XEP-0176:
22 months ago Goffi plugin XEP-0176: Jingle ICE-UDP Transport Method implementation:
22 months ago Goffi plugin XEP-0166: refactoring, and various improvments:
22 months ago Goffi core (main): if `keep_id` is set in `action_new`, use it as `action_id`
22 months ago Goffi core: don't use `meta_` prefix anymore for `action_extra` in `action_new` signal.
22 months ago Goffi core (bridge): `action_new` now use serialised dict for extra data.
22 months ago Goffi CHANGELOG: typo
23 months ago Goffi changelog: udpate
23 months ago Goffi core (constants): fix URL, forgotten `SàT` reference + set new codename to "La Ruche"
24 months ago Goffi massive refactoring to switch from camelCase to snake_case:
24 months ago Goffi dpc (cli/info): update "disco" documentation to include new "external services":
24 months ago Goffi cli (info/disco): Add external services in results:
24 months ago Goffi tests (unit): Add test for plugin XEP-0215:
24 months ago Goffi core (plugins): implementation of XEP-0215 "External Service Discovery":
24 months ago Goffi tools (xml_tools): add fields's `values` when converting data form to dict
2023-03-30 Goffi tools (common/template): add 2 new filters: `timestamp_to_hour` and `delta_to_human`:
2023-03-30 Goffi tools (common/template): let specify timezone name in `date_fmt` filter
2023-03-30 Goffi tools (common/date_utils): new `get_timezone_name` to retrieve it from a tzinfo and a timestamp
2023-03-30 Goffi tools (common/date_utils): let use a timezone name as str in `date_fmt`
2023-03-30 Goffi plugin XEP-0471: renamed "events" plugin to XEP-0471 now that there is a XEP
2023-03-24 Goffi core (memory/sqla): be sure to have a dict when serialising History.extra:
2023-03-23 Goffi component AP gateway: revert forgotten verbose mode
2023-03-23 Goffi jp (blog): new `--attachment` argument to attach files or external data to a blog post
2023-03-23 Goffi component AP gateway: handle attachments
2023-03-23 Goffi plugin lang detect: don't detect the language if the body is empty
2023-03-23 Goffi core (xmpp), component file sharing, plugin XEP-0363: `enabled_features` + HTTP Upload:
2023-03-23 Goffi plugin XEP-0277: handle "related" and "enclosure" links:
2023-03-23 Goffi core: log a traceback if a plugin can't be loaded
2023-03-20 Goffi plugin XEP-0277: ensure that `max-items` is set to `max` when creating a node
2023-03-20 Goffi component AP gateway: add mention to direct messages:
2023-03-18 Goffi component AP gateway (http): fix missing `pformat` module in verbose mode
2023-03-18 Goffi component AP gateway (http): add verbose log when signature verification fails on POST request
2023-03-18 Goffi component AP gateway (http): handle properly NotFound error:
2023-03-18 Goffi component AP gateway: fix bad use of `parseAPURL` return data:
2023-03-18 Goffi plugin AP gateway: fix exception on HEAD requests
2023-03-16 Goffi plugin XEP-0277: when publisher is not found, check ancestor in both client and component namespaces
2023-03-16 Goffi tools (xml_tools): accept several namespaces in `findAncestor`
2023-03-16 Goffi component AP gateway (http/outbox): return data when no RSM is available
2023-03-16 Goffi plugin XEP-0465: log a warning and return empty list/dict when `forbidden` error is received:
2023-03-16 Goffi plugin XEP-0384: skip MessageReceived trigger when in a component:
2023-03-16 Goffi plugin XEP-0060: fix namespace on node subscriptions request
2023-03-16 Goffi component AP gateway: reset stream position after getting payload:
2023-03-10 Goffi plugin XEP-0384: run `profileConnected` workflow in background:
2023-03-10 Goffi core (memory/sqla): activate Write-Ahead Logging:
2023-03-10 Goffi plugin XEP-0313: don't wait for MAM to be retrieved in connection workflow:
2023-03-10 Goffi plugin XEP-0045: dot not wait for MAM retrieval to be completed:
2023-03-10 Goffi core (xmpp): improve pluging timing log by using highest `profileConnected` time:
2023-03-04 Goffi core: add debug trace to show plugins loading time
2023-03-04 Goffi plugin app manager: `start` doesn't wait anymore for actual app start:
2023-03-04 Goffi core (log): type hints
2023-03-02 Goffi component AP gateway (http_server): use log.exception instead of log.error
2023-02-10 Goffi component AP gateway: fix missing argument when calling APOutboxPageRequest
2023-02-10 Goffi component AP gateway: don't percent-encode `@`:
2022-12-05 Goffi plugin XEP-0470: create a default configuration if node config can't be accessed
2022-11-25 Goffi component AP gateway: fix bad condition
2022-11-25 Goffi component AP gateway: fix header checking for redirection
2022-11-24 Goffi doc[installation]: update instructions
2022-11-24 Goffi core (main): log Exception when `bridge_pi` fails
2022-11-24 Goffi core (log): `log.exception` is now usable
2022-11-22 Goffi install: get `urwid-satext` directly from repos
2022-11-22 Goffi install: typo
2022-11-22 Goffi install: get `sat_tmp` directly from repos
2022-11-22 Goffi doc (components): typo
2022-11-15 Goffi component AP gateway: ignore actor delection notifications:
2022-11-15 Goffi component AP gateway: properly close the HTTP connection on `checkSignature` exception:
2022-11-15 Goffi component AP gateway: parse body immediately on `POST` request:
2022-11-15 Goffi component AP gateway: fix pubsub attachment plugin call following renaming.