@fedify/fedify 0.13.0-dev.319 → 0.13.0-dev.321
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +10 -2
- package/FEDERATION.md +2 -1
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGES.md
CHANGED
@@ -52,8 +52,16 @@ To be released.
|
|
52
52
|
- Added `Federation` interface.
|
53
53
|
- Removed `FederationParameters` interface.
|
54
54
|
|
55
|
-
-
|
56
|
-
|
55
|
+
- Added `fedify tunnel` command to expose a local HTTP server to the public
|
56
|
+
internet.
|
57
|
+
|
58
|
+
- A scaffold project generated by the `fedify init` command has several
|
59
|
+
changes:
|
60
|
+
|
61
|
+
- Now a scaffold project uses a [x-forwarded-fetch] middleware to
|
62
|
+
support `X-Forwarded-Proto` and `X-Forwarded-Host` headers.
|
63
|
+
- Now a scaffold project has logging configuration using the [LogTape]
|
64
|
+
library.
|
57
65
|
|
58
66
|
- Added more log messages using the [LogTape] library. Currently the below
|
59
67
|
logger categories are used:
|
package/FEDERATION.md
CHANGED
@@ -42,7 +42,7 @@ ActivityPub
|
|
42
42
|
|
43
43
|
Since Fedify is a framework, what activity types it uses is up to
|
44
44
|
the application developers. However, Fedify provides a set of
|
45
|
-
activity types that are commonly used in the
|
45
|
+
activity types that are commonly used in the fediverse. The following
|
46
46
|
lists the activity types that Fedify provides:
|
47
47
|
|
48
48
|
- [`Accept`](https://jsr.io/@fedify/fedify/doc/vocab/~/Accept)
|
@@ -50,6 +50,7 @@ lists the activity types that Fedify provides:
|
|
50
50
|
- [`Announce`](https://jsr.io/@fedify/fedify/doc/vocab/~/Announce)
|
51
51
|
- [`Arrive`](https://jsr.io/@fedify/fedify/doc/vocab/~/Arrive)
|
52
52
|
- [`Block`](https://jsr.io/@fedify/fedify/doc/vocab/~/Block)
|
53
|
+
- [`ChatMessage`](https://jsr.io/@fedify/fedify/doc/vocab/~/ChatMessage)
|
53
54
|
- [`Create`](https://jsr.io/@fedify/fedify/doc/vocab/~/Create)
|
54
55
|
- [`Delete`](https://jsr.io/@fedify/fedify/doc/vocab/~/Delete)
|
55
56
|
- [`Dislike`](https://jsr.io/@fedify/fedify/doc/vocab/~/Dislike)
|
package/README.md
CHANGED
@@ -67,7 +67,7 @@ join our [Matrix chat space][Matrix] or [GitHub Discussions]. Or tag
|
|
67
67
|
[FEP-8b32]: https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md
|
68
68
|
[NodeInfo]: https://nodeinfo.diaspora.software/
|
69
69
|
[GitHub Discussions]: https://github.com/dahlia/fedify/discussions
|
70
|
-
[#Fedify]: https://
|
70
|
+
[#Fedify]: https://mastodon.social/tags/fedify
|
71
71
|
[Mastodon]: https://joinmastodon.org/
|
72
72
|
[Lemmy]: https://join-lemmy.org/
|
73
73
|
[Pixelfed]: https://pixelfed.org/
|