summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-12-29Extract handling code into helper moduleHEADmasterMatthias Beyer
2021-12-29Merge branch 'no-gossip-handler'Matthias Beyer
2021-12-29Remove the GossipHandler, handle in code directlyMatthias Beyer
2021-12-21Merge branch 'roadmap'Matthias Beyer
2021-12-21Merge branch 'posting'Matthias Beyer
2021-12-21Add Roadmap to MVP/POCMatthias Beyer
2021-12-21Add saving of profile stateMatthias Beyer
2021-12-21Change timeline to be ordered internallyMatthias Beyer
2021-12-21Dates and times can be orderedMatthias Beyer
2021-12-21Make timeline deduplicatingMatthias Beyer
2021-12-21Post to profile, not to clientMatthias Beyer
2021-12-21Wrap Profile in RwLockMatthias Beyer
2021-12-21Gossip only every 5 secsMatthias Beyer
2021-12-20Merge branch 'gossipping-cli'Matthias 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-20Add functionality to add listening addressesMatthias Beyer
2021-12-20Add Client::own_addresses() to get addresses of ipfs instanceMatthias Beyer
2021-12-20Merge branch 'gossipping-gui'Matthias Beyer
2021-12-20Add gossipping of own state in guiMatthias Beyer
2021-12-19Add Profile::gossip_own_state()Matthias Beyer
2021-12-19Make GossipMessage::into_bytes() pub in moduleMatthias Beyer
2021-12-19Store String in log, so we can write normal logging stuff to that log, tooMatthias Beyer
2021-12-19Add Gossip message loggingMatthias Beyer
2021-12-19Impl hash() for GossipRecipeMatthias Beyer
2021-12-19Add message explanation loggingMatthias Beyer
2021-12-19Implement gossip reactor loading via oneshot channels for subscription initia...Matthias Beyer
2021-12-18Shrink idea of "Reactors"Matthias Beyer
2021-12-18Add way to show application logMatthias Beyer
2021-12-18Adjust Loading viewMatthias Beyer
2021-12-18Merge branch 'cleanup'Matthias Beyer
2021-12-18Merge branch 'refactor-gui'Matthias Beyer
2021-12-18Add error message when distrox fails to loadMatthias Beyer
2021-12-18Remove "State" helper struct and use some matching magic for less boilerplateMatthias Beyer
2021-12-18Refactor: Split app moduleMatthias Beyer
2021-12-18Ignore unused variablesMatthias Beyer
2021-12-18Remove unused importsMatthias Beyer
2021-12-18Fix: Remove config::Config usageMatthias Beyer
2021-12-18Merge branch 'multi-device-support'Matthias Beyer
2021-12-18Merge branch 'gui-timeline'Matthias Beyer
2021-12-18Add some log outputMatthias Beyer
2021-12-18As soon as posting operation returns, log the resultMatthias Beyer
2021-12-18Implement TimelineMatthias Beyer
2021-12-18Move strategy for handling of gossip message to own typesMatthias Beyer
2021-12-18Fix test: Reactor should be running during test, not only during communcationMatthias Beyer
2021-12-18Add some log outputMatthias Beyer
2021-12-18Implement Debug for GossipReactor instead of deriving itMatthias Beyer