Vervis/src
fr33domlover 21c8df1251 Actor public key specifies whether it's shared
Shared key means the key is used for multiple actors. I'm not sure explicitly
specifying this will be necessary, but I prefer to have it in place to help
with debugging in case something unexpected comes from other servers, or my
format overlaps with stuff used in other software and encodes a different
meaning.

Each public key can specify whether it's shared or personal, and this patch
checks for that when verifying a request signature. It rejects shared keys,
accepting valid sigs only from personal keys.

Very soon I'll add shared key support.
2019-02-03 11:12:18 +00:00
..
Control Launch service thread with a function that re-throws if they fail 2019-01-14 22:03:49 +00:00
Darcs/Local Move DarcsRev and code we're sharing with it into a separate library 2018-03-20 23:45:09 +00:00
Data Move some JSON/AP codec utils to new Data.Aeson.Local module 2019-02-03 11:01:36 +00:00
Database Move most of the DB graph modules to a separate persistent-graph library 2019-01-26 22:20:19 +00:00
Diagrams Allow loading the SVG font from deployment data path 2018-05-26 10:27:05 +00:00
Formatting Finish route change, it builds now 2016-05-23 20:46:54 +00:00
Language/Haskell/TH/Quote Complete DB migration list, allowing to upgrade 2016-08-04 running instance 2018-03-27 14:28:56 +00:00
Network Federation test outbox page with form for entering JSON 2019-01-21 15:54:57 +00:00
Text Treat email address as EmailAddress instead of Text including in the mailer 2018-03-06 02:26:27 +00:00
Vervis Actor public key specifies whether it's shared 2019-02-03 11:12:18 +00:00
Web Actor public key specifies whether it's shared 2019-02-03 11:12:18 +00:00
Yesod Upgrade to GHC 8.4 and LTS 12 2018-12-05 03:41:19 +00:00
GitPackProto.hs Parse the git-uploac-pack SSH command properly 2016-04-19 09:42:02 +00:00