summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-12-09Merge branch 'profile-post-text'Matthias Beyer
2021-12-09Merge branch 'fix-log'Matthias Beyer
2021-12-09Fix description to include IPLDMatthias Beyer
2021-12-09Fix license noteMatthias Beyer
2021-12-09Remove outdated config fileMatthias Beyer
2021-12-09Add CLI for posting text to profileMatthias Beyer
2021-12-09Add function to post text to profileMatthias Beyer
2021-12-09Add fn to update profile headMatthias Beyer
2021-12-09Fix: Log CID with DisplayMatthias Beyer
2021-12-09Merge branch 'fix-ci'Matthias Beyer
2021-12-09MSRV is 1.57.0Matthias Beyer
2021-12-09Merge branch 'fix-clap-version'Matthias Beyer
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