Releases: Y0ursTruly/slate
Version 1.1.1
Small bugs fixed + it ensures main-server is awake before other setup activities 👌
Version 1.1.0
the public and private key setup from user to server now includes rsa cryptography 🔑 🗝️
Version 1.0.97
Description Updated(makes more sense) and now that automation
is complete
Version 1.0.96
automation bug fix(onbeforeunload
function in browser wasn't working from v1.0.95
)
Version 1.0.95
automated startup(running the JavaScript file in nodejs is all that's needed)
- installs dependencies
- gets and stores keys
- renews keys if stored keys are invalid
- by nature wakes up server before launch
Version 1.0.93
nothing major, just I make sure the mainserver is awake before launching and I keep user to user messages inside their DOM div
elements
Version 1.0.92
After testing on different environments and some stress testing.. this is the result
Version 1.0.91
v1.0.91
has a small bug fix, tweaked description and edited readme(in examples section) in comparison to v1.0.9
The small bug was that using await
on the shellCommand
function caused it to hang on some cases, so I stopped using await
for shellCommand
entirely
Version 1.0.9
This is my first nodejs project I started(way back in 2019). I mean I started the project December 2018 but it was only in the middle of 2019(summer vacation) that I began using nodejs by researching how to apply my concepts.. personally I love this project
This release is a major change of how the mainserver and the localhost listener communicate. With a new public and private key system, I can finally call this homemade encryption method asynchronous
. Please clone, and have fun using this synchronous(live) messaging system
Version 1.0.81
No more executables, just the source js, also the first version with an npm package
The next update would include but is not limited to a change in the variable theList
which would pave the path to more updates
Version 1.0.8
had a clumsy bug, sorry about that >:{
Stay Tuned >:D