Non-unique nicknames with list command #7

Closed
opened 2023-01-18 15:57:39 +00:00 by Baipyrus · 0 comments
Owner

Currently, names are all unique due to the nature of the message command. You provide the name of the user you want to message, since the server-generated UUIDs are too long and complicated. This means there are two unique identifiers per user.

Introducing a new command: ls / ll

List all users by their name, and if they have none, their ID. If users with exactly the same name are found, append as much of their ID to their name in the list to make them unique. Use these listed items to provide your chat recipient!

Currently, names are all unique due to the nature of the message command. You provide the name of the user you want to message, since the server-generated UUIDs are too long and complicated. This means there are two unique identifiers per user. Introducing a new command: ls / ll List all users by their name, and if they have none, their ID. If users with exactly the same name are found, append as much of their ID to their name in the list to make them unique. Use these listed items to provide your chat recipient!
Baipyrus added the
feature
change
labels 2023-01-18 15:57:39 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Baipyrus/TerminalHomepage#7
No description provided.