knadh / niltalk

Instant, disposable, single-binary web based live chat server. Go + VueJS.
GNU Affero General Public License v3.0
948 stars 118 forks source link

max_rooms not being acted on properly #12

Closed scottmeup closed 4 years ago

scottmeup commented 7 years ago

I've set "max_rooms": 1 and so far been able to create 10 rooms. I'm fairly sure I could create more if I wanted to, stopped testing at 10.

knadh commented 7 years ago

Turns out, while the value is in the config, the check was never implemented. I'll try to push a commit soon. You're welcome to send a PR, otherwise. Thanks for reporting.