Session branding fixes

pull/738/head
Vincent 5 years ago
parent 5fbbdc33c3
commit a1a582d7ea

@ -63,7 +63,7 @@ yarn install --frozen-lockfile # Install and build dependencies (this will take
yarn grunt # Generate final JS and CSS assets yarn grunt # Generate final JS and CSS assets
yarn icon-gen # Generate full set of icons for Electron yarn icon-gen # Generate full set of icons for Electron
yarn test # A good idea to make sure tests run first 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 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 ## 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 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. that each client binds their message server to a different port.

@ -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) [![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 ## Summary
@ -14,11 +14,11 @@ If Alice and Bob are both online they can simply resolve each others public keys
**Offline messages** **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) ![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? ## Want to Contribute? Found a Bug or Have a feature request?

@ -52,7 +52,7 @@
"description": "Application menu command to show all application windows" "description": "Application menu command to show all application windows"
}, },
"appMenuQuit": { "appMenuQuit": {
"message": "Quit Signal Messenger", "message": "Quit Session Messenger",
"description": "Application menu command to close the application" "description": "Application menu command to close the application"
}, },
"editMenuUndo": { "editMenuUndo": {

@ -52,7 +52,7 @@
"description": "Application menu command to show all application windows" "description": "Application menu command to show all application windows"
}, },
"appMenuQuit": { "appMenuQuit": {
"message": "Quit Signal Messenger", "message": "Quit Session Messenger",
"description": "Application menu command to close the application" "description": "Application menu command to close the application"
}, },
"editMenuUndo": { "editMenuUndo": {

@ -52,7 +52,7 @@
"description": "Application menu command to show all application windows" "description": "Application menu command to show all application windows"
}, },
"appMenuQuit": { "appMenuQuit": {
"message": "Opustit Signal Messenger", "message": "Opustit Session Messenger",
"description": "Application menu command to close the application" "description": "Application menu command to close the application"
}, },
"editMenuUndo": { "editMenuUndo": {

@ -66,7 +66,7 @@
"description": "Application menu command to show all application windows" "description": "Application menu command to show all application windows"
}, },
"appMenuQuit": { "appMenuQuit": {
"message": "Quit Signal Messenger", "message": "Quit Session Messenger",
"description": "Application menu command to close the application" "description": "Application menu command to close the application"
}, },
"editMenuUndo": { "editMenuUndo": {
@ -265,7 +265,7 @@
"Header shown on the screen at the end of a successful import process" "Header shown on the screen at the end of a successful import process"
}, },
"importCompleteStartButton": { "importCompleteStartButton": {
"message": "Start using Signal Messenger", "message": "Start using Session Messenger",
"description": "description":
"Button shown at end of successful import process, nothing left but a restart" "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)" "Item under the Help menu, takes you to GitHub new issue form (title case)"
}, },
"signalDesktopPreferences": { "signalDesktopPreferences": {
"message": "Signal Messenger Preferences", "message": "Session Messenger Preferences",
"description": "description":
"Title of the window that pops up with Signal Desktop preferences in it" "Title of the window that pops up with Signal Desktop preferences in it"
}, },
"aboutSignalDesktop": { "aboutSignalDesktop": {
"message": "About Signal Messenger", "message": "About Session Messenger",
"description": "Item under the Help menu, which opens a small about window" "description": "Item under the Help menu, which opens a small about window"
}, },
"speech": { "speech": {
@ -745,7 +745,7 @@
"description": "Command in the tray icon menu, to quit the application" "description": "Command in the tray icon menu, to quit the application"
}, },
"lokiMessenger": { "lokiMessenger": {
"message": "Signal Messenger" "message": "Session Messenger"
}, },
"search": { "search": {
"message": "Search", "message": "Search",
@ -895,7 +895,7 @@
}, },
"audioPermissionNeeded": { "audioPermissionNeeded": {
"message": "message":
"To send audio messages, allow Signal Messenger to access your microphone.", "To send audio messages, allow Session Messenger to access your microphone.",
"description": "description":
"Shown if the user attempts to send an audio message without audio permssions turned on" "Shown if the user attempts to send an audio message without audio permssions turned on"
}, },
@ -1266,7 +1266,7 @@
} }
}, },
"installWelcome": { "installWelcome": {
"message": "Welcome to Signal Messenger", "message": "Welcome to Session Messenger",
"description": "Welcome title on the install page" "description": "Welcome title on the install page"
}, },
"installTagline": { "installTagline": {
@ -1275,12 +1275,12 @@
"Tagline displayed under 'installWelcome' string on the install page" "Tagline displayed under 'installWelcome' string on the install page"
}, },
"linkYourPhone": { "linkYourPhone": {
"message": "Link your phone to Signal Messenger", "message": "Link your phone to Session Messenger",
"description": "description":
"Shown on the front page when the application first starst, above the QR code" "Shown on the front page when the application first starst, above the QR code"
}, },
"signalSettings": { "signalSettings": {
"message": "Signal Messenger Settings", "message": "Session Messenger Settings",
"description": "description":
"Used in the guidance to help people find the 'link new device' area of their Signal mobile app" "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
}, },
@ -1491,7 +1491,7 @@
}, },
"expiredWarning": { "expiredWarning": {
"message": "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": "description":
"Warning notification that this version of the app has expired" "Warning notification that this version of the app has expired"
}, },
@ -2500,7 +2500,7 @@
}, },
"devicePairingHeader": { "devicePairingHeader": {
"message": "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": { "enterSessionIDHere": {
"message": "Enter your Session ID here" "message": "Enter your Session ID here"

@ -36,7 +36,7 @@
"description": "Application menu command to show all application windows" "description": "Application menu command to show all application windows"
}, },
"appMenuQuit": { "appMenuQuit": {
"message": "Quit Signal Messenger", "message": "Quit Session Messenger",
"description": "Application menu command to close the application" "description": "Application menu command to close the application"
}, },
"editMenuUndo": { "editMenuUndo": {

@ -52,7 +52,7 @@
"description": "Application menu command to show all application windows" "description": "Application menu command to show all application windows"
}, },
"appMenuQuit": { "appMenuQuit": {
"message": "Quit Signal Messenger", "message": "Quit Session Messenger",
"description": "Application menu command to close the application" "description": "Application menu command to close the application"
}, },
"editMenuUndo": { "editMenuUndo": {

@ -52,7 +52,7 @@
"description": "Application menu command to show all application windows" "description": "Application menu command to show all application windows"
}, },
"appMenuQuit": { "appMenuQuit": {
"message": "Quit Signal Messenger", "message": "Quit Session Messenger",
"description": "Application menu command to close the application" "description": "Application menu command to close the application"
}, },
"editMenuUndo": { "editMenuUndo": {

@ -52,7 +52,7 @@
"description": "Application menu command to show all application windows" "description": "Application menu command to show all application windows"
}, },
"appMenuQuit": { "appMenuQuit": {
"message": "Quit Signal Messenger", "message": "Quit Session Messenger",
"description": "Application menu command to close the application" "description": "Application menu command to close the application"
}, },
"editMenuUndo": { "editMenuUndo": {

@ -52,7 +52,7 @@
"description": "Application menu command to show all application windows" "description": "Application menu command to show all application windows"
}, },
"appMenuQuit": { "appMenuQuit": {
"message": "Quit Signal Messenger", "message": "Quit Session Messenger",
"description": "Application menu command to close the application" "description": "Application menu command to close the application"
}, },
"editMenuUndo": { "editMenuUndo": {

@ -52,7 +52,7 @@
"description": "Application menu command to show all application windows" "description": "Application menu command to show all application windows"
}, },
"appMenuQuit": { "appMenuQuit": {
"message": "Quit Signal Messenger", "message": "Quit Session Messenger",
"description": "Application menu command to close the application" "description": "Application menu command to close the application"
}, },
"editMenuUndo": { "editMenuUndo": {

@ -52,7 +52,7 @@
"description": "Application menu command to show all application windows" "description": "Application menu command to show all application windows"
}, },
"appMenuQuit": { "appMenuQuit": {
"message": "Quit Signal Messenger", "message": "Quit Session Messenger",
"description": "Application menu command to close the application" "description": "Application menu command to close the application"
}, },
"editMenuUndo": { "editMenuUndo": {

@ -52,7 +52,7 @@
"description": "Application menu command to show all application windows" "description": "Application menu command to show all application windows"
}, },
"appMenuQuit": { "appMenuQuit": {
"message": "Quit Signal Messenger", "message": "Quit Session Messenger",
"description": "Application menu command to close the application" "description": "Application menu command to close the application"
}, },
"editMenuUndo": { "editMenuUndo": {

@ -52,7 +52,7 @@
"description": "Application menu command to show all application windows" "description": "Application menu command to show all application windows"
}, },
"appMenuQuit": { "appMenuQuit": {
"message": "Quit Signal Messenger", "message": "Quit Session Messenger",
"description": "Application menu command to close the application" "description": "Application menu command to close the application"
}, },
"editMenuUndo": { "editMenuUndo": {

@ -19,7 +19,7 @@
script-src 'self'; script-src 'self';
style-src 'self' 'unsafe-inline';" style-src 'self' 'unsafe-inline';"
> >
<title>Signal Messenger</title> <title>Session Messenger</title>
<link href='images/loki/loki_icon_128.png' rel='shortcut icon'> <link href='images/loki/loki_icon_128.png' rel='shortcut icon'>
<link href="stylesheets/manifest.css" rel="stylesheet" type="text/css" /> <link href="stylesheets/manifest.css" rel="stylesheet" type="text/css" />
@ -196,15 +196,15 @@
<div class="content"> <div class="content">
<div class="betaDisclaimerView" style="display: none;"> <div class="betaDisclaimerView" style="display: none;">
<h2> <h2>
Thanks for testing Signal Messenger! Thanks for testing Session Messenger!
</h2> </h2>
<p> <p>
Thanks for testing Signal Messenger! This software is a beta version of the full Signal Messenger software suite, and so is missing some of the features the full version will have. Thanks for testing Session Messenger! This software is a beta version of the full Session Messenger software suite, and so is missing some of the features the full version will have.
</p> </p>
<p> <p>
<b> <b>
This version of Signal Messenger provides no guarantees of metadata privacy. This version of Session Messenger provides no guarantees of metadata privacy.
</b> </b>
</p> </p>
@ -217,7 +217,7 @@
</p> </p>
<p> <p>
However, no one except you and your intended recipients will be able to see the contents of your messages. We recommend using existing methods, like Tor or I2P to mask your IP address while using Signal Messenger beta version. However, no one except you and your intended recipients will be able to see the contents of your messages. We recommend using existing methods, like Tor or I2P to mask your IP address while using Session Messenger beta version.
</p> </p>
<p> <p>

@ -6,7 +6,7 @@ const got = require('got');
const BASE_URL = 'https://debuglogs.org'; const BASE_URL = 'https://debuglogs.org';
const VERSION = window.getVersion(); const VERSION = window.getVersion();
const USER_AGENT = `Signal Messenger ${VERSION}`; const USER_AGENT = `Session Messenger ${VERSION}`;
// Workaround: Submitting `FormData` using native `FormData::submit` procedure // Workaround: Submitting `FormData` using native `FormData::submit` procedure
// as integration with `got` results in S3 error saying we havent set the // as integration with `got` results in S3 error saying we havent set the

@ -222,7 +222,7 @@ function _promiseAjax(providedUrl, options) {
method: options.type, method: options.type,
body: options.data || null, body: options.data || null,
headers: { headers: {
'User-Agent': 'Signal Messenger', 'User-Agent': 'Session Messenger',
'X-Loki-Messenger-Agent': 'OWD', 'X-Loki-Messenger-Agent': 'OWD',
...options.headers, ...options.headers,
}, },

@ -108,7 +108,7 @@
const last = this.last().toJSON(); const last = this.last().toJSON();
switch (userSetting) { switch (userSetting) {
case SettingNames.COUNT: case SettingNames.COUNT:
title = 'Signal Messenger'; title = 'Session Messenger';
if (last.isFriendRequest) { if (last.isFriendRequest) {
message = `Friend request ${last.friendRequestType}`; message = `Friend request ${last.friendRequestType}`;

@ -75,7 +75,7 @@ describe('Snode Channel', () => {
}); });
it('should encrypt data correctly', async () => { it('should encrypt data correctly', async () => {
// message sent by Signal Messenger // message sent by Session Messenger
const snode = await generateSnodeKeysAndAddress(); const snode = await generateSnodeKeysAndAddress();
const messageSent = 'I am Groot'; const messageSent = 'I am Groot';
const textEncoder = new TextEncoder(); const textEncoder = new TextEncoder();
@ -133,7 +133,7 @@ describe('Snode Channel', () => {
const encryptedBase64 = dcodeIO.ByteBuffer.wrap(encrypted).toString( const encryptedBase64 = dcodeIO.ByteBuffer.wrap(encrypted).toString(
'base64' 'base64'
); );
// message received by Signal Messenger // message received by Session Messenger
const decrypted = await channel.decrypt(snode.address, encryptedBase64); const decrypted = await channel.decrypt(snode.address, encryptedBase64);
assert.strictEqual(messageSent, decrypted); assert.strictEqual(messageSent, decrypted);
}); });

@ -321,7 +321,7 @@ OutgoingMessage.prototype = {
return Promise.all( return Promise.all(
devicesPubKeys.map(async devicePubKey => { devicesPubKeys.map(async devicePubKey => {
// Signal Messenger doesn't use the deviceId scheme, it's always 1. // Session Messenger doesn't use the deviceId scheme, it's always 1.
// Instead, there are multiple device public keys. // Instead, there are multiple device public keys.
const deviceId = 1; const deviceId = 1;
const updatedDevices = await this.getStaleDeviceIdsForNumber( const updatedDevices = await this.getStaleDeviceIdsForNumber(

@ -1,6 +1,6 @@
{ {
"name": "loki-messenger-desktop", "name": "loki-messenger-desktop",
"productName": "Signal Messenger", "productName": "Session Messenger",
"description": "Private messaging from your desktop", "description": "Private messaging from your desktop",
"repository": "https://github.com/loki-project/loki-messenger.git", "repository": "https://github.com/loki-project/loki-messenger.git",
"version": "1.0.0-beta9", "version": "1.0.0-beta9",
@ -240,7 +240,7 @@
"linux": { "linux": {
"category": "Network", "category": "Network",
"desktop": { "desktop": {
"StartupWMClass": "Signal Messenger" "StartupWMClass": "Session Messenger"
}, },
"asarUnpack": "node_modules/spellchecker/vendor/hunspell_dictionaries", "asarUnpack": "node_modules/spellchecker/vendor/hunspell_dictionaries",
"target": [ "target": [

@ -27,16 +27,16 @@ const PRODUCTION_NAME = 'loki-messenger-desktop';
const BETA_NAME = 'loki-messenger-desktop-beta'; const BETA_NAME = 'loki-messenger-desktop-beta';
const PRODUCT_NAME_PATH = 'productName'; const PRODUCT_NAME_PATH = 'productName';
const PRODUCTION_PRODUCT_NAME = 'Signal Messenger'; const PRODUCTION_PRODUCT_NAME = 'Session Messenger';
const BETA_PRODUCT_NAME = 'Signal Messenger Beta'; const BETA_PRODUCT_NAME = 'Session Messenger Beta';
const APP_ID_PATH = 'build.appId'; const APP_ID_PATH = 'build.appId';
const PRODUCTION_APP_ID = 'com.loki-project.messenger-desktop'; const PRODUCTION_APP_ID = 'com.loki-project.messenger-desktop';
const BETA_APP_ID = 'com.loki-project.messenger-desktop-beta'; const BETA_APP_ID = 'com.loki-project.messenger-desktop-beta';
const STARTUP_WM_CLASS_PATH = 'build.linux.desktop.StartupWMClass'; const STARTUP_WM_CLASS_PATH = 'build.linux.desktop.StartupWMClass';
const PRODUCTION_STARTUP_WM_CLASS = 'Signal Messenger'; const PRODUCTION_STARTUP_WM_CLASS = 'Session Messenger';
const BETA_STARTUP_WM_CLASS = 'Signal Messenger Beta'; const BETA_STARTUP_WM_CLASS = 'Session Messenger Beta';
// ------- // -------

@ -1,9 +1,9 @@
[ [
{ {
"label": "Signal Messenger", "label": "Session Messenger",
"submenu": [ "submenu": [
{ {
"label": "About Signal Messenger", "label": "About Session Messenger",
"click": null "click": null
}, },
{ {
@ -33,7 +33,7 @@
"type": "separator" "type": "separator"
}, },
{ {
"label": "Quit Signal Messenger", "label": "Quit Session Messenger",
"role": "quit" "role": "quit"
} }
] ]

@ -1,9 +1,9 @@
[ [
{ {
"label": "Signal Messenger", "label": "Session Messenger",
"submenu": [ "submenu": [
{ {
"label": "About Signal Messenger", "label": "About Session Messenger",
"click": null "click": null
}, },
{ {
@ -33,7 +33,7 @@
"type": "separator" "type": "separator"
}, },
{ {
"label": "Quit Signal Messenger", "label": "Quit Session Messenger",
"role": "quit" "role": "quit"
} }
] ]

@ -21,7 +21,7 @@
"type": "separator" "type": "separator"
}, },
{ {
"label": "Quit Signal Messenger", "label": "Quit Session Messenger",
"role": "quit" "role": "quit"
} }
] ]
@ -138,7 +138,7 @@
"type": "separator" "type": "separator"
}, },
{ {
"label": "About Signal Messenger", "label": "About Session Messenger",
"click": null "click": null
} }
] ]

@ -10,7 +10,7 @@
"type": "separator" "type": "separator"
}, },
{ {
"label": "Quit Signal Messenger", "label": "Quit Session Messenger",
"role": "quit" "role": "quit"
} }
] ]
@ -127,7 +127,7 @@
"type": "separator" "type": "separator"
}, },
{ {
"label": "About Signal Messenger", "label": "About Session Messenger",
"click": null "click": null
} }
] ]

@ -146,15 +146,15 @@
<div class="content"> <div class="content">
<div class="betaDisclaimerView" style="display: none;"> <div class="betaDisclaimerView" style="display: none;">
<h2> <h2>
Thanks for testing Signal Messenger! Thanks for testing Session Messenger!
</h2> </h2>
<p> <p>
Thanks for testing Signal Messenger! This software is a beta version of the full Signal Messenger software suite, and so is missing some of the features the full version will have. Thanks for testing Session Messenger! This software is a beta version of the full Session Messenger software suite, and so is missing some of the features the full version will have.
</p> </p>
<p> <p>
<b> <b>
This version of Signal Messenger provides no guarantees of metadata privacy. This version of Session Messenger provides no guarantees of metadata privacy.
</b> </b>
</p> </p>
@ -167,7 +167,7 @@
</p> </p>
<p> <p>
However, no one except you and your intended recipients will be able to see the contents of your messages. We recommend using existing methods, like Tor or I2P to mask your IP address while using Signal Messenger beta version. However, no one except you and your intended recipients will be able to see the contents of your messages. We recommend using existing methods, like Tor or I2P to mask your IP address while using Session Messenger beta version.
</p> </p>
<p> <p>

Loading…
Cancel
Save