Mercurial > libervia-backend
annotate .hgignore @ 3934:e345d93fb6e5
plugin OXPS: OpenPGP for XMPP Pubsub implementation:
OpenPGP for XMPP Pubsub (https://xmpp.org/extensions/inbox/pubsub-encryption.html,
currently a protoXEP) is implemented and activated when `encrypted` is set to `True` in
pubsub's `extra` data.
On item retrieval, the decryption is transparent if the key is known, except if the
`decrypt` key in `extra` is set to `False` (notably useful when one wants to checks that
data is well encrypted).
Methods and corresponding bridge methods have been implemented to manage shared secrets
(to share, revoke or rotate the secrets).
plugin XEP-0060's `XEP-0060_publish` trigger point as been move before actual publish so
item can be modified (here e2ee) by the triggers. A new `XEP-0060_items` trigger point has
also been added.
`encrypted` flag can be used with plugin XEP-0277's microblog data
rel 380
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 15 Oct 2022 20:36:53 +0200 |
parents | 00212260f659 |
children | 84f6bee6440d |
rev | line source |
---|---|
3 | 1 syntax: glob |
2 *.pyc | |
140 | 3 *.pyv |
3 | 4 *.swp |
5 *.swo | |
6 tags | |
4 | 7 twistd.log |
140 | 8 twistd.pid |
269 | 9 bridge_constructor/generated |
3687
1fe6742b8df8
misc (.hgignore): exlude e2e tests reports
Goffi <goffi@goffi.org>
parents:
3562
diff
changeset
|
10 tests/e2e/report* |
335 | 11 _trial_temp/ |
269 | 12 sat.egg-info |
13 *.un~ | |
14 dist | |
15 MANIFEST | |
474
e519f8f33cba
misc: Add the build directory to the ignore file.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
335
diff
changeset
|
16 build |
598 | 17 ctags_links/ |
1127
f2cb99b196b1
misc: added Session.vim to .hgignore
Goffi <goffi@goffi.org>
parents:
598
diff
changeset
|
18 Session.vim |
3562 | 19 .build |
20 .pytest_cache | |
3877
00212260f659
plugin XEP-0420: Implementation of Stanza Content Encryption:
Syndace <me@syndace.dev>
parents:
3687
diff
changeset
|
21 env/ |
00212260f659
plugin XEP-0420: Implementation of Stanza Content Encryption:
Syndace <me@syndace.dev>
parents:
3687
diff
changeset
|
22 .eggs/ |
00212260f659
plugin XEP-0420: Implementation of Stanza Content Encryption:
Syndace <me@syndace.dev>
parents:
3687
diff
changeset
|
23 libervia_backend.egg-info/ |
00212260f659
plugin XEP-0420: Implementation of Stanza Content Encryption:
Syndace <me@syndace.dev>
parents:
3687
diff
changeset
|
24 .mypy_cache/ |
00212260f659
plugin XEP-0420: Implementation of Stanza Content Encryption:
Syndace <me@syndace.dev>
parents:
3687
diff
changeset
|
25 twisted/plugins/dropin.cache |