Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-27 | cgi-bin: polish | Jan Huwald | |
2012-04-27 | delete /etc/config/splash_users | Jan Huwald | |
2012-04-27 | service httpd: listen on br-lan IPv4 address (now rly) | Jan Huwald | |
2012-04-24 | config: add N2N (built-in instead of package) | Jan Huwald | |
2012-04-23 | splash: move locking to splash_sync | Jan Huwald | |
2012-04-23 | rewrite splash to use a p2ptbl | Jan Huwald | |
- add p2ptbl splash (see doc/splash.org) - replace all uci queries with p2ptbl queries - centralize splash db modification in /etc/splash.sh - add node to the list of splashed devices upon first use of /etc/splash.sh (shortly after booting) - remove locks in cgi-bin/splash_click | |||
2012-04-23 | do not use init.d/n2n enable/disable in FSM | Jan Huwald | |
Otherwise N2N might be started after next boot independent of the inetable state. | |||
2012-04-23 | service httpd: listen on br-lan IPv4 address | Jan Huwald | |
2012-04-23 | config: add coreutils-join | Jan Huwald | |
used in p2ptbl filter | |||
2012-04-23 | p2ptbl: polish | Jan Huwald | |
2012-04-23 | p2ptbl: add filter | Jan Huwald | |
Usage: p2ptbl filter table program [args] will call program with the arguments args and the result of p2ptbl show table on standart input. stdout of program will be used as new table. The filter program may remove lines or edit anything but the key (first row). | |||
2012-04-06 | * removed broken, hardcoded n2n-interface mac-adress setting | egon_ffj | |
2012-04-06 | * added n2n cloudvpn in queen-mode | egon_ffj | |
2012-04-06 | * added n2n default config for freifunk jena | egon_ffj | |
2012-04-06 | Merge branch 'plugnpray' of ↵ | egon_ffj | |
git://git.freifunk-jena.de/freifunk/ffj-buildroot-v2 into plugnpray | |||
2012-04-04 | webif: fix ajax caching in settings.js | Jan Huwald | |
2012-04-04 | webif: add service listing | Jan Huwald | |
Add two service lists: - the index page has a short list with one item per service class - the service page lists and links all services in full detail | |||
2012-04-04 | www: add services.json | Jan Huwald | |
Returns a copy of the services p2ptbl in JSON format. | |||
2012-04-04 | doc: add service example p2ptbl | Jan Huwald | |
copy this file to node:/tmp/p2ptbl/services to use it as test data. | |||
2012-04-04 | doc: add services.org (proposal) | Jan Huwald | |
2012-04-03 | * removed atheros builds | egon_ffj | |
2012-04-03 | Merge branch 'plugnpray' of ↵ | egon_ffj | |
git://git.freifunk-jena.de/freifunk/ffj-buildroot-v2 into plugnpray | |||
2012-03-30 | config/trunk: add support for TL-WR741 | Jan Huwald | |
2012-03-30 | config: remove busybox standalone, retain nofork | Jan Huwald | |
standalone does not consider external programs even if the corresponding builtin is not enabled. | |||
2012-03-30 | Merge branch 'plugnpray' of git.freifunk-jena.de:freifunk/ffj-buildroot-v2 ↵ | Jan Huwald | |
into plugnpray | |||
2012-03-30 | config: use busybox nofork option | Jan Huwald | |
This will reduce some process calls (echo, true, ...) to mere function calls within the busybox shell. Not tested, yet! | |||
2012-03-30 | config: add ebtable support (kernel+userspace) | Jan Huwald | |
2012-03-30 | webif: remove status.xml | Jan Huwald | |
2012-03-30 | webif: add debug helper | Jan Huwald | |
echos the environment given by uhttpd | |||
2012-03-30 | webif: add mockup api for client config and node db query | Jan Huwald | |
2012-03-30 | webif: add router config api | Jan Huwald | |
2012-03-30 | webif: add geolocation api | Jan Huwald | |
2012-03-30 | webif: add intnert status api | Jan Huwald | |
2012-03-30 | webif: add client network reflection api | Jan Huwald | |
2012-03-30 | webif: add common helper functions | Jan Huwald | |
2012-03-30 | adapt splash and robinson redirection to new webif | Jan Huwald | |
2012-03-30 | add new webif (client side) | Jan Huwald | |
2012-03-30 | add OpenLayer | Jan Huwald | |
A OSM mapping javascript library, see http://openlayers.org/ only the CSS file is added. The JS lib is hosted on http://www.feinsterfug.de/ffj/webif/OpenLayers.js to save storage (it is unusable without internet access anyway). | |||
2012-03-30 | add twitter bootstrap | Jan Huwald | |
see http://twitter.github.com/bootstrap/index.html | |||
2012-03-30 | add jquery | Jan Huwald | |
2012-03-30 | add geolocation via wifi | Jan Huwald | |
the result is written to uci system.position.{lon,lat,street} | |||
2012-03-11 | changed essid of ad-hoc-interface to batman.freifunk-jena.de | egon_ffj | |
2012-03-11 | * new mobile pubkey for egon | egon_ffj | |
2012-03-07 | * make n2n only built as module | Michael Stöcker | |
2012-03-06 | config/trunk: add ip6tables, remove openssl, ncurses, batman log | Jan Huwald | |
2012-03-06 | Makefile: add option to check out specific SVN revision, fix revision for trunk | Jan Huwald | |
2012-03-06 | Makefile: fix recursiveness of make oldconfig | Jan Huwald | |
2012-03-06 | Makefile: remove forced parallization of submakes | Jan Huwald | |
2012-03-06 | Firewall now automaticly drops Packets coming from br-mesh to 192.168.0.0/16 | lcb01 | |
(cherry picked from commit 0b321c77a3e3fb030a9a5c1f18a12c5b2fbc2a16) Signed-off-by: Jan Huwald <jh@sotun.de> | |||
2012-03-06 | Fixed .gitignore complaining about dl folder | lcb01 | |
(cherry picked from commit 66a9dfceaca3e832589848c62b4e8209c97124d6) Signed-off-by: Jan Huwald <jh@sotun.de> |