You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wei-Cheng Yeh (IID) edited this page May 22, 2021
·
4 revisions
Welcome to the BBS-Ruby wiki!
About BBS-Ruby
BBS-Ruby is a binding that provides a Ruby scripting environment for BBS.
It allows users to write custom programs that run on the BBS.
Security is also concerned and is guarded by Ruby's security mechanisms (library whitelist on mruby or $SAFE level on CRuby).
The users have no access to any object you don't expose to them.