talktalktalk icon indicating copy to clipboard operation
talktalktalk copied to clipboard

TalkTalkTalk is an easy-installable small chat room, with chat history.

Results 6 talktalktalk issues
Sort by recently updated
recently updated
newest added

Use peewee instead.

enhancement

If someone likes Yunohost and this project, it would be cool to do a package. https://yunohost.org/#/packaging_apps

enhancement

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...

enhancement

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] +=...

enhancement