LOC-3: Admin should be able to kick users from room



Issue Information

Issue Type: New Feature
 
Priority: Major
Status: Closed

Reported By:
Ben Tasker
Assigned To:
Ben Tasker
Project: LocalChat (LOC)
Resolution: Done (2018-05-12 15:11:06)
Target version: V0.0.2,
Components: Client , Server ,

Created: 2018-05-12 12:08:24
Time Spent Working


Description
A room admin should be able to kick users out of the current room, with something like /kick [user].

Along a similar vein, they should be able to uninvite users to (to effectively ban them from the room). I guess that should probably be /ban [user]



Toggle State Changes

Activity


btasker changed status from 'Open' to 'Resolved'
btasker added 'Done' to resolution
btasker changed status from 'Resolved' to 'Closed'
Repo: LocalChat
Host:Rimmer

commit c5076336c48b53b24d4c4c6254624ad9e4d68d2a
Author: B Tasker <github@<Domain Hidden>>
Date: Sat May 12 15:09:54 2018 +0100

Commit Message: LOC-3 Room Owners can now kick (and ban) users from the room

To kick a user out of the room, the owner can do

/kick [user]

To kick them and remove their ability to return, do

/ban [user]

client/LocalChatClient.py | 58 +++++++++++++++++++++++++++++++++++++++++----
server/LocalChat.py | 56 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 109 insertions(+), 5 deletions(-)


View Commit | View Changes