Commit Briefs

Omar Polo

add a safe/sandbox mode

When enabled with the -S (or --safe) flag, prevent telescope from writing files to the disk.


Omar Polo

sync


Omar Polo

reset download byte counter


Omar Polo

sync



Omar Polo

sync


Omar Polo

send received page in chunks

imsg can't handle buffer "too big" (around INT16_MAX) and solene@ capsule index is ~29K. The 4K chunk size is completely arbitrary.


Omar Polo

allow newlines after {

with the conflict/reduce fix, it become illegal to have a newline after {, which is not good.


Omar Polo

avoid a shift/reduce conflict

yacc/bison reports 8 shift/reduce conflicts because the rule styleopts optnl is redundant.


Omar Polo

start another release cycle


Omar Polo

document download-path




Omar Polo

sync