log

age author description
9 days ago Goffi plugin GRE: implements Gateway Relayed Encryption:
9 days ago Goffi plugin XEP-0050: fix `allowed_magics` arg and calls to `add_ad_hoc_command`.
9 days ago Goffi core (types): improve `SatXMPPEntity` core type and type hints.
6 weeks ago Povilas Kanapickas remove uses of twisted.internet.defer.returnValue
7 weeks ago Goffi doc (components): Update Email Gateway documentation:
7 weeks ago Goffi tests (unit/email gateway): add tests for pubsub service:
7 weeks ago Goffi component email gateway: Add a pubsub service:
7 weeks ago Goffi component email gateway: attachments handling:
7 weeks ago Goffi plugin XEP-0498: "Pubsub File Sharing" implementation:
7 weeks ago Goffi plugin XEP-0358: "Publishing Available Jingle Sessions" implementation:
7 weeks ago Goffi plugins XEP-0300, XEP-0446, XEP-0447, XEP0448 and others: Refactoring to use Pydantic:
7 weeks ago Goffi core (main): Let plugins have several handlers + various improvements:
6 months ago Syndace XEP-0373 (OX): Adjust to gpgme updates: generate with explicit algorithm and subkeys
2 months ago Goffi plugin URI finder: make the regex ignore case.
2 months ago Goffi README: Put tickets and MR data on a single line:
2 months ago Goffi plugin blog import dotclear: repalce deprecated `cgi` by `html`
2 months ago Goffi doc (cli/bookmarks): move old bookmarks doc to bookmarks_legacy, and add new bookmarks doc.
2 months ago Goffi plugin XEP-0048, XEP-0402; CLI (bookmarks): implement XEP-0402 (PEP Native Bookmarks):
2 months ago Goffi cli (output/std): use `rich` to output JSON.
2 months ago Goffi plugin text syntaxes: update exception message to be more explicit when `lxml_html_clean` is missing.
2 months ago Goffi core (models/types): add types for `domish.Element`.
2 months ago Goffi core (memory/params): set default resource priority to 0:
2 months ago Goffi tools (common/template), cli (call/gui): use font-awesome instead of fontello:
3 months ago Goffi tests (unit): fix tests:
3 months ago Goffi plugin XEP-0215, XEP-0376: fix bad calls to `hasFeature`:
3 months ago Goffi doc (components): update doc to show headers support:
3 months ago Goffi tests (unit/email gateway): add test for XEP-0131 handling:
3 months ago Goffi component email gateway: Add support for XEP-0131 headers:
3 months ago Goffi cli (message/send): add arguments to send keywords and headers:
3 months ago Goffi tests (unit): add XEP-0131 tests:
3 months ago Goffi plugin XEP-0131: Stanza Headers and Internet Metadata implementation:
3 months ago Goffi plugin XEP-0033: formatting.
3 months ago Goffi doc (components): update doc to indicate support of addressing metadata.
3 months ago Goffi doc (cli/message): add documentation for new addressing commands:
3 months ago Goffi test (unit): add test for email gateway:
3 months ago Goffi component email gateway: add multicasting:
3 months ago Goffi cli (message/send): add arguments for message addressing:
3 months ago Goffi test (unit): add test for plugin XEP-0033:
3 months ago Goffi plugin XEP-0033: code modernisation, improve delivery, data validation:
3 months ago Goffi tests: reformat tests using black.
4 months ago Goffi doc (components): new Email gateway documentation:
4 months ago Goffi component email-gateway: first draft:
4 months ago Goffi doc (cli): documentation for new `gateway` command:
4 months ago Goffi CLI: add commands to handle gateways:
4 months ago Goffi plugin XEP-0077, XEP-0100: Adapt to component, and modernize:
4 months ago Goffi tools (xml_tools): add `namespace` argument to `xmlui_result_to_elt`:
4 months ago Goffi plugin XEP-0106, tools (common/email): type hints.
4 months ago Goffi core (xmpp): move `is_local` to `SatXMPPEntity` + type hints + some log level changes.
4 months ago Goffi core (models): add new models for `DiscoIdentity` and `JID`:
4 months ago Goffi frontends (tools/aio): Fix excessive use of CPU:
5 months ago Goffi component conferences, plugin XEP-0167, XEP-0298: add stream user metadata:
5 months ago Goffi tests (unit): add test for XEP-0298 plugin + fix XEP-0167:
5 months ago Goffi plugin XEP-0298: Delivering Conference Information to Jingle Participants (Coin) implementation:
5 months ago Goffi plugin XEP-0167: handle conferences:
5 months ago Goffi plugin XEP-0176: add debug logs:
5 months ago Goffi plugin XEP-0167: fix session level SDP attributes parsing:
5 months ago Goffi plugin XEP-0166: handle `content-add` action + expose `get_transport`:
5 months ago Goffi plugin identity: disco identity is now added in identity metadata:
5 months ago Goffi component conferences: fix session management and init:
6 months ago Goffi tests (unit): fix tests + black reformatting.
6 months ago Goffi black reformatting
6 months ago Goffi plugin XEP-0060: add a `force` options for publish options in `send_items`:
6 months ago Goffi doc (encryption): update pubsub encryption specifications.
6 months ago Goffi core: show warning instead of exception in case of missing dependency when loading plugins
6 months ago Goffi bridge(constructor): fix template parsing, which was broken following `black` reformating.
6 months ago Goffi doc (components): Documentation for the new `Conferences` component:
6 months ago Goffi component Conferences: implementation of SFU component to make multi-party A/V conferences:
6 months ago Goffi plugin XEP-0167: Let use a `call_setup_cb` method in session:
6 months ago Goffi plugin XEP-0167: move ICE candidates parsing/SDP line building in separate methods:
6 months ago Goffi plugin XEP-0176: Send ICE candidates buffer for initiator:
6 months ago Goffi frontends (tools/webrtc): fix typo resulting in bad pipeline for audio.
7 months ago Goffi tools (common/async_process): accept `Path` instances as command path.
7 months ago Goffi cli (list/set): add "--comments" argument.
7 months ago Goffi plugin misc list: Comments node creation can now be specified with `comments` field in `extra`.
7 months ago Goffi Reformatted code base using black.
7 months ago Goffi memory (file): avoid race condition when creating parent path directories.
7 months ago Goffi docker (backend): set `+use_local_shared_tmp` in conf.
7 months ago Goffi tools (common/data_objects): set attachments `url` from `sources` if missing.
7 months ago Goffi core (main): add a mechanism to have a shared temp directory:
7 months ago Goffi core (xmpp): fix message workflow interruption from trigger.
7 months ago Goffi plugin XEP-0048: don't fail if a type is missing in bookmark data.
7 months ago Goffi plugin XEP-470: Don't file configuration on `feature-not-implemented`.
7 months ago Goffi component AP Gateway: log invalid account in case of error.
7 months ago Goffi doc (configuration): replace deprecated `SafeConfigParser`.
7 months ago Goffi doc (components/AP Gateway): document new `http_sign_get` configuration option.
7 months ago Goffi component AP Gateway: implement HTTP GET signature.
7 months ago Goffi plugin text syntaxes: fix empty string handling in `_remove_markups`.
7 months ago Goffi doc (installation): use `[all]` in extra arguments.
7 months ago Goffi core: fix SCRAM challenge parsing.
7 months ago Goffi app (weblate): use `application weblate` section
7 months ago Goffi app (peertube): environment variable must be strings (bis)
7 months ago Goffi cli (base): catch all failure on plugin importing.
7 months ago Goffi app (peertube): environment variable must be strings
7 months ago Goffi tools (common/async_process): show command and arguments used in error message in case a failure.
7 months ago Goffi plugin app manager: Add an app configuration file for PeerTube.
7 months ago Goffi doc: style/typos/URL fixes
7 months ago Goffi doc: documentation to create a Libervia app, first draft
7 months ago Goffi plugin app manager: various improvements:
8 months ago Goffi tests (unit/XEP-0272): XEP-0272 tests:
8 months ago Goffi plugin XEP-0272: implement XEP-0272: Multiparty Jingle (Muji)
8 months ago Goffi doc (cli): remote-control documentation
8 months ago Goffi cli (remote-control): new `remote-control` command:
8 months ago Goffi frontends: remote control implementation:
8 months ago Goffi core: Jingle Remote Control implementation:
8 months ago Goffi backend, frontend: prepare remote control:
8 months ago Goffi core: remove legacy VERSION file.
8 months ago Goffi core: update `pygobject` version and replace deprecated `configparser.SafeConfigParser`
9 months ago Goffi core: implement SCRAM-SHA auth algorithm:
9 months ago Goffi test (unit/cli): Add a file send/receive test for WebRTC:
9 months ago Goffi install (pyproject): update `lxml` and add `lxml_html_clean` which is now a separate project.
9 months ago Goffi docker (e2e): add GStreamer dependencies to test WebRTC stack:
9 months ago Goffi cli (call, file), frontends: implement webRTC data channel transfer:
9 months ago Goffi tests (unit/webrtc,XEP-0176, XEP-0234): Fix tests and add webrtc file transfer tests:
9 months ago Goffi plugin XEP-0353, XEP-0234, jingle: WebRTC data channel signaling implementation:
9 months ago Goffi core (xmpp): Add a timeout for messages processing to avoid blocking the queue.
9 months ago Goffi core (constants): use `bool_type`:
10 months ago Goffi migration: fix migration when XEP-0373 or XEP-0384 can't be imported:
10 months ago Goffi tests: fix and update tests:
10 months ago Goffi cli (pubsub): use `PEP` when service is not specified in error message.
10 months ago Goffi cli (file/receive): handle `CONFIRM` dialog received in pre-flight.
10 months ago Goffi cli (base): fix exit code transmission when `SystemExit` is catched.
10 months ago Goffi plugin XEP-0391: remove the need to have a OLDMEMO session started to decrypt:
10 months ago Goffi plugin XEP-0313: fix value used in `msg_from` when `from` is not explicitely specified.
10 months ago Goffi plugin XEP-0060: fix incorrect type hint.
10 months ago Goffi plugin XEP-0234: fix action type when pre-flight file confirmation is confirmed:
10 months ago Goffi plugin XEP-0384, XEP-0391: download missing devices list:
10 months ago Goffi plugin XEP-0384: be sure to have `open` access model for created nodes.
10 months ago Goffi plugin XEP-0373: fix serialisation of `public_key_list`
10 months ago Goffi core (memory/migration):
10 months ago Goffi docker: modernisation and fixes:
11 months ago Goffi doc (contributing/testing): typo
11 months ago Goffi tests (unit): fix tests
11 months ago Goffi core: get rid of `pickle`:
11 months ago Goffi doc (cli/call): add ``tui`` output, and document options:
11 months ago Goffi cli (call): `tui` output implementation:
11 months ago Goffi frontends (tools/webrtc): add a options to merge video for PiP and to specify size:
11 months ago Goffi doc (cli/call): add outputs documentation:
11 months ago Goffi tests (unit/cli/calls): unit tests for CLI call GUI:
11 months ago Goffi cli (call): implement GUI output:
12 months ago Goffi frontends (tools/webrtc): implement screensharing for Wayland + bug fixes:
12 months ago Goffi frontends (tools/webrtc): implement X11 desktop sharing:
12 months ago Goffi frontends (tools): module to handle display servers:
12 months ago Goffi core: use a user specific directory for PID file:
13 months ago Goffi docker (demo): create file-sharing and demo account in init script
13 months ago Goffi plugin XEP-0444: fix emoji check and ID used
13 months ago Goffi plugin XEP-0424: fix ID used and recipients
13 months ago Goffi plugin XEP-0308: fix ID used, recipients and author check.
13 months ago Goffi plugin XEP-0359: if no origin ID is found, use <message> ID instead:
13 months ago Goffi plugin XEP-0045: avoir crash if `subject` is not set when `_get_room_joined_args` is called.
13 months ago Goffi docker (demo): fix starting + better UX:
13 months ago Goffi core (launcher): new `wait_for_service` option:
13 months ago Goffi core: add new `init_script_path` option:
13 months ago Goffi plugin forums: parsing fix + formatting:
13 months ago Goffi core, doc, cli (forums): new `forums set` commands + doc:
13 months ago Goffi component AP gateway: be sure to have a string for error message.
13 months ago Goffi docker (backend-dev-demo): command renaming + add a bookmark to avoid empty chat
13 months ago Goffi docker (backend-dev): update Debian version + getting OMEMO related packages from git is not necessary anymore
13 months ago Goffi docker: update certificates
13 months ago Goffi plugin XEP-0277: fix comments node handling when parent node doesn't exist.
13 months ago Goffi plugin ad-hoc registration: Implement plugin to handle registration links:
13 months ago Goffi plugin XEP-0050: small code quality improvements + add `C.ENTITY_ADMINS` magic key to allow administrators profiles
13 months ago Goffi plugin XEP-053, component AP gateway: use the new `trigger.add_with_check` method
13 months ago Goffi core (tools/trigger): new `add_with_check` method:
13 months ago Goffi plugin XEP-0471: modify variable name to be linter friendly.
13 months ago Goffi plugin IP: fix use of legacy URL + coroutine use:
13 months ago Goffi core: fix path in `get_local_path`:
13 months ago Goffi plugin XEP-0277, doc: conflict is now checked and avoided if `user_friendly_id_suffix` is `False`, doc updated
13 months ago Goffi doc (cli/blog): Document new `--alt-link` option
13 months ago Goffi cli (blog): new `--alt-link` option to specify alternate links
13 months ago Goffi plugin XEP-0277: generate and parse altertate links with the new `alt_links` data in `extra`
13 months ago Goffi doc (cli/blog): documentation of the new `--no-id-suffix` option.
13 months ago Goffi cli (blog): add `--no-id-suffix` flag, to prevent adding random suffix to user-friendly IDs
13 months ago Goffi Plugin XEP-0277: Add metadata to prevent adding random suffixes to generated user-friendly IDs.
13 months ago Goffi core (constants): user platform temporary dir by default for PID files
13 months ago Goffi quick_frontend, tui: fix name conflict with `show_resources`
13 months ago Goffi component AP gateway: log a warning instead of raising an exception in `onMessage`:
13 months ago Goffi core (message): fix calling of post treatments during message workflow
13 months ago Goffi plugin ad-hoc D-Bus: fix deprecated use of python-dbus:
13 months ago Goffi plugin XEP-0424: message retraction update:
14 months ago Goffi template: add a `bare_jid` filter
14 months ago Goffi plugin XEP-0384: fix trigger used for OLDMEMO:
14 months ago Goffi plugin XEP-0308: implement Last Message Correction
14 months ago Goffi models (core): separate `MessageEditData` from `MessageEdition`:
14 months ago Goffi core (memory/sqla_mapping): `delete-orphan` in History:
14 months ago Goffi core (memory/sqla): add `id` filter in `history_get`
14 months ago Goffi core (memory/memory): fix the use of empty `from_jid` and `to_jid` in `history_get`
14 months ago Goffi tools (common/data_objects): expose message's `extra` field.
14 months ago Goffi plugin XEP-0444: complete implementation:
14 months ago Goffi plugin XEP-0359: use same ID as <message> for `origin_id`:
14 months ago Goffi plugin XEP-0045: user normal workflow for history + `get_room_user_jid` method:
14 months ago Goffi plugin XEP-0313: better error logging + store last stanza ID when retrieving archives + small improvments
14 months ago Goffi plugin XEP-0280: minor parsing improvement.
14 months ago Goffi core (memory/sqla_mapping): add a `version_id` column to detect race conditions.
14 months ago Goffi core (xmpp): message reception workflow refactoring:
14 months ago Goffi Plugin XEP-0384: rename the pun names "OLDMEMO" and "TWOMEMO" to "OMEMO_legacy" and "OMEMO" for clarity.
14 months ago Goffi core: introduce Pydantic based models in `libervia.backend.models.core`
14 months ago Goffi bridge: add `message_update` signal
14 months ago Goffi frontend (bridge): update location of D-Bus on server instructions.
14 months ago Goffi frontends (tools/webrtc): fix `SINKS_APP` condition check.
14 months ago Goffi frontends (tools/webrtc): Better message on Python override missing:
14 months ago Goffi doc (cli): documentation for the new `call` command:
14 months ago Goffi cli: `call` command:
14 months ago Goffi cli (base): new `a_quit` method to run async cleaning methods:
14 months ago Goffi cli (loops): run GLib loop in same thread as asyncio:
14 months ago Goffi tests (unit/frontends): tests for webrtc implementation:
14 months ago Goffi frontends (tools): webrtc implementation:
14 months ago Goffi frontends (tools/aio): add tool to run from thread, run maybe async method, or run GLib loop:
14 months ago Goffi install: add test dependencies to dev env
14 months ago Goffi plugin XEP-0363: fix headers setting
15 months ago Goffi doc (cli): `notification` commands documentation.
15 months ago Goffi cli: add `notification` commands
15 months ago Goffi cli (base): catch `SystemExit` to do a proper `quit` when `Ctrl-C` is pressed.
15 months ago Goffi core (constants): accept `y` and `t` as `True` values.
15 months ago Goffi core (types): add `is_admin` to `SatXMPPEntity`
15 months ago Goffi core: notifications implementation, first draft:
15 months ago Goffi cli: `rich` initial integration
15 months ago Goffi install: add `rich` dependency
15 months ago Goffi frontends (tools) new `aio` module for tools regarding asyncio:
15 months ago Goffi frontends (quick app): allow frontend to register an action handler:
15 months ago Goffi frontend (quick app): allow to specify an async bridge:
15 months ago Goffi frontends (quick app): reformulate backend not running message + use "Libervia" instead of "SàT"
15 months ago Goffi plugin XEP-0338: always add `<group>` element as first <jingle> child:
15 months ago Goffi plugin XEP-0338: be sure to add the `<group>` element only once:
15 months ago Goffi plugin XEP-0167: mapping adjustments:
15 months ago Goffi plugin XEP-0167: don't override existing metadata when preparing confirmation:
15 months ago Goffi plugin XEP-0167: fix key used to store metadata:
15 months ago Goffi plugin XEP-0167: keep media order when starting a call:
15 months ago Goffi plugin XEP-0045: fix name conflict in errback
17 months ago Goffi plugin XEP-0167, XEP-0176: transport-info and ICE candidate sending are delayed if session is not active yet
17 months ago Goffi plugin XEP-0167, XEP-0353: handle ringing:
17 months ago Goffi plugin XEP-0166: reject session creation is session ID is empty
17 months ago Goffi doc (installation): update `pipx` instruction and remove `requirements.txt` mention
17 months ago Goffi plugin XEP-0166, XEP-0167, XEP-0234, XEP-0353: call events management to prepare for UI:
17 months ago Goffi plugin XEP-0166: `jingle_terminate`, session handling and reason parsing:
17 months ago Goffi tools (common/data_objects): handle messages without body
18 months ago Goffi component AP gateway: fix AP media type in GET and POST requests headers
18 months ago Goffi plugin JID Search: JID search plugin, first draft
19 months ago Goffi backend: rename `SatRosterProtocol` to `LiberviaRosterProtocol`
19 months ago Goffi install: bump minimum python version
19 months ago Goffi compoent AP gateway: add forgotten contant
19 months ago Goffi component AP gateway: fix webfinger content type
19 months ago Goffi plugin URL preview: URL preview first draft
19 months ago Goffi doc (conf): fix version retrieval
19 months ago Goffi cli (debug): fix deprecated method call
19 months ago Goffi tools (common/template): add filter to get media types:
19 months ago Goffi tools (common/data_objects): add `attachments` in Message
19 months ago Goffi plugin XEP-0363: fix handling of empty `upload_jid` in `_get_slot`
19 months ago Goffi component file sharing: fix method name case:
19 months ago Goffi plugin XEP-0060: move setting of `pubsub_watching` to `profile_connecting` so it's available early
19 months ago Goffi core (memory/sqla_mapping): fix legacy pickled values:
19 months ago Goffi component AP gateway: fix handling of XMPP comments authors:
19 months ago Goffi component AP gateway: fix method retrieval in `ap_request`:
19 months ago Goffi core (memory/sqla): fix row to dict conversion in `get_files`
19 months ago Goffi build: explicitely set `packages` so `doc` is not accidentaly included
19 months ago Goffi cli (event): minor typo
19 months ago Goffi tools (common/template): allow use of extra attributes in `icon` function
19 months ago Goffi tools (common/date_utils): update date parsing regex:
19 months ago Goffi tools (common/data_objects): fix import of Markup following change after Jinja2 version bump
19 months ago Goffi build: add missing `.ini` and `.yaml` files in all build, needed for wheel
19 months ago Goffi plugin app manager: rename `sat` to `libervia`
19 months ago Goffi tools/common (template): add `id` argument to `_icon_use`
19 months ago Goffi plugin XEP-0045: fix calls to `join`
19 months ago Goffi build: create a dev env with debugging tools
19 months ago Goffi installation: moved from `setup.py` to `pyproject.toml`:
19 months ago Goffi doc: README rewrite:
19 months ago Goffi version: use standard Python's `dev0` instead of Libervia specific `D` for dev version
19 months ago Goffi refactoring: rename `sat_configure` to `libervia_configure`
19 months ago Goffi refactoring: fix names in doc following modules hierarchy refactoring
19 months ago Goffi refactoring: rename `libervia.frontends.primitivus` to `libervia.tui`
19 months ago Goffi refactoring: rename `libervia.frontends.jp` to `libervia.cli`
19 months ago Goffi refactoring: rename `sat_frontends` to `libervia.frontends`
19 months ago Goffi refactoring: rename `core.sat_main` to `core.main`
19 months ago Goffi refactoring: rename `SAT` class to `LiberviaBackend`
19 months ago Goffi refactoring: renamed `sat` package to `libervia.backend`
20 months ago Goffi plugin XEP-0167: method to end a call, and corresponding signal:
20 months ago Goffi tests (unit): Skip XEP-0373 test if gpg can't be imported
20 months ago Goffi tests (units): tests for plugin XEP-0339:
20 months ago Goffi plugin XEP-0339: "Source-Specific Media Attributes in Jingle" implementation:
20 months ago Goffi plugin XEP-0092: use `client` instead of `profile_key` in `version_get`
20 months ago Goffi tests (units): tests for plugin XEP-0338:
20 months ago Goffi plugin XEP-0338: "Jingle Grouping Framework" implementation:
20 months ago Goffi tests (units): tests for plugin XEP-0294:
20 months ago Goffi plugin XEP-0294: "Jingle RTP Feedback Negotiation" implementation:
20 months ago Goffi tests (units): tests for plugin XEP-0293:
20 months ago Goffi plugin XEP-0293: "Jingle RTP Feedback Negotiation" implementation:
20 months ago Goffi plugin text syntaxes: fix `EscapeHTML` following massive snake_case renaming
20 months ago Goffi plugin XEP-0167: fix wrong copy/pasted header
20 months ago Goffi tests (units): tests for plugin XEP-0167:
20 months ago Goffi plugin XEP-0167: Jingle RTP Sessions implementation:
20 months ago Goffi plugin XEP-0353: update according to XEP changes + <description> fix:
20 months ago Goffi plugin XEP-0176: fix candidates data format when calling Bridge's `ice_candidates_new`
20 months ago Goffi plugin XEP-0166: set `jingle_elt`, `desc_elt` and `transport_elt`:
20 months ago Goffi plugin XEP-0166, 0176, 0234: minor renaming + type hints
20 months ago Goffi core: renamed `messageReceived` trigger to `message_received`
20 months ago Goffi frontends (tools/jid): remove old pyjamas code + type hints
20 months ago Goffi tests (unit): XEP-0320 tests:
20 months ago Goffi plugin XEP-0320: Use of DTLS-SRTP in Jingle Sessions:
20 months ago Goffi CHANGELOG: update
20 months ago Goffi tests (unit): tests for plugin XEP-0176:
20 months ago Goffi plugin XEP-0176: Jingle ICE-UDP Transport Method implementation:
20 months ago Goffi plugin XEP-0166: refactoring, and various improvments:
20 months ago Goffi core (main): if `keep_id` is set in `action_new`, use it as `action_id`
20 months ago Goffi core: don't use `meta_` prefix anymore for `action_extra` in `action_new` signal.
20 months ago Goffi core (bridge): `action_new` now use serialised dict for extra data.
20 months ago Goffi CHANGELOG: typo
21 months ago Goffi changelog: udpate
21 months ago Goffi core (constants): fix URL, forgotten `SàT` reference + set new codename to "La Ruche"
21 months ago Goffi massive refactoring to switch from camelCase to snake_case:
21 months ago Goffi dpc (cli/info): update "disco" documentation to include new "external services":
21 months ago Goffi cli (info/disco): Add external services in results:
21 months ago Goffi tests (unit): Add test for plugin XEP-0215:
21 months ago Goffi core (plugins): implementation of XEP-0215 "External Service Discovery":
21 months ago Goffi tools (xml_tools): add fields's `values` when converting data form to dict
22 months ago Goffi tools (common/template): add 2 new filters: `timestamp_to_hour` and `delta_to_human`:
22 months ago Goffi tools (common/template): let specify timezone name in `date_fmt` filter
22 months ago Goffi tools (common/date_utils): new `get_timezone_name` to retrieve it from a tzinfo and a timestamp
22 months ago Goffi tools (common/date_utils): let use a timezone name as str in `date_fmt`
22 months ago Goffi plugin XEP-0471: renamed "events" plugin to XEP-0471 now that there is a XEP
22 months ago Goffi core (memory/sqla): be sure to have a dict when serialising History.extra:
22 months ago Goffi component AP gateway: revert forgotten verbose mode
22 months ago Goffi jp (blog): new `--attachment` argument to attach files or external data to a blog post
22 months ago Goffi component AP gateway: handle attachments
22 months ago Goffi plugin lang detect: don't detect the language if the body is empty
22 months ago Goffi core (xmpp), component file sharing, plugin XEP-0363: `enabled_features` + HTTP Upload:
22 months ago Goffi plugin XEP-0277: handle "related" and "enclosure" links:
22 months ago Goffi core: log a traceback if a plugin can't be loaded
22 months ago Goffi plugin XEP-0277: ensure that `max-items` is set to `max` when creating a node
22 months ago Goffi component AP gateway: add mention to direct messages:
22 months ago Goffi component AP gateway (http): fix missing `pformat` module in verbose mode
22 months ago Goffi component AP gateway (http): add verbose log when signature verification fails on POST request
22 months ago Goffi component AP gateway (http): handle properly NotFound error:
22 months ago Goffi component AP gateway: fix bad use of `parseAPURL` return data:
22 months ago Goffi plugin AP gateway: fix exception on HEAD requests
22 months ago Goffi plugin XEP-0277: when publisher is not found, check ancestor in both client and component namespaces
22 months ago Goffi tools (xml_tools): accept several namespaces in `findAncestor`
22 months ago Goffi component AP gateway (http/outbox): return data when no RSM is available
22 months ago Goffi plugin XEP-0465: log a warning and return empty list/dict when `forbidden` error is received:
22 months ago Goffi plugin XEP-0384: skip MessageReceived trigger when in a component:
22 months ago Goffi plugin XEP-0060: fix namespace on node subscriptions request
22 months ago Goffi component AP gateway: reset stream position after getting payload:
22 months ago Goffi plugin XEP-0384: run `profileConnected` workflow in background:
22 months ago Goffi core (memory/sqla): activate Write-Ahead Logging:
22 months ago Goffi plugin XEP-0313: don't wait for MAM to be retrieved in connection workflow:
22 months ago Goffi plugin XEP-0045: dot not wait for MAM retrieval to be completed:
22 months ago Goffi core (xmpp): improve pluging timing log by using highest `profileConnected` time:
22 months ago Goffi core: add debug trace to show plugins loading time
22 months ago Goffi plugin app manager: `start` doesn't wait anymore for actual app start:
22 months ago Goffi core (log): type hints
23 months ago Goffi component AP gateway (http_server): use log.exception instead of log.error
23 months ago Goffi component AP gateway: fix missing argument when calling APOutboxPageRequest
23 months ago 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.
2022-11-15 Goffi component AP gateway: log at debug level instead of warning when no client is set
2022-11-11 Goffi doc (components/AP Gateway): `html_redirect_dict` option
2022-11-11 Goffi component AP gateway: HTML redirection:
2022-11-10 Goffi plugin XEP-0384: log `import_error` when import is failing
2022-10-31 Goffi doc (encryption, cli): document Pubsub Targeted Encryption:
2022-10-31 Goffi tests (e2e/cli): test for Pubsub Targeted Encryption:
2022-10-31 Goffi cli (blog, pubsub): encryption argument for Pubsub Targeted Encryption:
2022-10-31 Goffi plugin pte: Pubsub Target Encryption implementation:
2022-10-31 Goffi tests (e2e/cli): add tests for JET:
2022-10-31 Goffi cli (file/send): add `--encrypt` argument to request encryption:
2022-10-31 Goffi plugin XEP-0391: implement XEP-0391 (Jingle Encrypted Transports) + XEP-0396 (JET-OMEMO):
2022-10-31 Goffi tools (strem): fix `mode` + add `pre_close_cb` callback:
2022-10-28 Syndace plugin XEP-0384: Implementation of Automatic Trust Management:
2022-10-29 Goffi doc (encryption, cli): pubsub signing documentation:
2022-10-29 Goffi cli (pubsub/set,edit) add `--sign` argument:
2022-10-29 Goffi cli (pubsub/signature): add `sign` command:
2022-10-29 Goffi plugin pubsub signature: fix attachment setting + default signer:
2022-10-29 Goffi tests (e2e/cli): add a test for Pubsub Signing:
2022-10-29 Goffi plugin pubsub signing: fix `gpg_provider` instanciation:
2022-10-29 Goffi plugin XEP-0373: minor renaming + set `gpg_provider` in client:
2022-10-28 Goffi cli (pubsub): new `signature` subcommands:
2022-10-28 Goffi cli (blog/set): new `--sign` argument:
2022-10-28 Goffi plugin XEP-0277: `signed` flag can now be used in `extra` to use sign the blog post:
2022-10-28 Goffi plugin pubsub signing: pubsub items signature implementation:
2022-10-28 Goffi tools (xml_tools): `domish_elt_2_et_elt` and `et_elt_2_domish_elt` now handle lxml.etree
2022-10-28 Goffi plugin XEP-0373: typos
2022-10-28 Goffi tools (utils): fix `parse_xmpp_date` timezone:
2022-10-28 Goffi plugin OXPS: fix triggers return values:
2022-10-15 Goffi doc (blog, pubsub): documentation on new e2ee arguments for pubsub, and shared secrets handling:
2022-10-15 Goffi doc: new doc giving an overview on how e2ee is working in Libervia/XMPP:
2022-10-15 Goffi plugin XEP-0277: add `encryption` flag to MB data:
2022-10-15 Goffi plugin OXPS, XEP-0060: indicate which items were e2ee:
2022-10-15 Goffi cli (pubsub/set, edit): add `--encrypt` flag:
2022-10-15 Goffi tests (e2e/cli): add test for pubsub encryption:
2022-10-15 Goffi plugin XEP-0470: fix autocreate in `create_attachments_node`:
2022-10-15 Goffi plugin XEP-0374, XEP-0384: handle cases where "to" is not set in <message> for `feedback_jid`
2022-10-15 Goffi plugin XEP-0384: continue workflow and log error in case of issue in self.__prepare_for_profile:
2022-10-15 Goffi plugin XEP-0373: download public keys if they are not found in local storage:
2022-10-15 Goffi plugin pubsub cache: avoid race condition by retrying node request:
2022-10-15 Goffi docker: update images to include new OMEMO libraries and OpenPGP packages:
2022-10-15 Goffi cli (pubsub): new `secret` subcommands:
2022-10-15 Goffi cli (pubsub/get): add `--no-decrypt` flag to disable automatic decryption:
2022-10-15 Goffi cli (blog): add `--encrypt` argument on publication commands to e2ee a blog post:
2022-10-15 Goffi tools (common/async_utils): set default `maxsize` to 50 in `async_lru`
2022-10-15 Goffi plugin XEP-0374: exluce `openpgp` element from XEP-0373 on send trigger:
2022-10-15 Goffi plugin OXPS: OpenPGP for XMPP Pubsub implementation:
2022-09-20 Syndace plugin XEP-0373 and XEP-0374: Implementation of OX and OXIM:
2022-10-10 Goffi core: fix and renamed getLocalPath -> get_local_path:
2022-10-07 Goffi plugins (forums, lists, import, XEP-0277): remove invalid `max_items` values
2022-10-06 Goffi plugin lists: fix double deserialisation
2022-10-06 Syndace plugin XEP-0384: proper handling of exceptions in `prepare_for_profile`
2022-10-06 Goffi plugin lists: fix deserialisation on listSet
2022-10-06 Goffi plugin XEP-0448: Encryption for stateless file sharing implementation:
2022-10-06 Goffi cli (file/get): handle full JSON attachment following change in backend:
2022-10-06 Goffi cli (message/send): new `--attach` argument to send an attachment:
2022-10-06 Goffi tools (stream): log error when a SatFile is closed:
2022-10-06 Goffi plugin XEP-0334: avoid adding twice the same hint:
2022-10-06 Goffi plugin XEP-0447: handle attachment and download:
2022-10-06 Goffi core (memory/encryption): helper method to get currently utilised e2ee algorithm's namespace:
2022-10-06 Goffi core (xmpp): check presence of some keys in attachment before using them:
2022-10-06 Goffi plugin XEP-0384: temporarily disable `<iq>` stanza encryption:
2022-10-06 Goffi plugin XEP-0384: expose OLDMEMO and TWOMEMO namespaces:
2022-10-06 Goffi plugin XEP-0420: fix exception on missing `from` or `to`:
2022-10-06 Goffi plugin XEP-0300: type hints
2022-10-06 Goffi plugin events: fix bad import
2022-09-24 Goffi plugin XEP-0384, xml_tools: avoid `getItems` timeout + fix empty node crash + parsing:
2022-09-24 Goffi core (xmpp): make `send` a blocking method, fix `sendMessageData` calls:
2022-09-24 Goffi core (main): `OrderedDict` is not necesasry here anymore, as `dict` are now ordered
2022-08-23 Syndace plugin XEP-0384: Fully reworked to adjust to the reworked python-omemo:
2022-09-22 Goffi doc (components/AP Gateway): Ad-Hoc and Events:
2022-09-22 Goffi doc (cli/event): update doc following changes:
2022-09-21 Goffi tests (unit/AP gateway): add tests for events:
2022-09-21 Goffi tests (unit/AP gateway): fix tests:
2022-09-21 Goffi cli (event): update commands following changes in events:
2022-09-21 Goffi tools (common/date_utils) handle timestamp and `in` + `delta2human`:
2022-09-21 Goffi component AP gateway: events:
2022-09-21 Goffi tools (xml_tools): handle `required` field in `dataDict2dataForm`:
2022-09-21 Goffi plugin events: update following `Events` protoXEP submission:
2022-09-21 Goffi plugin XEP-0470: add `create_attachments_node` method:
2022-09-21 Goffi plugin XEP-0050: use coroutine + minor code readability improvments:
2022-09-21 Goffi plugin XEP-0060: raise an `NotFound` exception instead of StanzaError in `subscribe`:
2022-09-21 Goffi tools (utils): helper `parse_xmpp_date` method:
2022-09-21 Goffi plugin XEP-0447: Stateless File Sharing implementation:
2022-09-21 Goffi plugin XEP-0446: File Metadata implementation:
2022-09-21 Goffi plugin XEP-0103: URL Address Information implementation:
2022-09-21 Goffi plugin XEP-0080: User Location implementation:
2022-09-21 Goffi core, CLI (base), tools (common/data_format): typing/core readability
2022-08-31 Goffi doc (components/AP gateway): "reactions":
2022-08-31 Goffi tests (AP gateway): reactions tests:
2022-08-31 Goffi tests (AP gateway): fix tests following changes in gateway:
2022-08-31 Goffi cli (pubsub/attachment/set): update reactions handling:
2022-08-31 Goffi component AP gateway: AP <=> XMPP reactions conversions:
2022-08-31 Goffi plugin XEP-0424: rename bridge method:
2022-08-31 Goffi plugin XEP-0444: Message Reactions implementation:
2022-08-31 Goffi doc (components): the word "handle" is more adapted here
2022-08-31 Goffi component AP gateway: work around encoding bug in Mastodon:
2022-08-31 Goffi component AP gateway: fix headers case in signature:
2022-08-31 Goffi component AP gateway: add `aliases` to webfinger data
2022-08-31 Goffi component AP gateway: better verbose logging:
2022-08-31 Goffi component AP gateway: raise exceptions on apGet + fix exceptions catching in apGetLocalObject:
2022-08-31 Goffi tools: renamed module `sat.tools.datetime` to `date.tools.xmpp_datetime` to avoid conflict with Python's standard lib
2022-08-31 Goffi tools (datetime, utils): fix incorrect use of naive object:
2022-08-23 Syndace plugin XEP-0420: Implementation of Stanza Content Encryption:
2022-08-23 Goffi plugin mr mercurial: limit export to ancestors of working directory parent
2022-08-23 Goffi plugin merge-requests: fix `await` use on blocking method
2022-07-22 Goffi doc (components/AP gateway): "repeat" and "noticed/like":
2022-07-22 Goffi doc (cli/pubsub, cli/blog): `attachments` subcommands documentation:
2022-07-22 Goffi doc (cli/blog): `repeat` documentation:
2022-07-22 Goffi tests (unit/AP gateway): tests for item repeat/announce and noticed/like conversion:
2022-07-22 Goffi component AP gateway: fix item ID for XMPP items on Announce:
2022-07-21 Goffi component AP gateway: handle `Like` and `Undo`/`Like` activities:
2022-07-21 Goffi component AP gateway (pubsub): only emit a `Follow` activity for microblog subscription:
2022-07-21 Goffi plugin XEP-0060: sender can now be specified in `sendItems` and `publish`:
2022-07-20 Goffi cli (blog, pubsub): new `attachments` subcommands:
2022-07-20 Goffi component AP gateway: handle XMPP attachments -> AP likes conversion: