All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added an option in
javelin-mindustry
to block the server for a given time while connecting to the Javelin server. - Added an option for sockets to be able to broadcast their events in their own event bus (#4).
- Improved tutorial in the README.
- Fix a bug where disabling auto-restart in
javelin-mindustry
causes the socket to not start.
Major release with very nice stuff :)
UserAuthenticator
is now part ofjavelin-core
.- Sockets no longer show errors when an unknown event class is received.
- Better documentation.
- Added simple JavaScript support.
- Added new socket state for unusable sockets.
- In
javelin-mindustry
, added command to restart the socket (javelin-restart
)
- The hashing format of the default
UserAuthenticator
has changed to Bcrypt. All existing users injavelin-mindustry
are invalid.
- Added credential-less connections for Javelin servers and sockets on the same network.
- Javelin clients can now be restarted.
- Internal improvements of the sockets.
- Hello world!