erkyrath / tworld

A choice-based shared online text environment sandbox
MIT License
71 stars 13 forks source link

Universal cross-world access option #170

Open sophialuden opened 9 years ago

sophialuden commented 9 years ago

When enabling cross-world property access, accessing worlds must be authorized individually. It would be nice to have an option analogous to chmod o+r foo, allowing access (of certain kinds, to certain properties) to any world. This would allow worlds to provide public-facing APIs.

Possibly safeguards should be put in place against public dict/code/text/gentext write permission.

erkyrath commented 9 years ago

Reasonable idea.