Netsoul client for Google Chrome
This repository has been archived on 2023-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2012-10-21 23:18:55 +02:00
lib connection and ping support 2012-10-21 23:18:55 +02:00
third-party using Uint8Array instead of Uint16Array 2012-10-21 22:46:39 +02:00
.gitignore ignoring backup files 2012-10-17 23:05:14 +02:00
background.js background script 2012-10-21 19:46:23 +02:00
CREDITS.md String-ArrayBuffer conversion 2012-10-21 20:26:41 +02:00
LICENCE.txt adding the licence 2012-10-17 23:31:58 +02:00
manifest.json String-ArrayBuffer conversion 2012-10-21 20:26:41 +02:00
options.html file organisation 2012-10-21 21:59:35 +02:00
README.md connection and ping support 2012-10-21 23:18:55 +02:00

What is chromesoul?

Chromesoul is a minimalist NetSoul client for Google Chrome. It aim to connect to the NetSoul server and stay active, but does not provide all the functionalities you can expect from a real client.

Why?

When you're on the PIE, you're stuck in it unless you are connected to netsoul, and with multiple boot and mobile devices it's a real pain to configure many NetSoul clients. That's why chromesoul is awesome: not only it's a cross-platform NS client, but with the Chrome synchronisation it's automaticaly installed and configured.

Requirements

Sockets have been introduced in Chromium 24. Therefore, it is required to have a web-browser based on Chromium 24 or newer. At the time of writing, it's available on the dev early release channel. For more informations, please refer to the Chromium development calendar and release info.

Features

Password encryption

Storing your socks password encrypted is a priority but is not available yet. Yes, the chromesoul dev version is unsafe; so is the official NetSoul server which doesn't store a hash but the password itself (it's a requirement from the NetSoul protocol).

Messages

Because the only purpose of this extension is to provide an access to internet when you're on the PIE, there is no plan to support messages at this time. Thoses stupid guys who have fun spamming everyone by broadcasting messages are the second reasons why you won't see any message using chromesoul. Maybe one day I'll write a chat interface, however it will be unobtrusive.

Contacts

If you cannot send and receive messages, you don't need a contact list.

State change

Same as contacts. Why changing your state if you're not gonna talk?

Licence

Chromesoul is released under an ISC licence. See the LICENCE.txt file for more details. Chromesoul uses third-party free softwares which belongs to their respective owners. Such softwares are listed in the CREDITS.md file.