brianmiller / phvalheim-server

PhValheim backend server
GNU General Public License v2.0
26 stars 5 forks source link

listing none on citizens page dosent work #26

Closed MasonColoretti closed 2 months ago

MasonColoretti commented 1 year ago

continues to not let anyone join

brianmiller commented 1 year ago

Yeah. This is expected.

From the postings, questions and suggestions in this area, It seems folks would like a "no ACL" option--fully public.

I'm pretty sure this is doable with a new SQL function in db_gets.php.

I'm marking this as a feature enhancement and will likely bundle related commits with other smaller changes.

brianmiller commented 1 year ago

E.g.,

If the theoretical "public" bit is set, ignore the Citizens ACL list, send the launch parameters to include the public option during world start and possibly allow editing of the world join password.

brianmiller commented 2 months ago

resolved with release of 2.20