Releases
v1.0.1-release
Changelog
v1.0.1-release
Added user roles and admin accounts
Added /ban command for admins
Added /mute command for admins
User is now kicked when getting banned
Reworked Userlist to now contain role
Update README.md
v0.9.0-beta
Added user authentication with rusqlite
Saving users in a db for every session using surrealdb
Added /listusers command
Reworked /listusers to be displayed with a table and show if someone is online
Fixed passwords to be hashed in the db
Reorganized database functions into a separate file
Added Private Message feature with /whisper
Update README.md
Merge branch 'main' of https://github.com/Sxmon17/rum
Polish for release v0.9.1-beta
v0.8.0-beta
Added help command that displays the other commands
Added /history command to display message history from the database
Refactored message storing and processing
Fixed timestamp in history
Refactored code readability with a Message struct
Added new feature for changing the user's password
Added user color customization with /color
Update README.md
You can’t perform that action at this time.