BTCTaras / kristscape

The ComputerCraft web browser that works across servers
7 stars 6 forks source link

KSML tags checklist #16

Open BTCTaras opened 8 years ago

BTCTaras commented 8 years ago

Cursor

dmarcuse commented 8 years ago

What on earth does the CLEARTITLE tag do

Luca0208 commented 8 years ago

@apemanzilla it probably does this:

[TITLE]My meh title[/TITLE][CLEARTITLE][TITLE]My awesome title[/TITLE]

dmarcuse commented 8 years ago

Strange, but it works I guess

BTCTaras commented 8 years ago

That's exactly what it does

Luca0208 commented 8 years ago

When I'm home I'll start with creating some code for a lua sandbox(script tag)

dmarcuse commented 8 years ago

@Luca0208 I'd be happy to help try escaping from said sandboxes.

Luca0208 commented 8 years ago

@apemanzilla Ok, gimme a bit of time and I'll push the first sandbox to my fork of the repo

Luca0208 commented 8 years ago

@apemanzilla the question now is: blacklist or whitelist of functions that you may use in the script?

Edit: If you want I can add you to my repository, also I have no idea what @BTCTaras wants the lua to have

dmarcuse commented 8 years ago

Absolutely whitelist. I'd be more than happy to help write the code.

Luca0208 commented 8 years ago

Absolutely whitelist. I'd be more than happy to help write the code.

yeah, just thought of it, if you use a blacklist you would need to update it whenever a new CC version comes out. Adding you to the repo now @apemanzilla

dmarcuse commented 8 years ago

Alright, we should move further discussion into a new issue about sandboxing and the SCRIPT tag so we don't clutter this up.

Luca0208 commented 8 years ago

For the center tag please take a look at #25