Commit Graph

18 Commits

Author SHA1 Message Date
lunar-mining
21db1ded17 book/ dchat: split up into sections + finish documenting UI 2022-08-03 10:33:16 +02:00
lunar-mining
4a347bae87 dchat: removed termion dependency + massively simplified UI 2022-08-02 13:49:46 +02:00
lunar-mining
c9f6121d11 dchat: added README 2022-08-01 12:15:58 +02:00
lunar-mining
ec114f6744 dchat: use different log files for different nodes 2022-08-01 09:36:31 +02:00
lunar-mining
bc9d313765 dchat: move menu() to start() 2022-07-31 12:05:13 +02:00
lunar-mining
445a4a837c dchat: renamed message to msg and removed unnecessary util methods 2022-07-31 11:40:48 +02:00
lunar-mining
a5dd04f3af dchat: removed unused imports from Cargo.toml 2022-07-31 09:46:09 +02:00
lunar-mining
0e20fa2e6d dchat: quick cleanup 2022-07-31 08:53:17 +02:00
lunar-mining
ba7a5cc21b dchat: add error handling 2022-07-31 08:51:53 +02:00
lunar-mining
29feadcf1c dchat: improved UI + cleanup 2022-07-30 11:26:27 +02:00
lunar-mining
7844ca53bc dchat: implement DchatmsgsBuffer to store received msgs 2022-07-29 11:48:36 +02:00
lunar-mining
3cd20de425 dchat: hardcode inbound/ outbound settings as Alice + Bob
add command line switch
2022-07-29 10:32:13 +02:00
lunar-mining
80a3fb1ae3 dchat: pass command line arg to spin up new dchat instance 2022-07-28 12:30:50 +02:00
lunar-mining
1394a21d59 dchat: move render() into main to avoid mismatched lifetime error 2022-07-27 22:01:55 +02:00
lunar-mining
01047c9cad dchat: fixed settings to connect correctly to seed node
cleaned up old tcp code
2022-07-26 09:54:09 +02:00
lunar-mining
90af9667d6 dchat: deleted more code and cleaned up warnings 2022-07-25 20:03:52 +02:00
lunar-mining
e03c8e54ec dchat: created seperate seed and simplified codebase 2022-07-25 19:46:10 +02:00
lunar-mining
6c9054ffa5 dchat: basic cli that sends messages over tpc.
TODO: connect to p2p
2022-07-19 08:47:59 +02:00