talktalktalk
talktalktalk copied to clipboard
TalkTalkTalk is an easy-installable small chat room, with chat history.
If someone likes Yunohost and this project, it would be cool to do a package. https://yunohost.org/#/packaging_apps
Because of many malicious utf8 characters such as this one: http://unicode-table.com/fr/200D/ or even things like this in username: ` ` (see http://code.cside.com/3rdpage/us/newLine.html) I had to ban everything else than alphanumeric characters...
Rough idea: On connect of a new client `ws` : bytesent[ws] = 0 We should do this each time a message is posted by a user `ws` : bytesent[ws] +=...