Releases: jzzjackz/WavernChat
v1.1-beta
The security & join log update
Hello everyone, this is the second ever public release of WavernChat!
In this update, multiple things have been changed for the security of our (small) community.
For example, when a user joined, the server used to make print something out (to the server owner only) like this:
127.0.0.1 new connection.
(The IP shown above is a localhost IP as an example of what it used to look like)
Now it looks like this:
New client has connected.
We have also added a logging feature, which is when if a player logs onto a WavernChat server, it tells them "Successfully connected!"
At first, we didnt have this feature, which would make it hard to know if your messages were getting through or not.
That's it for this update, thanks for reading!
TL:DR:
User IP shown in server file log if someone joined --> Just says "New client has connected."
**No way of knowing if you successfully connected to the server or not --> Message pops up saying "Successfully connected"
If you have any issues, consider making a github issue so we can fix it asap.
-Jack
v1.0.0-beta.1
Open beta time!
Added the client files
if you are curious to know why theres a batch
its just to launch the Client.java file for you because 1 typo will error out everything lol.