summaryrefslogtreecommitdiffstats
path: root/cli
AgeCommit message (Expand)Author
2021-12-29Remove the GossipHandler, handle in code directlyMatthias Beyer
2021-12-20Receive gossip and log about itMatthias Beyer
2021-12-20Make sure to gossip about own state every 500msMatthias Beyer
2021-12-20Print own addresses for better debugabilityMatthias Beyer
2021-12-20Let user specify listening addressesMatthias Beyer
2021-12-20Let client connect to multiple other clientsMatthias Beyer
2021-12-18Implement TimelineMatthias Beyer
2021-12-18Move Client object into NodeStreamBuilder::into_stream() for less complex cal...Matthias Beyer
2021-12-09Add CLI for getting content of a profileMatthias Beyer
2021-12-09Merge branch 'profile-post-text'Matthias Beyer
2021-12-09Add CLI for posting text to profileMatthias Beyer
2021-12-09Fix: Log CID with DisplayMatthias Beyer
2021-12-09Pin clap to 3.0.0-beta.5 for nowMatthias Beyer
2021-12-08Restructure module layoutMatthias Beyer
2021-12-08Make main() of CLI asyncMatthias Beyer
2021-12-08Split codebase in subcrates for lib, cli and guiMatthias Beyer