Skip to content

Releases: GarlicRot/RusherChat

RusherChat v1.0.8

15 Feb 07:47

Choose a tag to compare

RusherChat v1.0.7

03 Feb 00:00
641a89a

Choose a tag to compare

Update v1.0.6 to 1.0.7

RusherChat v1.0.6

24 Jan 09:30

Choose a tag to compare

RusherChat: add Online tab + shared input footer, update client to ha…

RusherChat v1.0.5

23 Jan 20:55
30f1462

Choose a tag to compare

Refactor RusherChatModule for improved logging and connection

RusherChat v1.0.4

23 Jan 07:29

Choose a tag to compare

Merge remote-tracking branch 'origin/master'

RusherChat v1.0.3

23 Jan 05:59

Choose a tag to compare

feat: add protocol types and auto-login handshake

- Introduced Message.Type enum for structured message types (LOGIN, CHAT, SYSTEM, WHISPER).
- Updated ChatClient to send LOGIN packet automatically on websocket open using MC username.
- Enforced message shape consistency with server-side protocol.
- Updated ChatClient to serialize Message type and fields for future encrypted whisper support.

RusherChat v1.0.2

22 Jan 20:55
55dc077

Choose a tag to compare

RusherChat v1.0.1

30 Jun 04:13

Choose a tag to compare

RusherChat v1.0.1 – Whisper Improvements & Command Handling

This release introduces key refinements to private messaging and command feedback within the RusherChat plugin.

Enhancements

  • Restored Original Whisper Tags
    The [Whisper] and [Whisper ->] prefixes now display as originally intended, preserving context and clarity in private conversations.

  • Improved Command Feedback
    System responses for commands like /w and /r now render consistently in the chat window using the [System] prefix.

Security Notice

Warning

Whisper messages are not encrypted and may be visible to others on the network.
Do not share sensitive information such as IP addresses, coordinates, or passwords.

RusherChat v1.0.0

28 Jun 00:50
3d4dfed

Choose a tag to compare

RusherChat

v1.0.0 - Initial Release

Welcome to the first release of RusherChat, a WebSocket-based global chat plugin for RusherHack. This plugin enables seamless communication across Minecraft versions 1.20.1 to 1.21.4, connecting players running the plugin via a shared WebSocket server. Messages are displayed instantly in a dedicated chat window within the RusherHack interface, with features like private messaging and user ignoring for enhanced control.

Key Features

  • Global Chat: Connect and chat with other RusherHack users across supported Minecraft versions.
  • Dedicated Chat Window: View messages in a clean, integrated UI within RusherHack.
  • Command-Based Control:
    • /whisper or /w <username> <message>: Send private messages to specific users.
    • /reply or /r <message>: Quickly reply to the last user who messaged you.
    • /ignore <username>: Toggle ignoring messages from specific users.