@fedify/fedify 1.0.0-dev.395 → 1.0.0-dev.396

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGES.md CHANGED
@@ -28,12 +28,17 @@ To be released.
28
28
  - Added `attachSignature()` function.
29
29
  - Added `detachSignature()` function.
30
30
 
31
+ - The `fedify inbox` command now sends `Delete(Application)` activities when
32
+ it's terminated so that the peers can clean up data related to the temporary
33
+ actor. [[#135]]
34
+
31
35
  - Added more log messages using the [LogTape] library. Currently the below
32
36
  logger categories are used:
33
37
 
34
38
  - `["fedify", "sig", "ld"]`
35
39
 
36
40
  [Linked Data Signatures]: https://web.archive.org/web/20170923124140/https://w3c-dvcg.github.io/ld-signatures/
41
+ [#135]: https://github.com/dahlia/fedify/issues/135
37
42
 
38
43
 
39
44
  Version 0.15.1
package/README.md CHANGED
@@ -25,7 +25,7 @@ Currently, Fedify provides the following features out of the box:
25
25
  extensions)
26
26
  - [WebFinger] client and server
27
27
  - [HTTP Signatures]
28
- - [Object Integrity Proofs][FEP-8b32]
28
+ - [Object Integrity Proofs][FEP-8b32] & [Linked Data Signatures]
29
29
  - Middlewares for handling webhooks
30
30
  - [NodeInfo] protocol
31
31
  - Special touch for interoperability with Mastodon and few other popular
@@ -67,6 +67,7 @@ join our [Matrix chat space][Matrix] or [GitHub Discussions]. Or tag
67
67
  [WebFinger]: https://datatracker.ietf.org/doc/html/rfc7033
68
68
  [HTTP Signatures]: https://tools.ietf.org/html/draft-cavage-http-signatures-12
69
69
  [FEP-8b32]: https://w3id.org/fep/8b32
70
+ [Linked Data Signatures]: https://web.archive.org/web/20170923124140/https://w3c-dvcg.github.io/ld-signatures/
70
71
  [NodeInfo]: https://nodeinfo.diaspora.software/
71
72
  [GitHub Discussions]: https://github.com/dahlia/fedify/discussions
72
73
  [#Fedify]: https://mastodon.social/tags/fedify
package/esm/mod.js CHANGED
@@ -14,7 +14,7 @@
14
14
  * extensions)
15
15
  * - [WebFinger] client and server
16
16
  * - [HTTP Signatures]
17
- * - [Object Integrity Proofs][FEP-8b32]
17
+ * - [Object Integrity Proofs][FEP-8b32] & [Linked Data Signatures]
18
18
  * - Middlewares for handling webhooks
19
19
  * - [NodeInfo] protocol
20
20
  * - Special touch for interoperability with Mastodon and few other popular
@@ -36,6 +36,7 @@
36
36
  * [WebFinger]: https://datatracker.ietf.org/doc/html/rfc7033
37
37
  * [HTTP Signatures]: https://tools.ietf.org/html/draft-cavage-http-signatures-12
38
38
  * [FEP-8b32]: https://w3id.org/fep/8b32
39
+ * [Linked Data Signatures]: https://web.archive.org/web/20170923124140/https://w3c-dvcg.github.io/ld-signatures/
39
40
  * [NodeInfo]: https://nodeinfo.diaspora.software/
40
41
  *
41
42
  * @module
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.0.0-dev.395+1d7aa4ce",
3
+ "version": "1.0.0-dev.396+e3232eb6",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",
package/types/mod.d.ts CHANGED
@@ -14,7 +14,7 @@
14
14
  * extensions)
15
15
  * - [WebFinger] client and server
16
16
  * - [HTTP Signatures]
17
- * - [Object Integrity Proofs][FEP-8b32]
17
+ * - [Object Integrity Proofs][FEP-8b32] & [Linked Data Signatures]
18
18
  * - Middlewares for handling webhooks
19
19
  * - [NodeInfo] protocol
20
20
  * - Special touch for interoperability with Mastodon and few other popular
@@ -36,6 +36,7 @@
36
36
  * [WebFinger]: https://datatracker.ietf.org/doc/html/rfc7033
37
37
  * [HTTP Signatures]: https://tools.ietf.org/html/draft-cavage-http-signatures-12
38
38
  * [FEP-8b32]: https://w3id.org/fep/8b32
39
+ * [Linked Data Signatures]: https://web.archive.org/web/20170923124140/https://w3c-dvcg.github.io/ld-signatures/
39
40
  * [NodeInfo]: https://nodeinfo.diaspora.software/
40
41
  *
41
42
  * @module
@@ -1 +1 @@
1
- {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../src/mod.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,KAAK,kBAAkB,EAAE,MAAM,oBAAoB,CAAC"}
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../src/mod.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,KAAK,kBAAkB,EAAE,MAAM,oBAAoB,CAAC"}