From a1a582d7ea041b077252641fdd0a69da231ee443 Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 21 Jan 2020 15:18:05 +1100 Subject: [PATCH] Session branding fixes --- CONTRIBUTING.md | 4 ++-- README.md | 8 +++---- _locales/ar/messages.json | 2 +- _locales/bg/messages.json | 2 +- _locales/cs/messages.json | 2 +- _locales/en/messages.json | 22 +++++++++---------- _locales/es_419/messages.json | 2 +- _locales/hi/messages.json | 2 +- _locales/hr/messages.json | 2 +- _locales/kn/messages.json | 2 +- _locales/ko/messages.json | 2 +- _locales/mk/messages.json | 2 +- _locales/sr/messages.json | 2 +- _locales/uk/messages.json | 2 +- _locales/vi/messages.json | 2 +- background.html | 10 ++++----- js/modules/debuglogs.js | 2 +- js/modules/web_api.js | 2 +- js/notifications.js | 2 +- libloki/test/snode_channel_test.js | 4 ++-- libtextsecure/outgoing_message.js | 2 +- package.json | 4 ++-- prepare_beta_build.js | 8 +++---- test/app/fixtures/menu-mac-os-setup.json | 6 ++--- test/app/fixtures/menu-mac-os.json | 6 ++--- .../fixtures/menu-windows-linux-setup.json | 4 ++-- test/app/fixtures/menu-windows-linux.json | 4 ++-- test/index.html | 8 +++---- 28 files changed, 60 insertions(+), 60 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f64fb7492..ee5466a69 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,7 @@ yarn install --frozen-lockfile # Install and build dependencies (this will take yarn grunt # Generate final JS and CSS assets yarn icon-gen # Generate full set of icons for Electron yarn test # A good idea to make sure tests run first -yarn start # Start Signal Messenger! +yarn start # Start Session Messenger! ``` You'll need to restart the application regularly to see your changes, as there @@ -84,7 +84,7 @@ yarn grunt dev # runs until you stop it, re-generating built assets on file chan ## Additional storage profiles -Since there is no registration for Signal Messenger, you can create as many accounts as you +Since there is no registration for Session Messenger, you can create as many accounts as you can public keys. To test the P2P functionality on the same machine, however, requries that each client binds their message server to a different port. diff --git a/README.md b/README.md index 79f6b164d..c8d9d50b7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Signal Messenger +# Session Messenger [![Build Status](https://travis-ci.org/loki-project/loki-messenger.svg?branch=development)](https://travis-ci.org/loki-project/loki-messenger) -Signal Messenger allows for truly decentralized, end to end, and private encrypted chats. Signal Messenger is built to handle both online and fully Asynchronous offline messages. Loki messenger implements the Signal protocol for message encryption. Our Client interface is a fork of [Signal Messenger](https://signal.org/). All communication that passes through Loki messenger is routed through [Lokinet](https://github.com/loki-project/loki-network). +Session Messenger allows for truly decentralized, end to end, and private encrypted chats. Session Messenger is built to handle both online and fully Asynchronous offline messages. Loki messenger implements the Signal protocol for message encryption. Our Client interface is a fork of [Session Messenger](https://signal.org/). All communication that passes through Loki messenger is routed through [Lokinet](https://github.com/loki-project/loki-network). ## Summary @@ -14,11 +14,11 @@ If Alice and Bob are both online they can simply resolve each others public keys **Offline messages** -Offline messaging uses Swarms, given any users public key the user can resolve a public key to a specific grouping of Service Nodes (AKA Swarm) each user in Signal Messenger belongs to a Swarm. When routing a message offline the user selects a Service node in the destination users Swarm, when the user comes online they query any node in their Swarm, if the Swarm is holding any messages for the user they disseminate those messages to the user. +Offline messaging uses Swarms, given any users public key the user can resolve a public key to a specific grouping of Service Nodes (AKA Swarm) each user in Session Messenger belongs to a Swarm. When routing a message offline the user selects a Service node in the destination users Swarm, when the user comes online they query any node in their Swarm, if the Swarm is holding any messages for the user they disseminate those messages to the user. ![Swarm Messaging](https://i.imgur.com/o13Knds.png) -Spam protections for Signal Messenger are based on a Proof of Work which is attached to any message that exceeds a default size or Time To Live, this process is discussed further in the [Loki whitepaper](https://loki.network/whitepaper). +Spam protections for Session Messenger are based on a Proof of Work which is attached to any message that exceeds a default size or Time To Live, this process is discussed further in the [Loki whitepaper](https://loki.network/whitepaper). ## Want to Contribute? Found a Bug or Have a feature request? diff --git a/_locales/ar/messages.json b/_locales/ar/messages.json index 038cf8fbb..993a39213 100644 --- a/_locales/ar/messages.json +++ b/_locales/ar/messages.json @@ -52,7 +52,7 @@ "description": "Application menu command to show all application windows" }, "appMenuQuit": { - "message": "Quit Signal Messenger", + "message": "Quit Session Messenger", "description": "Application menu command to close the application" }, "editMenuUndo": { diff --git a/_locales/bg/messages.json b/_locales/bg/messages.json index a772eb2b8..cf82f467d 100644 --- a/_locales/bg/messages.json +++ b/_locales/bg/messages.json @@ -52,7 +52,7 @@ "description": "Application menu command to show all application windows" }, "appMenuQuit": { - "message": "Quit Signal Messenger", + "message": "Quit Session Messenger", "description": "Application menu command to close the application" }, "editMenuUndo": { diff --git a/_locales/cs/messages.json b/_locales/cs/messages.json index 16299a009..2954a7f02 100644 --- a/_locales/cs/messages.json +++ b/_locales/cs/messages.json @@ -52,7 +52,7 @@ "description": "Application menu command to show all application windows" }, "appMenuQuit": { - "message": "Opustit Signal Messenger", + "message": "Opustit Session Messenger", "description": "Application menu command to close the application" }, "editMenuUndo": { diff --git a/_locales/en/messages.json b/_locales/en/messages.json index cbc83130f..139821a3b 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -66,7 +66,7 @@ "description": "Application menu command to show all application windows" }, "appMenuQuit": { - "message": "Quit Signal Messenger", + "message": "Quit Session Messenger", "description": "Application menu command to close the application" }, "editMenuUndo": { @@ -265,7 +265,7 @@ "Header shown on the screen at the end of a successful import process" }, "importCompleteStartButton": { - "message": "Start using Signal Messenger", + "message": "Start using Session Messenger", "description": "Button shown at end of successful import process, nothing left but a restart" }, @@ -719,12 +719,12 @@ "Item under the Help menu, takes you to GitHub new issue form (title case)" }, "signalDesktopPreferences": { - "message": "Signal Messenger Preferences", + "message": "Session Messenger Preferences", "description": "Title of the window that pops up with Signal Desktop preferences in it" }, "aboutSignalDesktop": { - "message": "About Signal Messenger", + "message": "About Session Messenger", "description": "Item under the Help menu, which opens a small about window" }, "speech": { @@ -745,7 +745,7 @@ "description": "Command in the tray icon menu, to quit the application" }, "lokiMessenger": { - "message": "Signal Messenger" + "message": "Session Messenger" }, "search": { "message": "Search", @@ -895,7 +895,7 @@ }, "audioPermissionNeeded": { "message": - "To send audio messages, allow Signal Messenger to access your microphone.", + "To send audio messages, allow Session Messenger to access your microphone.", "description": "Shown if the user attempts to send an audio message without audio permssions turned on" }, @@ -1266,7 +1266,7 @@ } }, "installWelcome": { - "message": "Welcome to Signal Messenger", + "message": "Welcome to Session Messenger", "description": "Welcome title on the install page" }, "installTagline": { @@ -1275,12 +1275,12 @@ "Tagline displayed under 'installWelcome' string on the install page" }, "linkYourPhone": { - "message": "Link your phone to Signal Messenger", + "message": "Link your phone to Session Messenger", "description": "Shown on the front page when the application first starst, above the QR code" }, "signalSettings": { - "message": "Signal Messenger Settings", + "message": "Session Messenger Settings", "description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app" }, @@ -1491,7 +1491,7 @@ }, "expiredWarning": { "message": - "This version of Signal Messenger has expired. Please upgrade to the latest version to continue messaging.", + "This version of Session Messenger has expired. Please upgrade to the latest version to continue messaging.", "description": "Warning notification that this version of the app has expired" }, @@ -2500,7 +2500,7 @@ }, "devicePairingHeader": { "message": - "Open the Signal Messenger App on your primary device and select Device Pairing from the main menu. Then, enter your Session ID below to sign in." + "Open the Session Messenger App on your primary device and select Device Pairing from the main menu. Then, enter your Session ID below to sign in." }, "enterSessionIDHere": { "message": "Enter your Session ID here" diff --git a/_locales/es_419/messages.json b/_locales/es_419/messages.json index 96e65275f..cf464767c 100644 --- a/_locales/es_419/messages.json +++ b/_locales/es_419/messages.json @@ -36,7 +36,7 @@ "description": "Application menu command to show all application windows" }, "appMenuQuit": { - "message": "Quit Signal Messenger", + "message": "Quit Session Messenger", "description": "Application menu command to close the application" }, "editMenuUndo": { diff --git a/_locales/hi/messages.json b/_locales/hi/messages.json index 7a58275c9..79cd0bd2f 100644 --- a/_locales/hi/messages.json +++ b/_locales/hi/messages.json @@ -52,7 +52,7 @@ "description": "Application menu command to show all application windows" }, "appMenuQuit": { - "message": "Quit Signal Messenger", + "message": "Quit Session Messenger", "description": "Application menu command to close the application" }, "editMenuUndo": { diff --git a/_locales/hr/messages.json b/_locales/hr/messages.json index 2ee0e901b..7fd8f3751 100644 --- a/_locales/hr/messages.json +++ b/_locales/hr/messages.json @@ -52,7 +52,7 @@ "description": "Application menu command to show all application windows" }, "appMenuQuit": { - "message": "Quit Signal Messenger", + "message": "Quit Session Messenger", "description": "Application menu command to close the application" }, "editMenuUndo": { diff --git a/_locales/kn/messages.json b/_locales/kn/messages.json index 8c4c99fff..ebf75f012 100644 --- a/_locales/kn/messages.json +++ b/_locales/kn/messages.json @@ -52,7 +52,7 @@ "description": "Application menu command to show all application windows" }, "appMenuQuit": { - "message": "Quit Signal Messenger", + "message": "Quit Session Messenger", "description": "Application menu command to close the application" }, "editMenuUndo": { diff --git a/_locales/ko/messages.json b/_locales/ko/messages.json index ef7b9b119..3490d6cd5 100644 --- a/_locales/ko/messages.json +++ b/_locales/ko/messages.json @@ -52,7 +52,7 @@ "description": "Application menu command to show all application windows" }, "appMenuQuit": { - "message": "Quit Signal Messenger", + "message": "Quit Session Messenger", "description": "Application menu command to close the application" }, "editMenuUndo": { diff --git a/_locales/mk/messages.json b/_locales/mk/messages.json index c7e99a3bf..918606845 100644 --- a/_locales/mk/messages.json +++ b/_locales/mk/messages.json @@ -52,7 +52,7 @@ "description": "Application menu command to show all application windows" }, "appMenuQuit": { - "message": "Quit Signal Messenger", + "message": "Quit Session Messenger", "description": "Application menu command to close the application" }, "editMenuUndo": { diff --git a/_locales/sr/messages.json b/_locales/sr/messages.json index ebc106360..0e31da6f0 100644 --- a/_locales/sr/messages.json +++ b/_locales/sr/messages.json @@ -52,7 +52,7 @@ "description": "Application menu command to show all application windows" }, "appMenuQuit": { - "message": "Quit Signal Messenger", + "message": "Quit Session Messenger", "description": "Application menu command to close the application" }, "editMenuUndo": { diff --git a/_locales/uk/messages.json b/_locales/uk/messages.json index 93591a8b2..1722f6c01 100644 --- a/_locales/uk/messages.json +++ b/_locales/uk/messages.json @@ -52,7 +52,7 @@ "description": "Application menu command to show all application windows" }, "appMenuQuit": { - "message": "Quit Signal Messenger", + "message": "Quit Session Messenger", "description": "Application menu command to close the application" }, "editMenuUndo": { diff --git a/_locales/vi/messages.json b/_locales/vi/messages.json index 50d558343..d82d41e12 100644 --- a/_locales/vi/messages.json +++ b/_locales/vi/messages.json @@ -52,7 +52,7 @@ "description": "Application menu command to show all application windows" }, "appMenuQuit": { - "message": "Quit Signal Messenger", + "message": "Quit Session Messenger", "description": "Application menu command to close the application" }, "editMenuUndo": { diff --git a/background.html b/background.html index c66ad522e..3a4f7e988 100644 --- a/background.html +++ b/background.html @@ -19,7 +19,7 @@ script-src 'self'; style-src 'self' 'unsafe-inline';" > - Signal Messenger + Session Messenger @@ -196,15 +196,15 @@