annotate .hgignore @ 3888:aa7197b67c26

component AP gateway: AP <=> XMPP reactions conversions: - Pubsub Attachments plugin has been renamed to XEP-0470 following publication - XEP-0470 has been updated to follow 0.2 changes - AP reactions (as implemented in Pleroma) are converted to XEP-0470 - XEP-0470 events are converted to AP reactions (again, using "EmojiReact" from Pleroma) - AP activities related to attachments (like/reactions) are cached in Libervia because it's not possible to retrieve them from Pleroma instances once they have been emitted (doing an HTTP get on their ID returns a 404). For now those cache are not flushed, this should be improved in the future. - `sharedInbox` is used when available. Pleroma returns a 500 HTTP error when ``to`` or ``cc`` are used in a direct inbox. - reactions and like are not currently used for direct messages, because they can't be emitted from Pleroma in this case, thus there is no point in implementing them for the moment. rel 371
author Goffi <goffi@goffi.org>
date Wed, 31 Aug 2022 17:07:03 +0200
parents 00212260f659
children 84f6bee6440d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
0208f9ac426a added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
1 syntax: glob
0208f9ac426a added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
2 *.pyc
140
e496134ed679 added .pyv & twistd.pid to .hgignore
Goffi <goffi@goffi.org>
parents: 4
diff changeset
3 *.pyv
3
0208f9ac426a added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
4 *.swp
0208f9ac426a added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
5 *.swo
0208f9ac426a added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
6 tags
4
3c1cefd41186 added sat executable
Goffi <goffi@goffi.org>
parents: 3
diff changeset
7 twistd.log
140
e496134ed679 added .pyv & twistd.pid to .hgignore
Goffi <goffi@goffi.org>
parents: 4
diff changeset
8 twistd.pid
269
78140bb2f0e3 updated .hgignore
Goffi <goffi@goffi.org>
parents: 140
diff changeset
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
Goffi <goffi@goffi.org>
parents: 269
diff changeset
11 _trial_temp/
269
78140bb2f0e3 updated .hgignore
Goffi <goffi@goffi.org>
parents: 140
diff changeset
12 sat.egg-info
78140bb2f0e3 updated .hgignore
Goffi <goffi@goffi.org>
parents: 140
diff changeset
13 *.un~
78140bb2f0e3 updated .hgignore
Goffi <goffi@goffi.org>
parents: 140
diff changeset
14 dist
78140bb2f0e3 updated .hgignore
Goffi <goffi@goffi.org>
parents: 140
diff changeset
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
af900f49df89 misc: add ctags_links to .hgignore
Goffi <goffi@goffi.org>
parents: 474
diff changeset
17 ctags_links/
1127
f2cb99b196b1 misc: added Session.vim to .hgignore
Goffi <goffi@goffi.org>
parents: 598
diff changeset
18 Session.vim
3562
9f599ccbea4e misc: update .hgignore
Goffi <goffi@goffi.org>
parents: 1127
diff changeset
19 .build
9f599ccbea4e misc: update .hgignore
Goffi <goffi@goffi.org>
parents: 1127
diff changeset
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