Releases: DALM1/Calypso
Releases · DALM1/Calypso
Beta v1.0.0
0.1 Beta Patch Note
User and Room Management Commands:
• /list : Lists the users present in the room.
• /info : Provides information about the room (name, creator, users).
• /hodor : Changes the room’s password (only the creator can do this).
• /ban : Bans a user from the room (only the creator can do this).
• /powerto : Transfers the ownership of the room to another user.
• /erased : Deletes the room (only the creator can do this).
• /axios : Redirects all users from one room to another and closes the current room.
Permission Management:
• Sensitive commands verify that only the creator of the room can execute them.
Proper Connection Management:
• Client connections are properly closed after the user leaves the room.