architext-game / architext

A multiplayer virtual reality text realm where you can build anything
MIT License
1 stars 0 forks source link

Constraints for user input #24

Closed OliverLSanz closed 3 years ago

OliverLSanz commented 4 years ago

Like a limit for name and description lengths

OliverLSanz commented 3 years ago

Also, it's needed to limit where newlines are allowed.

OliverLSanz commented 3 years ago

LambdaMOO puts a global kilobyte limit to players. This covers all data of all created objects. Something like this is important, to avoid a world that weights gbs! This is more related to #102

OliverLSanz commented 3 years ago

Constraints ordered priority-wise

Priority 1

To avoid one user breaking the UI for all players.

OliverLSanz commented 3 years ago

Priority one constraints are enough for now.