kharidiron / StarryPy

Plugin-driven Starbound proxy server built using Twisted.
Do What The F*ck You Want To Public License
10 stars 3 forks source link

Rework unregistered players #1

Open kharidiron opened 10 years ago

kharidiron commented 10 years ago

The current permissions system doesn't make sense at the lowest two levels (unregistered/guest vs registered players). What needs to be done to correct this:

I'm going to leave it at this for now... there will probably be more that will need to be included later.

kharidiron commented 10 years ago

There may be an issue regarding the /who and /whois information used on guest accounts. If we remove them completely from the player.db, we loose that information... so instead, we might need to create a guest.db instead.

If we must keep everything in one table, we might need to rework the 'this name is already taken' response to account for account level. This might actually be the easier solution.