diff --git a/README.md b/README.md index 04f470a..7cf1b61 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ Community curated plugins for Core-Lightning. | [boltz-channel-creation][boltz] | A Core-Lightning plugin for Boltz Channel Creation Swaps | | [btcli4j][btcli4j] | A Bitcoin Backend to enable safely the pruning mode, and support also rest APIs. | | [circular][circular] | A smart rebalancing plugin for Core Lightning routing nodes | -| [commando][commando] | Authorize peers to run commands on your node, and running commands on them. | | [csvexportpays][csvexportpays] | A plugin that exports all payments to a CSV file | | [currencyrate][currencyrate] | A plugin to convert other currencies to BTC using web requests | | [donations][donations] | A simple donations page to accept donations from the web | @@ -177,6 +176,16 @@ Python plugins developers must ensure their plugin to work with all Python versi - [C# Plugin Guideline and example project][csharp-example] by @joemphilips - [Kotlin plugin guideline and example][kotlin-example] by @vincenzopalazzo +## Archived plugins + +The following is a list of archived plugins that no longer maintained. +If you like a plugin from that list, feel free to update and fix it, so we can +un-archive it. + +| Name | Short description | +| ------------------------------------ | ------------------------------------------------------------------------------------------- | +| [commando][commando] | Authorize peers to run commands on your node, and running commands on them. | + [esplora]: https://github.com/Blockstream/esplora [pers-chans]: https://github.com/lightningd/plugins/tree/master/persistent-channels [probe]: https://github.com/lightningd/plugins/tree/master/probe @@ -222,7 +231,7 @@ Python plugins developers must ensure their plugin to work with all Python versi [java-api]: https://github.com/clightning4j/JRPClightning [btcli4j]: https://github.com/clightning4j/btcli4j [backup]: https://github.com/lightningd/plugins/tree/master/backup -[commando]: https://github.com/lightningd/plugins/tree/master/commando +[commando]: https://github.com/lightningd/plugins/tree/master/archive/commando [reporter]: https://github.com/LNOpenMetrics/go-lnmetrics.reporter [csharp-example]: https://github.com/joemphilips/DotNetLightning/tree/master/examples/HelloWorldPlugin [kotlin-example]: https://vincenzopalazzo.medium.com/a-day-in-a-c-lightning-plugin-with-koltin-c8bbd4fa0406 diff --git a/commando/README.md b/archive/commando/README.md similarity index 100% rename from commando/README.md rename to archive/commando/README.md diff --git a/commando/commando.py b/archive/commando/commando.py similarity index 100% rename from commando/commando.py rename to archive/commando/commando.py diff --git a/commando/requirements.txt b/archive/commando/requirements.txt similarity index 100% rename from commando/requirements.txt rename to archive/commando/requirements.txt diff --git a/commando/test_commando.py b/archive/commando/test_commando.py similarity index 100% rename from commando/test_commando.py rename to archive/commando/test_commando.py