sanctuary icon indicating copy to clipboard operation
sanctuary copied to clipboard

A secure synchronous lightweight chatroom with zero logging and total transience

Results 37 sanctuary issues
Sort by recently updated
recently updated
newest added

From the instructions: http://< YOUR-LOCAL-IP-ADDRESS >/6969/ should rather say http://< YOUR-LOCAL-IP-ADDRESS >:6969/

documentation

HINT - Initialize the websocket variable only after taking `username` and `roomiden` - then store it in the list USERS along with the those data.

The Web browser, to protect privacy of the user, keeps blocking microphone access even if permission is allowed. Accessing website using https also doesn't work.

bug

Audio sent. Audio received. Chatting becomes way more interactive. Cool stuff. :slightly_smiling_face:

enhancement

You can learn more about env variables and their usage [here](https://saurabh-kumar.com/python-dotenv/)

- About users who have joined or left - About users who are active and inactive

enhancement