Updates: ~> Public chatroom that is more secure (Can't pretend to be a mod) ~> Private chatroom (Only for close friends for now) ~> /read to read messages without having to press enter (But if you want to send a new message restart the program ~> /quit to quit and change routes (As in for those allowed into the private chats) ~> /kick to kick everyone from a certain chatroom (For mods only) ~> Client and server separated, and server is a private repl so that its very secure
A journey of a thousand lines begin with a single line
Hello there!
Just a brief intro this is an updated version of my previous Python Chatroom post
Link is here: https://repl.it/talk/share/Python-Public-Chatroom/21474
For public viewers please use the route "public"
Updates:
~> Public chatroom that is more secure (Can't pretend to be a mod)
~> Private chatroom (Only for close friends for now)
~> /read to read messages without having to press enter (But if you want to send a new message restart the program
~> /quit to quit and change routes (As in for those allowed into the private chats)
~> /kick to kick everyone from a certain chatroom (For mods only)
~> Client and server separated, and server is a private repl so that its very secure
@sanjaykdragon
Easy, just replace his hash with your own bcrypt hash, and use that instead of his password when you login.