Mia
Mia
config/ and logs/ are the main things we write to.
I'm working on a better solution for this. The code I'm writing clientside for #8172, I intentionally designed to work for challenges as well. (this is known and was something...
For what it's worth, an npm module shouldn't be necessary - simply add a loginfilter (in config/config.js or in a chat plugin) that checks user ips / names and disconnect...
Seconding what Annika said, a config setting to disable it entirely would be ideal. On main, this would be difficult to moderate and as such, easily abusable.
> I actually can't think of any settings you'd _want_ to inherit, besides auth which is already inherited. I presume things like languages, tournament settings, filters (emoji, slowchat, etc), and...
> You're right, language is good to inherit. > > The others don't really make sense to me. Like people often make subroom groupchats for tournaments, and subrooms are smaller...
> My thoughts are: > > * language, data command tier - obvious yes > * rules, banwords, permissions - sure, I suppose that's convenient > * game permissions, slowchat,...
Oh, it should also be noted that this means scrollbacks will persist through restarts.
current look: https://i.imgur.com/nnTBuWN.png
> Looks good, but you can probably implement movement with buttons. I did already. See `ChessGame#getBoard`.