- Fix listener_count accumulation bug: use GREATEST() instead of + to track peak concurrent listeners per day rather than cumulative count - Migrate all inline JavaScript from templates to ParenScript: - admin.ctml: listener stats, geo stats, password reset -> admin.lisp - audio-player-frame.ctml: stream player logic -> stream-player.lisp (new) - popout-player.ctml: popout player logic -> stream-player.lisp (shared) - frameset-wrapper.ctml: frame-busting -> frameset-utils.lisp (new) - profile.ctml: removed redundant inline init (already in profile.lisp) - Fix API route detection: handle URIs with or without leading slash - Add routes to serve new ParenScript-generated JS files - Update ASDF system definition with new ParenScript components Tested locally for 8+ hours with no issues. |
||
|---|---|---|
| .. | ||
| Dockerfile.liquidsoap | ||
| asteroid-radio-docker.liq | ||
| docker-compose.asteroid.yml | ||
| docker-compose.yml | ||
| docker-compose.yml.remote-backup | ||
| docker-streaming.org | ||
| environment.sh.template | ||
| icecast.xml | ||
| init-db.sql | ||
| radiance-default.conf.lisp | ||
| setup-complete.org | ||
| start.sh | ||
| stop.sh | ||