Skip to content

Commit

Permalink
version 0.3.1 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
natsu-anon committed Mar 4, 2021
1 parent 6ca7e72 commit b82bf5e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This software is licensed under the WTFPL
An End-to-End PGP encryption layer for Discord focused on making privacy easy & accesible via bots [(instructions included)](#create-a-bot).
This means that the keys used to encrypt & decrypt messages are different. The keys to encrypt are *public*, the keys to decrypt are *private* and should __NEVER__ be shared.

**NOTE STOWAWAY v0.2.x & v0.3.0 currently only supports connecting to a _single server channel_ at a time, I will add support to navigate between multiple servers, channels, and direct messages SOON:tm:**
**NOTE STOWAWAY v0.2.x & v0.3.x currently only supports connecting to a _single server channel_ at a time, I will add support to navigate between multiple servers, channels, and direct messages SOON:tm:**

![spurdo](https://media.githubusercontent.com/media/natsu-anon/STOWAWAY/main/screenshots/spurdo.PNG)

Expand Down Expand Up @@ -147,12 +147,13 @@ And if you're running STOWAWAY from source you can use `npm run
1. Navigate through all servers & channels available to the bot
2. nicknames
3. **UPDATE REMINDERS**
3. option to display nickname associated w/ key
4. password encrypted private key?
5. Handshake protocol performed through DM's (can bots DM each other?)
6. More PGP features (key + message signing & key revoking)
7. See who's signed whose keys for a "web of trust".
8. Humans dm the bot `about` to find out more w/ link to repo
4. WASM
5. option to display nickname associated w/ key
6. password encrypted private key?
7. Handshake protocol performed through DM's (can bots DM each other?)
8. More PGP features (key + message signing & key revoking)
9. See who's signed whose keys for a "web of trust".
10. Humans dm the bot `about` to find out more w/ link to repo

And in general I need to check out v8 options to see what'd I should bake into the executables

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "STOWAWAY",
"version": "0.3.0",
"version": "0.3.1",
"description": "(^;",
"license": "WTFPL",
"author": "Klokov",
Expand All @@ -23,10 +23,10 @@
"build": "pkg -t latest-win --public -o STOWAWAY .",
"build-all": "pkg -t latest-win,latest-linux,latest-macos --public -o STOWAWAY .",
"start": "node src/index.js",
"about" : "node src/index.js --about",
"about": "node src/index.js --about",
"channels": "node src/index.js --channels",
"help": "node src/index.js --help",
"version" : "node src/index.js --version",
"version": "node src/index.js --version",
"query": "node src/query.js"
}
}

0 comments on commit b82bf5e

Please sign in to comment.