summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2020-05-20Merge branch 'app-is-middleware'Matthias Beyer
2020-05-20Rename: App -> MiddlewareMatthias Beyer
2020-05-20Unite ipfs-api client abstraction into one "Model" typeMatthias Beyer
2020-05-18Move app startup code to server partMatthias Beyer
2020-05-18Add output before starting serverMatthias Beyer
2020-05-18Split gui and server main function into submodulesMatthias Beyer
2020-05-18Use default log level INFOMatthias Beyer
2020-05-18Add some outputMatthias Beyer
2020-05-18Add port configuration/cli argumentMatthias Beyer
2020-05-18Add pidlock for server pid based lockingMatthias Beyer
2020-05-18Split server into subcommandMatthias Beyer
2020-05-12Switch to anyhowMatthias Beyer
2020-05-12Switch to multi-threaded architectureMatthias Beyer
2020-05-12Switch to actix as runtimeMatthias Beyer
2020-05-12Add css styleMatthias Beyer
2020-05-12Add basic code for web-view GUI implementationMatthias Beyer
2020-05-03Fix app name for xdg config searchMatthias Beyer
2020-04-29Move Payload type to own moduleMatthias Beyer
2020-04-28Reset main() implMatthias Beyer
2020-04-28Rewrite state.rs to app.rsMatthias Beyer
2020-04-28Add dependency add_getters_settersMatthias Beyer
2020-03-25Use tokio runtime, not async-std oneMatthias Beyer
2020-03-25Rewrite CLI for async-awaitMatthias Beyer
2020-03-25Rewrite library code for async-awaitMatthias Beyer
2020-03-25Add extension type for BlockMatthias Beyer
2020-03-25Implement iterator over all blocks of a profileMatthias Beyer
2019-06-15Ignore warnings for nowMatthias Beyer
2019-06-14Update to rust 2018Matthias Beyer
2018-10-21Add support for multiple parent blocks when postingMatthias Beyer
2018-10-21Alter "post" command to not publishMatthias Beyer
2018-10-21Add command to get current profile stateMatthias Beyer
2018-10-21Fix typoMatthias Beyer
2018-10-21Do not publish new block when postingMatthias Beyer
2018-10-21Implement publishingMatthias Beyer
2018-10-21BlaMatthias Beyer
2018-10-21WIP: Implement "post" subcommandMatthias Beyer
2018-10-21Add block-puttingMatthias Beyer
2018-10-21[WIP] Add high-level CLI definitionMatthias Beyer
2018-10-07Add protocol version helper functionMatthias Beyer
2018-10-07Initial import of distrox codeMatthias Beyer