summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/dispatcher.lua
AgeCommit message (Collapse)Author
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-22* CBI updatesSteven Barth
2008-03-22* CBI updatesSteven Barth
* Made dispatching paths unambiguous
2008-03-21* ffluci.cbi: updatesSteven Barth
* ffluci.template: fixed a bug where different template scopes were not separated correctly * Added ffluci.dispatcher.cbi and ffluci.dispatcher.dynamic
2008-03-17* Added ffluci.util.instanceof functionSteven Barth
* Minor beautifying in dispatcher * Added field for additional Tags under <head> in main style * Added structure for CBI * Added CBI to Makefile
2008-03-17* Added class support to template engineSteven Barth
* Cleaned up dispatcher * Added 404 error page * Cleaned up properties
2008-03-02* new project: ff-luci - Freifunk Lua Configuration InterfaceJo-Philipp Wich