Thu, 11 Sep 2025 21:17:51 +0200 |
Goffi |
doc (components): Add message cleaning section to email gateway doc:
default tip
|
Thu, 11 Sep 2025 21:17:51 +0200 |
Goffi |
tests (unit/components): Add tests for email gateway's cleaning module:
|
Thu, 11 Sep 2025 21:17:47 +0200 |
Goffi |
component email message: Mailing list messages cleaning:
|
Thu, 11 Sep 2025 21:10:35 +0200 |
Goffi |
component email (imap): fetch all recent emails instead of only the last one.
|
Sat, 06 Sep 2025 16:31:24 +0200 |
Goffi |
plugin XEP-0277: add `mentions` to extra data:
|
Fri, 05 Sep 2025 19:32:47 +0200 |
Goffi |
plugin XEP-0376: Fix type hint for `node` which is optional in `subscriptions`.
|
Fri, 05 Sep 2025 19:31:50 +0200 |
Goffi |
core (main): renamed `hasFeature` to `has_feature` to fix inconsistency.
|
Sun, 31 Aug 2025 12:34:37 +0200 |
Goffi |
cli (pubsub): List support first draft + doc:
|
Sun, 31 Aug 2025 12:34:37 +0200 |
Goffi |
component email gateway: implement pubsub relationships and pubsub extended discovery:
|
Sun, 31 Aug 2025 12:34:30 +0200 |
Goffi |
plugin XEP-0499 Pubsub Extended Discovery implementation:
|
Fri, 29 Aug 2025 18:53:03 +0200 |
Goffi |
plugin XEP-0060: Add a model to handle node metadata:
|
Fri, 29 Aug 2025 18:52:58 +0200 |
Goffi |
memory (sqla): update `set_pubsub_node` and `get_pubsub_nodes` to handle pubsub relationships:
|
Fri, 29 Aug 2025 17:59:12 +0200 |
Goffi |
memory (sqla): add "parent_node_id" and "linked_mode_id" to PubsubNode:
|
Fri, 29 Aug 2025 11:44:43 +0200 |
Goffi |
add `.gitignore` to `.hgignore`:
|
Sun, 03 Aug 2025 23:45:48 +0200 |
Goffi |
doc (components): Document the handling of mailing lists in Email Gateway:
|
Sun, 03 Aug 2025 23:45:48 +0200 |
Goffi |
component Email gateway: Convert mailing list to pubsub nodes:
|
Sun, 03 Aug 2025 23:45:45 +0200 |
Goffi |
memory (sqla): Add columns and tables to handles permissions:
|
Sun, 03 Aug 2025 23:36:22 +0200 |
Goffi |
backend: various fixes, and type hints improvments.
|
Sun, 03 Aug 2025 23:35:21 +0200 |
Goffi |
plugin XEP-0277: Make MbData a Pydantic model:
|
Fri, 04 Jul 2025 12:33:42 +0200 |
Goffi |
plugin XEP-0297: Reworked `forward` method and add bridge method:
|
Fri, 04 Jul 2025 12:30:20 +0200 |
Goffi |
plugin XEP-0428: Add missing "for" attribute:
|
Fri, 04 Jul 2025 12:28:40 +0200 |
Goffi |
minor type update and unused import removal.
|
Fri, 04 Jul 2025 12:28:00 +0200 |
Goffi |
core (types): Renamed `libervia.backend.core.core_types.MessageData` to `MessageDataLegacy`:
|
Thu, 26 Jun 2025 17:02:33 +0200 |
Goffi |
plugin data policy: Data Policy implementation:
|
Thu, 26 Jun 2025 17:01:41 +0200 |
Goffi |
component email gateway: Add basic disco policy:
|
Sun, 08 Jun 2025 17:16:58 +0200 |
Goffi |
memory (sqla): Add a filter for `origin` in `history_get`:
|
Sun, 08 Jun 2025 17:16:56 +0200 |
Goffi |
core (xmpp): add `origin` and `origin_label` to message data:
|
Fri, 06 Jun 2025 10:45:54 +0200 |
Goffi |
tests (unit/sqla): Add test for `keyword` filtering:
|
Wed, 04 Jun 2025 17:52:18 +0200 |
Goffi |
memory (sqla): Add filter for keyword:
|
Thu, 15 May 2025 17:45:19 +0200 |
Goffi |
plugin identity: add a timeout when getting identities.
|
Tue, 06 May 2025 00:34:01 +0200 |
Goffi |
test (XEP-0461): some tests for XEP-0461:
|
Tue, 06 May 2025 00:34:01 +0200 |
Goffi |
plugin XEP-0461: Message Replies implementation:
|
Tue, 06 May 2025 00:34:01 +0200 |
Goffi |
plugin XEP-0045: Fix `_message_parse_trigger` which was incorrectly breaking the trigger workflow:
|
Tue, 06 May 2025 00:34:01 +0200 |
Goffi |
storage: Add a `add_thread` method:
|
Tue, 06 May 2025 00:34:01 +0200 |
Goffi |
storage: Add a `thread_id` filter to `history_get`:
|
Tue, 06 May 2025 00:33:57 +0200 |
Goffi |
plugin XEP-0444, storage: move `get_history_from_xmpp_id` to storage as it is generally useful.
|
Tue, 06 May 2025 00:21:24 +0200 |
Goffi |
storage (mapping): Fix `nullable` for thread ID, and add a `is_retroactive` field:
|
Tue, 06 May 2025 00:19:43 +0200 |
Goffi |
storage: Add missing migration script to use JSON type instead of TEXT in History and private binary data.
|
Tue, 06 May 2025 00:18:30 +0200 |
Goffi |
core (xmpp): parse <thread> element:
|
Tue, 06 May 2025 00:16:15 +0200 |
Goffi |
core: Add a "Global" variable with a `LiberviaBackend` singleton to `libervia.backend`.
|
Fri, 11 Apr 2025 21:49:46 +0200 |
Goffi |
core (xmpp): Add missing f-string prefix
|
Fri, 11 Apr 2025 18:19:28 +0200 |
Goffi |
plugin XEP-0433: Extended Channel Search implementation:
|
Fri, 11 Apr 2025 18:19:28 +0200 |
Goffi |
plugin XEP-0045: add MUC search to plugin JID search results.
|
Fri, 11 Apr 2025 18:19:28 +0200 |
Goffi |
plugin JID Search: Use Pydantic models + better handling of partial search.
|
Fri, 11 Apr 2025 18:19:28 +0200 |
Goffi |
various minor fixes.
|
Fri, 11 Apr 2025 18:19:28 +0200 |
Goffi |
plugin XEP-0059: Use Pydantic models for RSM.
|
Fri, 11 Apr 2025 18:19:28 +0200 |
Goffi |
types: Add `SatXMPPClient` to core types, add `roster` and improve type hints.
|
Fri, 11 Apr 2025 18:19:17 +0200 |
Goffi |
template: Add `initials` filter.
|
Fri, 11 Apr 2025 18:18:50 +0200 |
Goffi |
template: fix name handling for icons.
|
Fri, 28 Feb 2025 09:23:35 +0100 |
Goffi |
doc (components, encryption): add documentation on autocrypt for client and email gateway:
|
Fri, 28 Feb 2025 09:23:35 +0100 |
Goffi |
plugin autocrypt: Autocrypt protocol implementation:
|
Fri, 28 Feb 2025 09:23:35 +0100 |
Goffi |
component email gateway: convert `autocrypt` header:
|
Fri, 28 Feb 2025 09:23:35 +0100 |
Goffi |
plugin XEP-0131: update triggers priority + add headers to MessageDataExtra:
|
Mon, 13 Jan 2025 01:23:22 +0100 |
Goffi |
doc (component): document use of Gateway Relayed Encryption:
@
|
Mon, 13 Jan 2025 01:23:22 +0100 |
Goffi |
component email gateway: implement Gateway Relayed Encryption:
|
Mon, 13 Jan 2025 01:23:22 +0100 |
Goffi |
plugin gre encrypter: implement GRE Encrypter: OpenPGP:
|
Mon, 13 Jan 2025 01:23:22 +0100 |
Goffi |
plugin GRE formatter MIME: implements GRE Formatter: MIME:
|
Mon, 13 Jan 2025 01:23:22 +0100 |
Goffi |
plugin GRE: implements Gateway Relayed Encryption:
|
Mon, 13 Jan 2025 01:23:22 +0100 |
Goffi |
plugin XEP-0050: fix `allowed_magics` arg and calls to `add_ad_hoc_command`.
|
Mon, 13 Jan 2025 01:23:10 +0100 |
Goffi |
core (types): improve `SatXMPPEntity` core type and type hints.
|