summaryrefslogtreecommitdiffhomepage
path: root/contrib
AgeCommit message (Collapse)Author
2008-04-08* Completed Firmware-Upgrade pageSteven Barth
* Added Dnsmasq configuration page
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 IPKG-configurationSteven Barth
* Added Package management * Added confirmation link to reboot
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-03* Fixed firewall scriptSteven Barth
2008-04-01* Reverted bloated MASQUERADE commandSteven Barth
2008-04-01* Fixed firewall scriptsSteven Barth
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* Added simple text editorSteven 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* CBI: improvements, bug fixesSteven Barth
* admin: Introduced wifi, olsr, password pages
2008-03-28(no commit message)Steven Barth
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* CBI: updatesSteven Barth
* UCI: fixed argument escaping
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-12Added module for system abstractionSteven Barth
Rewrote readfile and exec functions Moved some orpahned example file out of the way
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