Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Releases: xpdustry/javelin

v1.3.0 release

21 Mar 15:10
85677e9
Compare
Choose a tag to compare

Features

  • 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, say thanks to @osp54).

Chores

  • Improved tutorial in the README.

v1.2.1 release

11 Dec 17:26
6547e17
Compare
Choose a tag to compare

Bugfix

  • Fix a bug where disabling auto-restart in javelin-mindustry causes the socket to not start.

v1.2.0 release

05 Nov 16:27
d037de0
Compare
Choose a tag to compare

Major release with very nice stuff :)

Changes

  • UserAuthenticator is now part of javelin-core.
  • Sockets no longer show errors when an unknown event class is received.
  • Better documentation.

Features

  • Added simple JavaScript support.
  • Added new socket state for unusable sockets.
  • In javelin-mindustry, added command to restart the socket (javelin-restart)

Breaking

  • The hashing format of the default UserAuthenticator has changed to Bcrypt. All existing users in javelin-mindustry are invalid.

v1.1.0 release

02 Nov 12:38
ae2f817
Compare
Choose a tag to compare

Features

  • Added credential-less connections for Javelin servers and sockets on the same network.
  • Javelin clients can now be restarted.

Changes

  • Internal improvements of the sockets.

v1.0.0 release

01 Oct 15:05
1f285a4
Compare
Choose a tag to compare
  • Hello world!

v0.3.1 release

20 Apr 22:52
v0.3.1
6b16d6d
Compare
Choose a tag to compare
  • Cleanup + optimizations

  • Renamed Server to Client, and the former ServerRepository file servers.json to clients.json, just rename it...

  • Replaced the global whisper with a global chat, its more useful tbh...

  • JavelinServer and JavelinClient instances are guaranteed to be created on startup.

  • Added the ability to reconnect the client.

  • Improved documentation

v0.3.0 release

20 Apr 22:47
v0.3.0
c73d586
Compare
Choose a tag to compare
  • Cleanup + optimizations

  • Renamed Server to Client, and the former ServerRepository file servers.json to clients.json, just rename it...

  • Replaced the global whisper with a global chat, its more useful tbh...

  • JavelinServer and JavelinClient instances are guaranteed to be created on startup.

  • Added the ability to reconnect the client.

  • Improved documentation

v0.2.1 release

19 Apr 17:18
v0.2.1
da96057
Compare
Choose a tag to compare
  • Fix ugly error message when the message receiver is offline.

  • Fix startup error when restarting a Javelin server.

v0.1.0 release

18 Apr 22:45
v0.1.0
b6dea72
Compare
Choose a tag to compare
  • Initial release