Nick and team banning is not implemented yet. The allow list is a good idea, I'll add it to my todo list. I don't know how it would work exactly though: If your host is banned and your nick allowed, should you be able allowed to log in ? Or should the allow list execeptions apply to the same types of entries in the banlist ? (banned host vs allowed hosts, banned nicks vs allowed nicks, etc)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just to test, I left the billgates entry in the server.xml file and successfully joined as billgates.
Is the <nick> tag implemented yet?
I was able to play a game using billgates, so I'm not sure what I'm doing wrong.
BTW, Jetrix is a great piece of software. I've hosted 40 players at a time on it and had no problems.
The <ban> tag works great BTW. Would be cool if there was an opt in tag <allow> similar to how router access lists are configured (and apache)
Nick and team banning is not implemented yet. The allow list is a good idea, I'll add it to my todo list. I don't know how it would work exactly though: If your host is banned and your nick allowed, should you be able allowed to log in ? Or should the allow list execeptions apply to the same types of entries in the banlist ? (banned host vs allowed hosts, banned nicks vs allowed nicks, etc)
> If your host is banned and your nick allowed,
> should you be able allowed to log in ?
I was thinking it should be done the same way that Apache does when you configure it's access list. Something like a DENY ALL or SATISFY ALL command.