Commit graph

33 commits

Author SHA1 Message Date
ZmnSCPxj jxPCSnmZ
68dc76af09 Boss/Mod/all.cpp: Organize modules. 2020-09-17 11:16:08 +08:00
ZmnSCPxj jxPCSnmZ
51fe055a44 Boss/Mod/ChannelCreator/: Fill in more. 2020-09-17 08:47:51 +08:00
ZmnSCPxj jxPCSnmZ
8e6d8a914c Boss/Mod/ChannelCreationDecider.cpp: Module to decide on whether to create channels. 2020-09-15 14:49:51 +08:00
ZmnSCPxj jxPCSnmZ
d8eb897517 Boss/Mod/OnchainFeeMonitor.cpp: Emit OnchainFee messages. 2020-09-15 13:26:41 +08:00
ZmnSCPxj jxPCSnmZ
f1f158bf22 Boss/Mod/ChannelFundsComputer.cpp: Module to compute channel funds. 2020-09-15 12:11:08 +08:00
ZmnSCPxj jxPCSnmZ
52a4156a4e Boss/Mod/ListfundsAnnouncer.cpp: Module to announce funds. 2020-09-15 11:29:39 +08:00
ZmnSCPxj jxPCSnmZ
b04c10f507 Boss/Mod/OnchainFundsAnnouncer.cpp: Module to check for funds. 2020-09-15 09:11:12 +08:00
ZmnSCPxj jxPCSnmZ
a7fc512296 Boss/Mod/ChannelCandidateInvestigator/: Suppress investigation when offline. 2020-09-14 21:29:06 +08:00
ZmnSCPxj jxPCSnmZ
3317751e3c Boss/Mod/InternetConnectionMonitor.cpp: Module to monitor internet connectivity. 2020-09-14 20:34:09 +08:00
ZmnSCPxj jxPCSnmZ
026c40edaf Boss/Msg/PreinvestigateChannelCandidates.hpp: New message for preinvestigating. 2020-09-14 04:17:57 +08:00
ZmnSCPxj jxPCSnmZ
21b1010614 Boss/Mod/AutoDisconnector.cpp: Module to disconnect peers if there are too many. 2020-09-13 21:51:47 +08:00
ZmnSCPxj jxPCSnmZ
52fb9fe345 Boss/Msg/ListpeersAnalyzedResult.hpp: New message containing binned listpeers. 2020-09-13 18:05:29 +08:00
ZmnSCPxj jxPCSnmZ
91c3c7c2bf Boss/Mod/ChannelCandidateInvestigator/Main.cpp: Main holding object to contain the investigator. 2020-09-13 11:44:34 +08:00
ZmnSCPxj jxPCSnmZ
371331d2db Boss/Mod/OnchainFeeMonitor.cpp: Monitor for onchain fees. 2020-09-12 19:45:37 +08:00
ZmnSCPxj jxPCSnmZ
c91b28c1f0 Boss/Mod/ChannelFinderByPopularity.cpp: Trigger if we are going to retry later, when a new connection comes. 2020-09-11 00:29:16 +08:00
ZmnSCPxj jxPCSnmZ
97d936f977 Boss/Mod/ChannelFinderByPopularity.cpp: Proposes nodes to channel with via popularity. 2020-09-10 22:09:37 +08:00
ZmnSCPxj jxPCSnmZ
3b4ccab999 Boss/Mod/Reconnector.cpp: Add module to reconnect when peers disconnect from us while we have no channels. 2020-09-10 14:31:11 +08:00
ZmnSCPxj jxPCSnmZ
bddaa5c2b2 Boss/Mod/ListpeersAnnouncer.cpp: Module to perform listpeers periodically.
We will later modify other modules to use this instead of doing `listpeers` themselves.
2020-09-10 10:54:21 +08:00
ZmnSCPxj jxPCSnmZ
dfdd807db4 DnsSeed/get.cpp: Do not resolve hostnames, leave that to the lightningd. 2020-09-10 09:24:34 +08:00
ZmnSCPxj jxPCSnmZ
1dac75179a Boss/Mod/ConnectFinderByHardcode.cpp: Module with a list of hardcoded nodes. 2020-09-10 09:08:24 +08:00
ZmnSCPxj jxPCSnmZ
852b810401 Boss/Mod/ConnectFinderByDns.cpp: Module to find initial peers by DNS. 2020-09-10 00:25:13 +08:00
ZmnSCPxj jxPCSnmZ
cb6f1b826b Boss/Mod/NeedsConnectSolicitor.cpp: Module to solicit nodes to connect to. 2020-09-09 15:18:25 +08:00
ZmnSCPxj jxPCSnmZ
7f36392d90 Boss/Mod/Connector.cpp: Module to connect to other nodes. 2020-09-09 09:52:08 +08:00
ZmnSCPxj jxPCSnmZ
fa9a329407 Boss/Mod/InitialConnect.cpp: Check for initial connection. 2020-09-08 19:47:33 +08:00
ZmnSCPxj jxPCSnmZ
3048147547 Boss/Mod/Timers.cpp: Module to emit regular timing messages. 2020-09-08 18:40:19 +08:00
ZmnSCPxj jxPCSnmZ
99c48db944 Boss/Mod/BlockTracker.cpp: Track blocks. 2020-09-08 17:03:48 +08:00
ZmnSCPxj jxPCSnmZ
80b9d4e7f6 Boss/Mod/Initiator.cpp: Module to handle init. 2020-09-08 15:51:31 +08:00
ZmnSCPxj jxPCSnmZ
5881e137d5 Boss/open_rpc_socket.cpp: Function to open the RPC socket. 2020-09-07 21:50:38 +08:00
ZmnSCPxj jxPCSnmZ
0ec545b0cc Boss/Mod/Manifester.cpp: Module to handle getmanifest. 2020-09-07 19:05:56 +08:00
ZmnSCPxj jxPCSnmZ
6f4781e5c5 Boss/Mod/CommandReceiver.cpp: Parser of commands. 2020-09-07 17:51:36 +08:00
ZmnSCPxj jxPCSnmZ
3acef1be80 Boss/Mod/JsonOutputter.cpp: Module to output JSON to the COUT. 2020-09-07 16:43:19 +08:00
ZmnSCPxj jxPCSnmZ
abc0f72227 Boss/Mod/Waiter.cpp: Module to implement waiting for times. 2020-09-07 14:01:35 +08:00
ZmnSCPxj jxPCSnmZ
99cd48925f Boss/Mod/all.cpp: Initial function to create all modules. 2020-09-07 11:52:37 +08:00