summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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-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-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
2021-12-06Fix: StateDir already entails nameMatthias Beyer
2021-12-06Make state directory path an own typeMatthias Beyer
2021-12-06Add CLI for creating profileMatthias Beyer
2021-12-06Implement saveable and loadable profile stateMatthias Beyer
2021-12-06Rewrite Client::get_content_text() to meet requirementsMatthias Beyer
2021-12-06Add output what failedMatthias Beyer
2021-12-06Add more context in error outputMatthias Beyer
2021-12-06Fix test hashesMatthias Beyer
2021-12-05Fix: Tests should be done with ipfs test backendMatthias Beyer
2021-12-04Rewrite using "ipfs" crateMatthias Beyer
2021-12-02Remove unused CLI interfaceMatthias Beyer
2021-12-02Update clapMatthias Beyer
2021-12-02Add test for profile creationMatthias Beyer
2021-12-02Implement Profile type for publishing profile(s)Matthias Beyer
2021-11-28Make IpfsClient inside Client public for crateMatthias Beyer
2021-11-28Add test which posts a DAGMatthias Beyer
2021-11-28Make function in tests pub, to be able to test Cids properlyMatthias Beyer
2021-11-28Add test which posts a chain of messagesMatthias Beyer
2021-11-28Make node parents recognizable in IPLDMatthias Beyer
2021-11-27Extract helper in testsMatthias Beyer