Releases: robflop/chatron-server
Releases · robflop/chatron-server
Version 2.0.0
Version 1.2.0
System messages, yay!
This release actually only features 2-3 things... but two things I want to get released asap to go along with the changes the client has undergone.
Fixes
- Channel-specific events will now really only be sent to users in those specific channels
- Remove unnecessary config values
Features
- System messages for users joining or leaving channels!
- Timestamped console logging
- Handling irregular disconnects (if client's internet goes down, they force the application to close in a way it can't emit the regular logout event, etc etc...)
- Events object containing functions for each event to execute (see 9f76a54 for explanation)
Version 1.1.0
Information processing changes, yay!
Fixes
- Removal of unnecessary dependencies in readme
Updates / Additions
- Abstracted launch information logging (now includes version)
- Event order has been re-sorted
- Validate message content on whether it's empty or not (disallow empty messages)
- Users array turned into object
Version 1.0.0
Initial release
Includes all the basic features you'd expect of a chat app.
- Handling user logins and logouts
- Joining and leaving channels
- Validation of various user requests (channel length, username length, message length etc)
- Proper handling of errors
- Handling messages sent by users to relay to other users