Commit graph

21 commits

Author SHA1 Message Date
Rafael Caricio 0a1d84b753
Allow to execute locally on macOS
Small fixes were necessary to run today on macOS. I've also added some
debugging `console.log` around to understand better what is going on.
2022-06-26 20:27:05 +02:00
Darius Kazemi 8c2349ade6
Merge pull request #8 from PaulKiddle/patch-1
sendCreateMessage: Include port in targetDomain
2022-06-23 08:07:48 -07:00
Darius Kazemi 879ca300ce
Merge pull request #13 from protheory8/fix-issue-12
Add Digest header
2021-08-23 11:21:27 -07:00
protheory8 06a9a48489 Add Digest header 2020-11-29 13:35:25 +05:00
Darius Kazemi b6ad884424
Merge pull request #10 from Utopiah/patch-1
closing crypto.generateKeyPair() properly
2020-10-03 09:47:32 -07:00
Fabien Benetou 9d763d577e
closing crypto.generateKeyPair() properly
After cloning the repository motivated by https://hacks.mozilla.org/2018/11/decentralizing-social-interactions-with-activitypub/ a syntax error on this file prevented from running the server. Closing crypto.generateKeyPair() properly seemed to prevent the error and the server seems to run properly.
2020-10-03 11:47:55 +02:00
Darius Kazemi e21a5e0ca1
Merge pull request #6 from vitalyster/crypot
Drop unnecessary native module
2020-09-28 09:04:48 -07:00
Paul Kiddle 14f2d9d8a6
sendCreateMessage: Include port in targetDomain
`url.hostname` excludes port, `url.host` includes it.
2019-06-05 13:04:49 +01:00
Vitaly Takmazov 6e2f7ab8bd Drop unnecessary native module 2019-05-21 12:17:12 +03:00
Darius Kazemi ed7ade3fa6 update readme 2019-03-26 10:59:52 -07:00
Darius Kazemi f9260b4128
Merge pull request #2 from dariusk/1-fix-create-object
Fix guids on message object, make IDs dereferencable
2019-03-26 00:02:09 -07:00
Darius Kazemi 49ce163547 Fixing remaining better-sqlite bugs, fixing pleroma messagin 2019-03-26 00:01:34 -07:00
Darius Kazemi e989126e86 Migrate to better-sqlite3 2019-03-25 22:17:24 -07:00
Darius Kazemi e2ab4dd51e Adding a Followers object to the Actor
See https://github.com/dariusk/rss-to-activitypub/issues/11 for more
information on why this fix is needed.
2019-03-25 21:26:17 -07:00
Darius Kazemi 489a228b68 Delete config.json 2019-03-25 21:10:55 -07:00
Darius Kazemi 24a4ad52c0 Make it so config.json is not checked in 2019-03-25 21:08:40 -07:00
Darius Kazemi 62f0fa88dd Store messages and allow retrieval via the message URI
Addresses #1.
2018-09-24 20:10:39 -07:00
Darius Kazemi dadd959f23 Make GUIDs of Create and Note objects different
Per #1.
2018-09-15 12:19:12 -07:00
Darius Kazemi 1cd377e351 MIT License 2018-09-15 00:35:16 -07:00
Darius Kazemi e799166ecf updating readme to clarify API 2018-09-15 00:26:46 -07:00
Darius Kazemi d696a1f465 First commit. 2018-09-15 00:01:19 -07:00