core-lightning/doc
Rusty Russell 919f390a93 sendpay: rename 'description' to 'label'.
This field was used by `pay` to hold the bolt11 description if the bolt11
string used `h` to hash the description (which nobody ever did).  If the
`h` field wasn't present, it could contain anything, as it wasn't checked.

It's really useful to have a label for payments (eg. '1 Cuban'), but adding
yet-another option would be painful, so we simply rename 'description'
to 'label' except inside the db.

This means we need to do some tricky parameter parsing to handle array
and keyword JSON arguments, but only until we remove the old name.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-02-23 05:45:25 +00:00
..
release-notes doc: Fixed typo in the release notes 2018-06-18 12:45:00 +02:00
.gitignore Add documentation. 2015-07-18 10:46:53 +09:30
bitcoin.bib bitcoin.bib: Add Satoshi paper URL and date 2018-03-04 03:22:32 +01:00
CHANGELOG.md docs: Add configuration for the sphinx documentation generator 2019-02-18 02:42:29 +00:00
commit-tx.eps Add documentation. 2015-07-18 10:46:53 +09:30
commit-tx.svg Add documentation. 2015-07-18 10:46:53 +09:30
conf.py docs: Autodetect version and copyright year in the sphinx doc 2019-02-22 17:55:36 +01:00
deployable-lightning.lyx udpate broken link 2018-06-08 17:56:48 +02:00
deployable-lightning.pdf Regenerate PDF. 2015-11-20 06:45:19 +10:30
dual-anchor-diag1.eps Add documentation. 2015-07-18 10:46:53 +09:30
dual-anchor-diag1.svg Add documentation. 2015-07-18 10:46:53 +09:30
dual-anchor-diag2.eps Add documentation. 2015-07-18 10:46:53 +09:30
dual-anchor-diag2.svg Add documentation. 2015-07-18 10:46:53 +09:30
dual-anchor-diag3.eps Add documentation. 2015-07-18 10:46:53 +09:30
dual-anchor-diag3.svg Add documentation. 2015-07-18 10:46:53 +09:30
dual-anchor-diag4.eps doc: fix flaw in escape transactions. 2015-07-20 14:07:25 +09:30
dual-anchor-diag4.svg doc: fix flaw in escape transactions. 2015-07-20 14:07:25 +09:30
dual-anchor-final.eps doc: fix flaw in escape transactions. 2015-07-20 14:07:25 +09:30
dual-anchor-final.svg doc: fix flaw in escape transactions. 2015-07-20 14:07:25 +09:30
dual-anchor-take2.svg Add documentation. 2015-07-18 10:46:53 +09:30
dual-anchor.svg Add documentation. 2015-07-18 10:46:53 +09:30
HACKING.md doc: add configure --enable-dev in testing chapter 2019-02-18 02:42:29 +00:00
htlc.eps Add documentation. 2015-07-18 10:46:53 +09:30
htlc.svg Add documentation. 2015-07-18 10:46:53 +09:30
index.rst docs: Add configuration for the sphinx documentation generator 2019-02-18 02:42:29 +00:00
INSTALL.md Switch to libsodium-dev for ubuntu install instructions 2019-02-21 09:14:39 +00:00
lightning-autocleaninvoice.7 lightning-autocleaninvoice.7: Properly generate instead of using an empty file. 2018-04-18 12:37:15 +02:00
lightning-autocleaninvoice.7.txt invoices: Implement autocleaninvoice. 2018-03-20 17:25:51 +01:00
lightning-check.7 doc: check manpage 2018-12-10 09:27:49 +01:00
lightning-check.7.txt doc: check manpage 2018-12-10 09:27:49 +01:00
lightning-cli.1 doc: Mention keyword arguments, update pay to mention use of null. 2018-02-12 09:30:16 +01:00
lightning-cli.1.txt doc: Mention keyword arguments, update pay to mention use of null. 2018-02-12 09:30:16 +01:00
lightning-close.7 peer_control: Have close accept channel IDs also. 2018-05-03 22:47:07 +02:00
lightning-close.7.txt peer_control: Have close accept channel IDs also. 2018-05-03 22:47:07 +02:00
lightning-connect.7 doc: fix connect manpage parameter names and... 2019-02-11 18:28:45 +01:00
lightning-connect.7.txt doc: fix connect manpage parameter names and... 2019-02-11 18:28:45 +01:00
lightning-decodepay.7 CHANGELOG, documentation: update changelog to reflect suffix changes. 2019-02-21 03:44:44 +00:00
lightning-decodepay.7.txt CHANGELOG, documentation: update changelog to reflect suffix changes. 2019-02-21 03:44:44 +00:00
lightning-delexpiredinvoice.7 documentation: s/Protocol/Command/ 2018-04-27 14:00:16 +02:00
lightning-delexpiredinvoice.7.txt documentation: s/Protocol/Command/ 2018-04-27 14:00:16 +02:00
lightning-delinvoice.7 documentation: s/Protocol/Command/ 2018-04-27 14:00:16 +02:00
lightning-delinvoice.7.txt documentation: s/Protocol/Command/ 2018-04-27 14:00:16 +02:00
lightning-disconnect.7 Man page for lightning-disconnect created 2018-12-05 01:26:01 +00:00
lightning-disconnect.7.txt Man page for lightning-disconnect created 2018-12-05 01:26:01 +00:00
lightning-fundchannel.7 JSON: allow any number of decimal points when parsing 'btc' suffix. 2019-02-23 03:09:37 +00:00
lightning-fundchannel.7.txt JSON: allow any number of decimal points when parsing 'btc' suffix. 2019-02-23 03:09:37 +00:00
lightning-getroute.7 doc: update getroute manpage in line with last commit. 2019-02-23 04:32:36 +00:00
lightning-getroute.7.txt doc: update getroute manpage in line with last commit. 2019-02-23 04:32:36 +00:00
lightning-invoice.7 JSON: allow any number of decimal points when parsing 'btc' suffix. 2019-02-23 03:09:37 +00:00
lightning-invoice.7.txt JSON: allow any number of decimal points when parsing 'btc' suffix. 2019-02-23 03:09:37 +00:00
lightning-listchannels.7 CHANGELOG, documentation: update changelog to reflect suffix changes. 2019-02-21 03:44:44 +00:00
lightning-listchannels.7.txt CHANGELOG, documentation: update changelog to reflect suffix changes. 2019-02-21 03:44:44 +00:00
lightning-listfunds.7 CHANGELOG, documentation: update changelog to reflect suffix changes. 2019-02-21 03:44:44 +00:00
lightning-listfunds.7.txt CHANGELOG, documentation: update changelog to reflect suffix changes. 2019-02-21 03:44:44 +00:00
lightning-listinvoices.7 CHANGELOG, documentation: update changelog to reflect suffix changes. 2019-02-21 03:44:44 +00:00
lightning-listinvoices.7.txt CHANGELOG, documentation: update changelog to reflect suffix changes. 2019-02-21 03:44:44 +00:00
lightning-listpayments.7 documentation: s/Protocol/Command/ 2018-04-27 14:00:16 +02:00
lightning-listpayments.7.txt documentation: s/Protocol/Command/ 2018-04-27 14:00:16 +02:00
lightning-listpeers.7 [docs] Add missing 'level' description for listpeers manpage. 2019-01-08 15:35:17 -08:00
lightning-listpeers.7.txt [docs] Add missing 'level' description for listpeers manpage. 2019-01-08 15:35:17 -08:00
lightning-newaddr.7 Updated docs to reflect bech32 default 2018-07-23 23:46:06 +00:00
lightning-newaddr.7.txt Updated docs to reflect bech32 default 2018-07-23 23:46:06 +00:00
lightning-pay.7 JSON: allow any number of decimal points when parsing 'btc' suffix. 2019-02-23 03:09:37 +00:00
lightning-pay.7.txt JSON: allow any number of decimal points when parsing 'btc' suffix. 2019-02-23 03:09:37 +00:00
lightning-sendpay.7 sendpay: rename 'description' to 'label'. 2019-02-23 05:45:25 +00:00
lightning-sendpay.7.txt sendpay: rename 'description' to 'label'. 2019-02-23 05:45:25 +00:00
lightning-waitanyinvoice.7 documentation: s/Protocol/Command/ 2018-04-27 14:00:16 +02:00
lightning-waitanyinvoice.7.txt documentation: s/Protocol/Command/ 2018-04-27 14:00:16 +02:00
lightning-waitinvoice.7 doc: Regenerate man-pages after spelling corrections 2018-09-07 22:46:56 +02:00
lightning-waitinvoice.7.txt doc: Spelling corrections 2018-09-07 22:46:56 +02:00
lightning-waitsendpay.7 docs: document changes to waitsendpay command. 2019-01-23 22:08:08 +01:00
lightning-waitsendpay.7.txt docs: document changes to waitsendpay command. 2019-01-23 22:08:08 +01:00
lightning-withdraw.7 JSON: allow any number of decimal points when parsing 'btc' suffix. 2019-02-23 03:09:37 +00:00
lightning-withdraw.7.txt JSON: allow any number of decimal points when parsing 'btc' suffix. 2019-02-23 03:09:37 +00:00
lightningd-config.5 docs: document plugin options. 2018-12-05 01:22:55 +01:00
lightningd-config.5.txt docs: document plugin options. 2018-12-05 01:22:55 +01:00
ln-draft-fig1.eps doc: add figures from LN draft (thanks Joseph!). 2015-07-20 14:07:40 +09:30
ln-draft-fig2.eps doc: add figures from LN draft (thanks Joseph!). 2015-07-20 14:07:40 +09:30
Makefile Manpage for lightning-listchannels created 2019-01-08 23:02:17 +00:00
MAKING-RELEASES.md docs: Consolidating header hierarchy slightly 2019-02-18 02:42:29 +00:00
PLUGINS.md plugin: Add docs for hooks 2019-02-20 15:37:59 +01:00
requirements.txt docs: Add configuration for the sphinx documentation generator 2019-02-18 02:42:29 +00:00
STYLE.md Fix typos 2018-03-25 15:53:01 +02:00
TOR.md docs: Consolidating header hierarchy slightly 2019-02-18 02:42:29 +00:00