summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-12-09Pin clap to 3.0.0-beta.5 for nowMatthias Beyer
2021-12-08Merge branch 'iced-gui'Matthias Beyer
2021-12-08Merge branch 'pin-everything'Matthias Beyer
2021-12-08Pin all content that is postedMatthias Beyer
2021-12-08Remove unused importsMatthias Beyer
2021-12-08Restructure module layoutMatthias Beyer
2021-12-08Restructure module layoutMatthias Beyer
2021-12-08Make main() of CLI asyncMatthias Beyer
2021-12-08Fix GUI impl for new iced versionMatthias Beyer
2021-12-08Add passing of profile name to GUI bootup codeMatthias Beyer
2021-12-08Make Profile::new_inmemory() exist in non-tests for nowMatthias Beyer
2021-12-08Disable default features for libp2p, so we do not run into issues with js-sys...Matthias Beyer
2021-12-08Pull in master branch of iced to be up to date with breaking changesMatthias Beyer
2021-12-08Split codebase in subcrates for lib, cli and guiMatthias Beyer
2021-12-08Add getter for ClientMatthias Beyer
2021-12-08Add "Loading" text blockMatthias Beyer
2021-12-08Store Profile in GUI instead of ClientMatthias Beyer
2021-12-08Add simple posting GUI implementationMatthias Beyer
2021-12-08Add loading of client connectionMatthias Beyer
2021-12-08Add some default settings for application windowMatthias Beyer
2021-12-08Implement hello-world gui with icedMatthias Beyer
2021-12-08Add xorg dependencies in dev shellMatthias Beyer
2021-12-08Add dev dependenciesMatthias Beyer
2021-12-07Merge branch 'gh-actions-cache'Matthias Beyer
2021-12-07Add CI cachingMatthias Beyer
2021-12-07Merge branch 'github-actions'Matthias Beyer
2021-12-07Remove posting of "Hello world" message for new profileMatthias Beyer
2021-12-07Fix: Remove unused importsMatthias Beyer
2021-12-07Fix: Make function only in tests availableMatthias Beyer
2021-12-07Fix: Remove unused argumentMatthias Beyer
2021-12-07Fix: Remove unused importsMatthias Beyer
2021-12-07Fix: Do not use deprecated Arg::with_name()Matthias Beyer
2021-12-07Fix expected CIDMatthias Beyer
2021-12-07Add CI setup for githubMatthias Beyer
2021-12-06Merge branch 'profile-persistence'Matthias Beyer
2021-12-06Add CLI option to connect to other nodeMatthias Beyer
2021-12-06Add {Client, Profile}::connect() to connect to other IPFS nodeMatthias Beyer
2021-12-06Enable mdnsMatthias Beyer
2021-12-06Add test for posting helloworldMatthias Beyer
2021-12-06Add Profile::head() to get Cid of latest postMatthias Beyer
2021-12-06Ensure profile test cleans upMatthias Beyer
2021-12-06Split profile module into smaller submodulesMatthias Beyer
2021-12-06Fix test for profile creationMatthias Beyer
2021-12-06Fix: Open file writeableMatthias Beyer
2021-12-06Fix: Do not require file to be non-existent before creating itMatthias Beyer
2021-12-06Add logging and error contextsMatthias Beyer
2021-12-06Implement profile servingMatthias Beyer
2021-12-06Ensure we exit the ipfs nodeMatthias Beyer
2021-12-06Add way to exit ipfs nodeMatthias Beyer
2021-12-06Shrink surface of StateDir path helper typeMatthias Beyer