summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/haserl-lua
AgeCommit message (Collapse)Author
2008-05-25Renamed FFLuCI to LuCI, ffluci to luci and Freifunk Lua Configuration ↵Steven Barth
Interface to Lua Configuration Interface
2008-05-22* Changed Makefiles to use mainline LuaSteven Barth
* Added a dispatching shortcut (thanks to Jow)
2008-04-27* Fixed broken commitSteven Barth
2008-04-27(no commit message)Steven Barth
2008-04-26* Makefile fixes ;-)Steven Barth
* Removed obsolete Haserl patch * Added Client-Splash configuration page
2008-04-26* Added experimental version of DHCP-Splash for KamikazeSteven Barth
* Added MAC-Address matching to luci_fw * Added interface alias hack for Kamikaze * ffluci.sys: Added several networking helper functions * ffluci.http: Added function remote_addr * Updated Haserl to 0.9.24
2008-04-06(no commit message)Steven Barth
2008-04-06* (Hopefully) fixed package source URLsSteven Barth
2008-04-06* Cleaning up package definitions and sources to better harmonize with ↵Steven Barth
OpenWRT-packages
2008-04-05* Added own custom version of LuaSteven Barth
* Updated Lua to produce architecture-independent bytecode * Updated Lua to load bytecode from different endianess * Updated Lua to use optimized integer arithmetic for CPUs without an FPU * Updated haserl-lua to fit to optimized Lua version (hopefully this should fix: "bad header in precompiled chunk" on some platforms) * Luci core will now be bytecompiled and stripped by default to save disk space and CPU time
2008-03-31* Fixed haserl-lua MakefileSteven Barth
* Fixed a bug in CBI that occured when target UCI is empty * Added frontend for port forwarding / firewall pages
2008-03-31* Fixed a conflict with haserl 0.9.23 (FFLuCI) and haserl 0.8.x (OpenWRT)Steven Barth
- Thanks to mickey (FF Hannover) for this patch