fr33domlover
e853bed5a8
update-deps.sh: Fix link to dependency repos
...
6543, thanks for noticing & reporting the bug
2022-09-24 21:22:14 +00:00
fr33domlover
84565b7c54
update-deps.sh: Update dep repo links since main instance domain changed
2022-06-26 05:30:53 +00:00
fr33domlover
ac477ab739
Add OAuth2 tables to database, and run their migrations
2020-03-28 14:18:00 +00:00
fr33domlover
9c3cb27619
Add persistent-graph to update-deps.sh
2019-03-02 19:30:38 +00:00
fr33domlover
e6ee947cfd
In update-deps.sh, darcs pull new patches automatically without asking
2019-01-21 21:07:56 +00:00
fr33domlover
1f47ca39eb
Federation test outbox page with form for entering JSON
2019-01-21 15:54:57 +00:00
fr33domlover
499e26db48
Periodically rotated AP actor key for signing ActivityPub requests
...
The actor key will be used for all actors on the server. It's held in a `TVar`
so that it can always be safely updated and safely retrieved (technically there
is a single writer so IORef and MVar could work, but they require extra care
while TVar is by design suited for this sort of thing).
2019-01-14 22:08:44 +00:00
fr33domlover
4c50a1fc96
Turn clone-deps.sh into a safe update-deps.sh script and document in INSTALL.md
2019-01-14 01:50:14 +00:00