Releases: AcomputerdogMC/WebChat
Releases · AcomputerdogMC/WebChat
Version 1.0.0
First update in a long time.
- Update to spigot 1.13.2
- Switch to BSD 3-clause license
- Convert to Maven project
- Modernize code to Java 8 standards
Version 0.12.0
- Filter words from chat (literally or via regex)
- Option to strip section signs
- Adjustable max line length
Compiled and tested against spigot 1.11.2
Version 0.11.0
- +Add config file - allows changing port, timeouts, and chat log size
- *Tweak format of console chat logs
- *Drasticly reduce bandwidth used
- *Replaced internal chat log with less buggy version
- *Replaced internal concurrency model with better and faster one
- +IP hashes now include a random salt to make them harder to reverse
This is the first of a series of updates focused on making WebChat more stable and secure. The goal is to make it more usable on larger and more popular servers
Compiled and tested on Spigot 1.11
Version 0.10.5
- *Fix exception with invalid HTTP method
- +Hashed IPs are shown with web chat
- *Text box clears after sending a message
- +Section signs are stripped from chat
- +Chat length limited to vanilla 1.11 chat length
- +Added rate limit
- *Fix console warning with certain non-standard HTTP methods
Compiled and tested on Spigot 1.11
Version 0.9.2
- (Hopefully) fix a random freezing issue
- Fix command parsing (/say and /me work for console and players)
Compiled and tested against Spigot1.10.2-R0.1
Version 0.9.1
- Chat and page http handlers now require a GET request.
Compiled and tested against spigot 1.10.2-R0.1
Version 0.9.0
- Add a message on player login or logout
- Display message of /say from console
- Display message of /me from players
Compiled and tested against spigot 1.10.2-R0.1
Version 0.8.0
- Chat page rewritten to use javascript and a textarea instead of a frame
- Chat page no longer flashes
- Chat page CSS simplified
Compiled and tested against spigot 1.0.2-R0.1.
Version 0.7.0
- First public release
- Should not be used on a real server without significant work, but functions for testing purposes.
Compiled and tested against spigot 1.10 R0.1