Skip to content

Releases: Sigma-Skidder-Team/Rise

0.1.0: (probably) final update

30 Dec 15:33
3b74bf7

Choose a tag to compare

As said in #3:

All good things come to an end... And I guess this is the case for Rise literally not having auth for around 2 months.
The only reason I made this at all or made it public is because it'd be funny for a few clients to have support for connecting to some other clients' IRC and other features, and people actually thinking you are using Rise.
So here we go... The (probably final) update for this package:

RIP Auth-less Rise, ~10/12/2025 to 12/29/2025 This lasted a REALLY long time... But hey, at least I had some fun out of it! (only spamming IRC, but it was funny)

  • Fix unsuccessful S2CPacketAuthenticationFinish packets failing to parse by moving pi, maxPitch, and serverTimeMS into a data class named AuthenticatedOnlyData, the field for that data class is named aod.

0.0.4: Removed the connection opened log

30 Nov 17:49

Choose a tag to compare

0.0.3

08 Nov 22:49

Choose a tag to compare

  • WebSocketClient now has a method called disconnect, you may pass it a CloseReason, and it will use it, otherwise it'll use a normal status code with no reason phrase. It'll return true if the socket closed successfully, or false if it didn't close (session was null, or session.close threw an exception).
  • The session field in WebSocketClient is now public so you can do more things.
  • session gets set to null on close

0.0.2: Better Java interop

08 Nov 15:31

Choose a tag to compare

Pre-release
  • Added a Java example to the repository (see here)
  • You no longer need to manually return Unit.INSTANCE in Java for listeners (we migrated the listeners to function interfaces + operator fun invoke)

That's it. Kotlin is still used, and it's best used in a Kotlin environment (we have like 2 extension variables or functions), but most people wanting to make a client and add Rise interop because funny are gonna use Java anyways.

0.0.1

07 Nov 22:38

Choose a tag to compare

0.0.1 Pre-release
Pre-release

First release, see the example file for how to use it.