p2phttp is almost working for checkpresent
The server is fully running annex actions, only the P2PConnection is wrong, currently using stdio.
This commit is contained in:
parent
a3dd8b4bcb
commit
edf8a3df2d
4 changed files with 197 additions and 63 deletions
|
@ -526,7 +526,7 @@ data ServerMode
|
|||
-- ^ Allow reading, and storing new objects, but not deleting objects.
|
||||
| ServeReadWrite
|
||||
-- ^ Full read and write access.
|
||||
deriving (Eq, Ord)
|
||||
deriving (Show, Eq, Ord)
|
||||
|
||||
-- | Serve the protocol, with a peer that has authenticated.
|
||||
serveAuthed :: ServerMode -> UUID -> Proto ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue