Commit graph

12 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
protheory8 06a9a48489 Add Digest header 2020-11-29 13:35:25 +05: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
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 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 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 d696a1f465 First commit. 2018-09-15 00:01:19 -07:00