summaryrefslogtreecommitdiffhomepage
path: root/contrib/package
AgeCommit message (Collapse)Author
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-17* Fixed typo in Makefile which prevented buildingSteven Barth
2008-04-16* Reintroduced public pagesSteven Barth
* Automatically replace nil template values with ''
2008-04-14* Updated LuaSteven Barth
2008-04-11* Fixed Makefile again...Steven Barth
2008-04-11* Fixed ffluci package MakefileSteven Barth
2008-04-11(no commit message)Steven Barth
2008-04-11* Major repository revisionSteven Barth
2008-04-07* Added configuration pages for Dropbear, HTTPd, Mount PointsSteven Barth
* Reorganized menu structure * Prepare firmware upgrade mechanism
2008-04-06* Fixed a bug in postinst scriptSteven Barth
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-06* Added file upload capabilitiesSteven Barth
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-04-01* Added backend for firewall / portforwardingSteven Barth
2008-04-01* Added Quick&Dirty hack for head-revisioned FFLuCISteven Barth
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
2008-03-31* Removed abandoned link to source directorySteven Barth
2008-03-31* Made contrib/package OpenWRT feed compatibleSteven Barth
2008-03-29* Replaced luafilesystem with luaposix librarySteven Barth
* Introduced privilege dropping capability * Automatically drop privileges for "public" to "nobody/nogroup" (as defined in ffluci.uci)
2008-03-28* Added index.html redirectorSteven Barth
2008-03-27* Major CBI improvementsSteven Barth
2008-03-26* CBI updateSteven Barth
* Added some configuration pages * Introduced contact site * Introduced luci UCI config file
2008-03-25* Entering Version 0.2Steven Barth
* Completed CBI * Minor bugfixes and enhancements
2008-03-24* contrib: Updated haserl-devel Makefile to support haserl 0.9.23Steven Barth
2008-03-18* Fixed Makefile and postinst-script to work correctlySteven Barth
(Thanks to Mickey from FF Hannover)
2008-03-10Moved examples out of source directorySteven Barth
Added a first draft design Cleaned up Makefile Prepared for module development
2008-03-02* new project: ff-luci - Freifunk Lua Configuration InterfaceJo-Philipp Wich