Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-19 | move fsm, geolocate, p2ptbl, shuf to external reposplugnpray | Jan Huwald | |
- remove fsm, geolocate, p2ptbl, shuf - update .config - update paths (the package install into /usr/sbin instead of /sbin) | |||
2012-06-19 | toolbin/merge_config: follow symbolic links in cmd line src spec | Jan Huwald | |
2012-05-21 | update hbbp | Jan Huwald | |
This patch handles the update of hbbp in the ffj-feed. | |||
2012-04-27 | webif: add description for geolocation settings | Jan Huwald | |
2012-04-27 | cgi-bin: fix typo in geolocation lock | Jan Huwald | |
2012-04-27 | remove br-lan octet (200) from the list of br-mesh octects | Jan Huwald | |
2012-04-27 | enable gossip protocol for wifi ccfg | Jan Huwald | |
wire ccfg is not distributed as it is local per node (also add the forgotten symlink for the splash p2ptbl) | |||
2012-04-27 | ccfg: sync dnsmasq dhcp config with ccfg p2ptbl | Jan Huwald | |
2012-04-27 | webif ccfg: implement server side handler | Jan Huwald | |
2012-04-27 | webif ccfg: correct form action and some text | Jan Huwald | |
2012-04-27 | add config option for default wired client mode | Jan Huwald | |
to be used in client config webif | |||
2012-04-27 | create ccfg tables during boot | Jan Huwald | |
2012-04-27 | doc: add p2ptbl schema for client config | Jan Huwald | |
2012-04-27 | webif: fix XSS in splash | Jan Huwald | |
2012-04-27 | webif: remove old errors/highlights on next form submit | Jan Huwald | |
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 | |