From b1de5ddbd32565451f69e26ccd50ea3f7371e031 Mon Sep 17 00:00:00 2001 From: KauriHero Date: Wed, 10 Apr 2024 19:35:07 +1200 Subject: [PATCH 1/2] Update USER-INTERFACE-INTERFACE.md adjusted RouteFound response format --- USER-INTERFACE-INTERFACE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USER-INTERFACE-INTERFACE.md b/USER-INTERFACE-INTERFACE.md index c53e420cc..987df7335 100644 --- a/USER-INTERFACE-INTERFACE.md +++ b/USER-INTERFACE-INTERFACE.md @@ -512,7 +512,7 @@ There are following three connection stages: 1. NotConnected: No external neighbor is connected to us. 2. ConnectedToNeighbor: External node(s) are connected to us. -3. ThreeHopsRouteFound: You can relay data over the network. +3. RouteFound: You can relay data over the network. The Node can only be on one of these connection stages during any moment of the Node's lifetime. From 551a24114bb41e2f04a8c05da4350b391b86f611 Mon Sep 17 00:00:00 2001 From: KauriHero Date: Wed, 10 Apr 2024 19:39:03 +1200 Subject: [PATCH 2/2] Update README.md updated Readme with badge and adding MASQ Browser --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f739378e5..404cd7573 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # MASQ Node ![masq-logo](images/masq-logo-sm.png) +
+ ![ci-matrix](https://github.com/MASQ-Project/Node/workflows/ci-matrix/badge.svg) +[![GitHub Release](https://img.shields.io/github/v/release/MASQ-Project/Node?display_name=release&color=green)](https://github.com/MASQ-Project/Node/releases/latest) +[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/masq) + +
MASQ Node combines the benefits of VPN and Tor technology, to create superior next-generation privacy software, where users are rewarded for supporting an uncensored, global Web. Users gain privacy and anonymity, while helping promote @@ -43,7 +49,7 @@ A [Knowledge Base](https://docs.masq.ai/masq) and testing resources are being re levels of technical ability. There you can find further information, guides and configuration examples for running MASQ Node from: -- MASQ app - v0.2 (formerly called "GEMINI") +- [MASQ Browser](https://masqbrowser.com) - CLI - Docker image @@ -66,7 +72,7 @@ To help navigate the codebase, here are the README.md links for all documented c ### Downloading Official Releases -We haven't set up any official releases yet; but when we do, instructions will appear here. +Releases will appear on our GitHub page - click on the badge above for the latest stable beta build, or go to our [Releases page](https://github.com/MASQ-Project/Node/releases/latest) ### Downloading the Latest Build