StructsΒ§
ConstantsΒ§
- FILE_
NAME π - LS_
API_ πBASE - OFFLINE_
GRACE π - VALIDATE_
INTERVAL π
FunctionsΒ§
- activate_
remote - activate_
remote_ πat - HTTP-layer split for
activate_remote: takes an explicit base URL so tests can point it atmockito::Serverwithout bringing up Lemon Squeezy. The production caller hard-codesLS_API_BASE. - delete
- file_
path - is_
supporter_ now - Single-call answer to βis this install a supporter right now?β.
Reads the on-disk record and applies the offline grace window so
callers donβt have to thread
now/grace logic of their own. Used by gated IPC paths (e.g.custom_css) to authorise per-call. - is_
within_ grace - load
- mask_
key - needs_
revalidation - save
- validate_
remote - validate_
remote_ πat - HTTP-layer split for
validate_remote. Seeactivate_remote_at.