Commit Graph

57 Commits

Author SHA1 Message Date
Michael Schmoock
69e02e23b1 cleanups: feeadjuster, drain and summary 2022-02-17 10:26:54 +01:00
Christian Decker
b88c927810 readme: Add the noise plugin to the matrix 2022-01-09 12:51:42 +01:00
Christian Decker
7d3e7a12a4 readme: Add @andrewtoth's listmempoolfunds 2021-12-19 15:15:37 +01:00
Vincenzo Palazzo
1ddee5221e Adding go-lnmetrics.reporter
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2021-12-12 15:31:38 +01:00
Rusty Russell
ad27d4f624 commando: optionally use runes for authorization.
Now it requires the datastore (or datastore.py plugin), if you want
to use runes.  The simple reader/writer control lists don't require
that, but for simplicity we always require the runes Python module.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-09-08 10:11:58 +09:30
LightningHelper
0b400559f9 Add backup plugin to the table 2021-08-18 14:29:26 +02:00
Vincenzo Palazzo
5f3bb380cd Adding Java API to the list, and another bitcoin backend
The bitcoin backend plugin is inspired by #112 #214

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2021-06-25 11:52:50 +02:00
Antoine Poinsot
04eed3f595 Introduce a Minimum Supported Python Version for Python plugins
Fixes https://github.com/lightningd/plugins/issues/146

Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
2021-02-11 13:31:50 +01:00
Antoine Poinsot
3923bc787f README: touch on starting plugins via RPC, and two nits
Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
2021-02-11 13:31:50 +01:00
Rusty Russell
d0839ff1f9 README.md: add currencyrate
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-01-14 18:35:49 +01:00
Sergi Delgado Segura
988060868a Adds watchtower client to plugins 2021-01-08 15:19:26 +01:00
alex
1f61280eef request-invoice init 2020-12-21 15:18:26 +01:00
Gijs van Dam
eb748ffe19 Keep the orginal comment 2020-12-11 11:11:16 +01:00
Gijs van Dam
4f7e9da3db Fix example test
The example test uses a rpc call `summary` that isn't available (anymore)
The assert should be lowercase, otherwise it fails.
2020-12-11 11:11:16 +01:00
Christian Decker
e22a65ed30 readme: Update the build badge 2020-12-02 13:10:44 +01:00
Christian Decker
0a56088d98 sendinvoiceless: Remove in favor of the built-in keysend
Keysend is more secure, has a higher success-rate and doesn't require
both a a route to the destination and back.
2020-12-02 11:11:44 +01:00
Michael Schmoock
dddc893414 doc: adds missing link to feeadjuster 2020-11-11 12:00:27 +01:00
Christian Decker
1a426fd940 autoreload: Remove the autoreload plugin
It has been superseded by the dynamic start / stop functionality added into
c-lightning itself.

Closes #108
2020-10-21 16:13:29 +02:00
Christian Decker
ef4c1bf1e8 readme: Add the Boltz Channel Creation Plugin 2020-09-04 16:29:27 +02:00
Christian Decker
acdf3fb356 readme: Added two new plugins by @rbndg
Suggested-by: Reza <@rbndg>
2020-08-29 14:54:24 +02:00
fiatjaf
8703798a37 add trustedcoin, sparko and webhook to the main list. 2020-08-28 15:49:00 +02:00
Michael Schmoock
42c3041a4c fix: missing link in README 2020-08-01 17:03:41 +02:00
Christian Decker
ded4f6b380 Update README.md 2020-07-03 11:42:19 +02:00
Michael Schmoock
d1559bed1d doc: adds README entry for drain 2020-05-23 13:38:01 +02:00
Michael Schmoock
7edf97ed43 doc: specify writing and running tests 2020-05-23 13:38:01 +02:00
darosior
3ae9b3259c Add Sauron to the README 2020-03-30 21:54:34 +02:00
Christian Decker
1c1b8fe431 coverage: Switch to codecov.io 2020-01-25 20:52:25 +01:00
Christian Decker
1feadc8850 coverage: Add coveralls.io badge 2020-01-25 17:48:29 +01:00
Kristaps Kaupe
44ca145524 Add link to plugin collection emulating some of the LND (lncli) commands on c-lightning 2020-01-25 13:51:33 +01:00
darosior
ba85a5796a README: Add csvexportpays to the table
And fix indentation in test sample
2019-12-27 17:17:58 +01:00
Jarret Dyrbye
ec65c873b6 ZeroMQ publisher plugin 2019-12-16 15:38:38 +01:00
Christian Decker
c8761a7fb7 readme: Update the pyln dependencies and add an explainer on testing 2019-12-09 14:31:14 +01:00
Christian Decker
972ea8dfd5 travis: Add the travis badge to the readme 2019-12-09 14:31:14 +01:00
fiatjaf
e8f5a8f4b2 Improve "more plugins" links 2019-09-27 14:52:55 +02:00
darosior
93cb498c04 Add a link to the reckless plugin manager 2019-08-12 23:46:43 +02:00
Christian Decker
62498ed1de added a monitoring plugin to see health of peers and channels 2019-07-27 01:12:06 +02:00
darosior
6cebe21ff7 Add Javascript library 2019-07-26 15:26:16 +02:00
darosior
5eeb5dda0a Add C++ plugins library 2019-07-26 15:26:16 +02:00
Richard Bondi
899f0a0867 add remoteRPC plugin 2019-06-17 21:47:57 +02:00
fiatjaf
ec3037388c add my own plugin collection
At https://github.com/fiatjaf/lightningd-gjson-rpc/tree/master/cmd.
Including `waitpay` and `webhook` plugins for now.
2019-05-21 11:35:23 +02:00
Michael Schmoock
ac73bcaf20 doc: auto plugin directories. main repo issue 2647 2019-05-21 11:33:30 +02:00
Darosior
833f418c10 Added lightning-qt as a submodule (#28) 2019-05-16 20:28:25 +02:00
Michael Schmoock
dce2f8fea2 doc: general installation instructions 2019-05-13 14:04:05 +02:00
Christian Decker
0ac54eecfd autoreload: Add the autoreload plugin to the README
Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-05-10 10:14:06 +02:00
Rene Pickhardt
4fdaaa461d enhanced the README.md file
added another community repo, a tutorial video for pypi lightning and in particular added instructions how to run and activate plugins.
2019-05-07 15:45:35 +02:00
Gálli Zoltán
c70367b231 sendinvoiceless: README.md update
- short description and link in the the top-level README.md
- mention known weaknesses
2019-05-02 13:09:35 +02:00
Christian Decker
2667de5d21 readme: Updated readme to include graphql and rebalance plugins
Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-04-29 15:29:24 +02:00
Christian Decker
86b5413ab5 readme: Add a link to sitzprobe 2019-04-01 18:38:27 +02:00
Christian Decker
2ec37eed31 readme: Added some resources and pointers to external collections
@conscott has some really nice plugins, so we link to them :-)

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-03-28 17:17:00 +01:00
Christian Decker
d863ebff00 readme: Added the donations plugin to the readme. 2019-03-28 16:09:12 +01:00