Add serverside LIST_USERS command #246

Merged
lars.winzer merged 9 commits from feat/63-add-serverside-list-users-command into main 2026-04-09 19:13:18 +02:00
lars.winzer commented 2026-04-09 19:11:30 +02:00 (Migrated from git.scicore.unibas.ch)

Added ListUsersRequest

Added ListUsersParser

Added ListUsersResponse to build ResponseBody containing collection of all currently active users.

Added ListUsersHandler to execute ListUsersRequest, retrieving all users from the UserRegistry and dispatching the ListUsersResponse.

Updated protocol document with new command its parameters and response fields aswell as an example

Closes #63

Added `ListUsersRequest` Added `ListUsersParser` Added `ListUsersResponse` to build `ResponseBody` containing collection of all currently active users. Added `ListUsersHandler` to execute `ListUsersRequest`, retrieving all users from the `UserRegistry` and dispatching the `ListUsersResponse`. Updated protocol document with new command its parameters and response fields aswell as an example Closes #63
lars.winzer commented 2026-04-09 19:11:51 +02:00 (Migrated from git.scicore.unibas.ch)

changed the description

changed the description
lars.winzer commented 2026-04-09 19:13:18 +02:00 (Migrated from git.scicore.unibas.ch)

mentioned in commit 74497a1e8e

mentioned in commit 74497a1e8e11db0264642cb9d266cfa51086f6d8
lars.winzer (Migrated from git.scicore.unibas.ch) merged commit 74497a1e8e into main 2026-04-09 19:13:18 +02:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: University-of-Basel-Studentprojects/Programmierprojekt#246