rgb-cln/daemon
Christian Decker f9a4af62e3 irc: Added alias handling for node announcements
Aliases seem to be popular among users wanting to show off their node,
so let's add them :-)
2016-10-28 16:47:01 +02:00
..
jsmn@bd9bd55c3a daemon/jsmn: Add submodule for jsmn. 2016-01-22 06:37:13 +10:30
test jsonrpc: Fixed `listinvoice` returning broken JSON 2016-10-23 10:57:29 +02:00
.gitignore daemon: first code. 2016-01-22 06:41:47 +10:30
Makefile sphinx: Integrate sphinx OR with lightningd 2016-10-16 16:40:50 +02:00
bitcoind.c lightningd: move testnet flag out of config. 2016-10-07 14:00:18 +10:30
bitcoind.h bitcoind: explicit flag to bitcoin-cli for testnet/regtest. 2016-10-07 14:00:16 +10:30
chaintopology.c routing: Added IRC announcement glue 2016-09-07 23:49:39 +02:00
chaintopology.h routing: Added IRC announcement glue 2016-09-07 23:49:39 +02:00
channel.c channel: fix max feelevel calculation. 2016-10-07 14:00:17 +10:30
channel.h peer: give more sensible error if anchor is too large. 2016-09-13 12:40:32 +09:30
commit_tx.c Use "msatoshi" not "msatoshis" everywhere. 2016-09-06 16:47:49 +09:30
commit_tx.h channel: remove enum channel_side, rename htlc_side to side. 2016-08-31 16:06:32 +09:30
configdir.c config: different defaults for mainnet and testnet. 2016-10-07 14:00:18 +10:30
configdir.h config: different defaults for mainnet and testnet. 2016-10-07 14:00:18 +10:30
controlled_time.c daemon: rename all the low-level commands to dev- 2016-09-06 16:47:49 +09:30
controlled_time.h daemon: test restarting. 2016-08-18 14:25:14 +09:30
cryptopkt.c log: add easy way to log hex blobs. 2016-08-31 16:06:32 +09:30
cryptopkt.h peer: do logging before crypto is on. 2016-08-31 16:06:31 +09:30
db.c daemon: fix feechange logic. 2016-10-07 14:00:17 +10:30
db.h daemon: fix feechange logic. 2016-10-07 14:00:17 +10:30
dns.c dns: don't allow non-stream sockets. 2016-01-22 06:41:49 +10:30
dns.h daemon: rename 'state' to 'dstate' everywhere. 2016-01-22 06:41:49 +10:30
failure.c htlc: save fail message in HTLC. 2016-08-31 14:51:41 +09:30
failure.h htlc: save fail message in HTLC. 2016-08-31 14:51:41 +09:30
feechange.c daemon: fix feechange logic. 2016-10-07 14:00:17 +10:30
feechange.h db: save error, return it when we commit transaction. 2016-09-06 16:47:49 +09:30
feechange_state.h daemon: handle feechange requests. 2016-08-26 15:31:19 +09:30
htlc.c db: save error, return it when we commit transaction. 2016-09-06 16:47:49 +09:30
htlc.h db: save error, return it when we commit transaction. 2016-09-06 16:47:49 +09:30
htlc_state.h db.c: database API. 2016-08-18 14:25:13 +09:30
invoice.c Merge remote-tracking branch 'origin/pr/56' 2016-10-25 11:23:34 +10:30
invoice.h db: save error, return it when we commit transaction. 2016-09-06 16:47:49 +09:30
irc_announce.c irc: Added alias handling for node announcements 2016-10-28 16:47:01 +02:00
irc_announce.h routing: Added IRC announcement glue 2016-09-07 23:49:39 +02:00
json.c getroute: add a risk factor. 2016-09-06 16:47:48 +09:30
json.h getroute: add a risk factor. 2016-09-06 16:47:48 +09:30
jsonrpc.c jsonrpc: Accomodate some pedantic JSON-RPC impls 2016-10-23 16:19:08 +02:00
jsonrpc.h Merge remote-tracking branch 'origin/pr/44' 2016-10-17 12:31:19 +10:30
lightning-cli.c jsonrpc: Accomodate some pedantic JSON-RPC impls 2016-10-23 16:19:08 +02:00
lightningd.c irc: get much less chatty. 2016-10-21 12:05:33 +10:30
lightningd.h irc: get much less chatty. 2016-10-21 12:05:33 +10:30
log.c Use "msatoshi" not "msatoshis" everywhere. 2016-09-06 16:47:49 +09:30
log.h log: add channel_state logging ability. 2016-08-31 16:06:32 +09:30
netaddr.c peer: keep addresses separately from peers. 2016-08-18 14:25:14 +09:30
netaddr.h peer: keep addresses separately from peers. 2016-08-18 14:25:14 +09:30
opt_time.c daemon: test restarting. 2016-08-18 14:25:14 +09:30
opt_time.h daemon: test restarting. 2016-08-18 14:25:14 +09:30
output_to_htlc.c channel: remove enum channel_side, rename htlc_side to side. 2016-08-31 16:06:32 +09:30
output_to_htlc.h channel: remove enum channel_side, rename htlc_side to side. 2016-08-31 16:06:32 +09:30
packets.c init: add comments as per updated BOLT #2. 2016-10-07 17:40:04 +10:30
packets.h protocol: pkt_reconnect becomes pkt_init, and always send. 2016-10-07 17:39:34 +10:30
pay.c sphinx: Integrate sphinx OR with lightningd 2016-10-16 16:40:50 +02:00
pay.h db: save and restore "sendpay" commands. 2016-09-05 13:29:48 +09:30
peer.c feechange: disable sending of feechange messages. 2016-10-19 12:00:27 +10:30
peer.h sphinx: Integrate sphinx OR with lightningd 2016-10-16 16:40:50 +02:00
pseudorand.c daemon: use siphash for hashes. 2016-07-01 12:00:17 +09:30
pseudorand.h daemon: use siphash for hashes. 2016-07-01 12:00:17 +09:30
routing.c irc: Added alias handling for node announcements 2016-10-28 16:47:01 +02:00
routing.h irc: Added alias handling for node announcements 2016-10-28 16:47:01 +02:00
secrets.c db.c: database API. 2016-08-18 14:25:13 +09:30
secrets.h db.c: database API. 2016-08-18 14:25:13 +09:30
sphinx.c sphinx: memset warning suppression workaround. 2016-10-17 12:44:09 +10:30
sphinx.h sphinx: Implemented sphinx onion routing 2016-10-16 16:40:43 +02:00
timeout.c timeout: make all timers one-shot. 2016-05-10 06:26:09 +09:30
timeout.h timeout: make all timers one-shot. 2016-05-10 06:26:09 +09:30
wallet.c lightningd: move testnet flag out of config. 2016-10-07 14:00:18 +10:30
wallet.h db.c: database API. 2016-08-18 14:25:13 +09:30
watch.c watch: make it easier for them to self-delete. 2016-07-01 12:00:17 +09:30
watch.h watch: make it easier for them to self-delete. 2016-07-01 12:00:17 +09:30