:rocket: Pegasus.lua is an http server to work with web applications written in Lua language.
:musical_score: ts-audio is an agnostic library that makes it easy to work with AudioContext and create audio playlists in the browser
:dizzy: TransitionEnd is an agnostic and cross-browser library to work with transitionend event.
:fishing_pole_and_fish: A library that allows you to access the text selected by the user
A small library with useful methods to handle Lua's table when it's working like an Array
fix(rockspecs) add missing, add dev, add updated 0.9.7
fixes #118
Merge pull request #121 from Tieske/rockspecs
fix(rockspecs) add missing, add dev, add updated 0.9.7
fixes #118
Fixes several issues;
luarocks make
from the repo, and as a baseline for new rockspecsThis can be merged and uploaded (no new release required);
luarocks upload rockspecs/pegasus-0.9.7-1.rockspec
Any new release; just copy the dev
rockspec, rename it, and edit the version at the top of the file.
add 'test' target (unit+integration)
also adds "phonies"
Merge pull request #120 from Tieske/makefile
add 'test' target (unit+integration)
also adds "phonies"
I didn't know .PHONY
:sweat_smile:
https://stackoverflow.com/questions/2145590/what-is-the-purpose-of-phony-in-a-makefile
move plugins into subfolder
Merge pull request #119 from Tieske/plugins
move plugins into subfolder
moves plugins into a dedicated subfolder, away from the core files, for clarity
I'd like to keep the compatibility @Tieske Thanks again!
updates github action
creates a size task
optimizes ts-audio bundle size
removes default export to better support commonjs modules
updates package.json
updates package version
adds support to umd modules / remove yarn dependencies
updates demos
updates demos
adds support to umd modules / remove yarn dependencies
updates package version
updates package.json
Just uploaded a new rockspec file. It should be fine now. Thanks guys!
Hi
Client request - a get via HTTPS (https://xz.xz.xz.xz:9090) on Pegasus demo application server running as (0.0.0.0:9090) is causing DoS on server - the following message is displayed on never ending cycle:
Failed to accept connection:closed
Tested on Lua 5.1.5, LuaJit 2.1.0-beta3 and with Pegasus: 0.9.6-0 on ARMF and x86 Linux platforms.
Note: application is standard Pegasus demo. The bugs seems to be in inappropriate handling of exception during socket connect.