Commit Graph

12 Commits

Author SHA1 Message Date
Rusty Russell 73d07ce441 libsodium: use our local submodule.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-01-11 10:04:26 +10:30
Lucas Betschart 5a41439eef Update INSTALL.md libbase58 2017-01-05 12:11:18 +10:30
Rusty Russell eaef85c0fb Merge remote-tracking branch 'origin/pr/42'
Add note that you now only need asciidoc if you change manpages.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-10-17 12:15:36 +10:30
Adam Soltys 0a036faa94 doc: add asciidoc to list of dependencies (fixes #36) 2016-09-28 21:47:14 -07:00
Braydon Fuller 607922f2b8 README.md: include libmysql-dev 2016-08-18 22:07:35 -04:00
Rusty Russell f1c34c2ec5 INSTALL: update requirements.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-08-19 11:05:32 +09:30
Rusty Russell 71b8a07c56 db.c: database API.
These tables could use a rework, as they largely reflect our internal
state.  But it's a start.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-08-18 14:25:13 +09:30
Braydon Fuller 6ac96323fd INSTALL.md: update install details for ubuntu 16.04 2016-08-13 00:55:06 -04:00
Rusty Russell 4801f78aad INSTALL.md: update to remove openssl dependency, add libbase58
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-08-09 13:10:19 +09:30
Rusty Russell b6dbaa409c INSTALL: mention bitcoind needs segwit, Ubuntu 16.04 protobuf fixed.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-05-26 15:25:24 +09:30
Rusty Russell 18a9e5bda2 daemon: Implement encryption as per BOLT #1.
This uses libsodium (we could use openssl, but the required primitives
are only in 1.1.0 which is still in alpha).

It doesn't handle reconnections yet, either.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-03-16 16:06:17 +10:30
Braydon Fuller e0c4d40899 doc: add install notes 2016-02-24 23:59:33 -05:00