summaryrefslogtreecommitdiff
path: root/files/common
AgeCommit message (Collapse)Author
2012-04-27cgi-bin: polishJan Huwald
2012-04-27delete /etc/config/splash_usersJan Huwald
2012-04-27service httpd: listen on br-lan IPv4 address (now rly)Jan Huwald
2012-04-23splash: move locking to splash_syncJan Huwald
2012-04-23rewrite splash to use a p2ptblJan 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-23do not use init.d/n2n enable/disable in FSMJan Huwald
Otherwise N2N might be started after next boot independent of the inetable state.
2012-04-23service httpd: listen on br-lan IPv4 addressJan Huwald
2012-04-23p2ptbl: polishJan Huwald
2012-04-23p2ptbl: add filterJan 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 settingegon_ffj
2012-04-06 * added n2n cloudvpn in queen-modeegon_ffj
2012-04-06 * added n2n default config for freifunk jenaegon_ffj
2012-04-06Merge branch 'plugnpray' of ↵egon_ffj
git://git.freifunk-jena.de/freifunk/ffj-buildroot-v2 into plugnpray
2012-04-04webif: fix ajax caching in settings.jsJan Huwald
2012-04-04webif: add service listingJan 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-04www: add services.jsonJan Huwald
Returns a copy of the services p2ptbl in JSON format.
2012-04-03Merge branch 'plugnpray' of ↵egon_ffj
git://git.freifunk-jena.de/freifunk/ffj-buildroot-v2 into plugnpray
2012-03-30Merge branch 'plugnpray' of git.freifunk-jena.de:freifunk/ffj-buildroot-v2 ↵Jan Huwald
into plugnpray
2012-03-30webif: remove status.xmlJan Huwald
2012-03-30webif: add debug helperJan Huwald
echos the environment given by uhttpd
2012-03-30webif: add mockup api for client config and node db queryJan Huwald
2012-03-30webif: add router config apiJan Huwald
2012-03-30webif: add geolocation apiJan Huwald
2012-03-30webif: add intnert status apiJan Huwald
2012-03-30webif: add client network reflection apiJan Huwald
2012-03-30webif: add common helper functionsJan Huwald
2012-03-30adapt splash and robinson redirection to new webifJan Huwald
2012-03-30add new webif (client side)Jan Huwald
2012-03-30add OpenLayerJan 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-30add twitter bootstrapJan Huwald
see http://twitter.github.com/bootstrap/index.html
2012-03-30add jqueryJan Huwald
2012-03-30add geolocation via wifiJan Huwald
the result is written to uci system.position.{lon,lat,street}
2012-03-11changed essid of ad-hoc-interface to batman.freifunk-jena.deegon_ffj
2012-03-11 * new mobile pubkey for egonegon_ffj
2012-03-06Firewall now automaticly drops Packets coming from br-mesh to 192.168.0.0/16lcb01
(cherry picked from commit 0b321c77a3e3fb030a9a5c1f18a12c5b2fbc2a16) Signed-off-by: Jan Huwald <jh@sotun.de>
2012-03-06add start_ip & end_ip to mesh dhcp configJan Huwald
Otherwise the DHCP server allways serves X.X.0.2 - X.X.1.0 (via 2603713eb66680ccdb03e7409a5f2ec152534849)
2012-03-06add ntp server to system configJan Huwald
2012-03-06Script now checks gw_mode via batctlJan Huwald
(cherry picked from commit 07a918444ddbd92092a09f53e3cb21e8beed567b)
2012-03-06Added "option wmm 0" to AP iface of wireless config (Fixes deauths)Jan Huwald
(from ff49ff9614058a8940149a3cae0f3206e5c641a7)
2012-03-06*Changed hbbp initscript to start at 45 (after the network has been initialized)lcb01
(cherry picked from commit 655ced35fd98c15f3502cfdb972bd61034a604f3) Signed-off-by: Jan Huwald <jh@sotun.de>
2012-03-05move config for batman-adv and wireless to commonKatze Miau
2012-03-05adapt base config for dir300Katze Miau
2012-03-05test_connectivity: get inet interface name via UCIKatze Miau
2012-03-04add another ssh keyKatze Miau
2011-12-20remove all hardcoded references to FFJ IP range, use /etc/config/cloud insteadKatze Miau
Replace the last bits of hardcoded FFJ IP range outside /etc/config - residing in fsm inetable state transitions - with IP ranges calculated from /etc/config/cloud.
2011-12-20test if interface is up during /sbin/test_connectivityKatze Miau
Check if the interface is running before trying to ping. This reduces the execution time of test_connectivity in common non-gateway deployments.
2011-12-20remove obsolete files: sbin/{setup_router,test_{gateway,vpn}}Katze Miau
- setup router is obsoleted by the autodiscovery of network status implemented in the previous commits - test_* is superseded by test_connectivity
2011-12-20cosmetic fixes missed in the previous commitKatze Miau
2011-12-20reintegrate splashKatze Miau
- add cronjob for splash_sync (every minute for debugging; to be increased) - add redirection for unsplashed users in queen.enter, remove it in queen.leave - add /etc/splash.sh to centralize functionality used in /sbin/splash_sync and /www/service/*splash* - make splash_sync to use a transactional update approach: insert iptable rules for all splashed MACs into a new chain, then replace old and new chain; this avoids downtime even if splash_sync is slow - remove allowed services for splashed users; this is intended to not move old cruft over to new code; if any of the those services shall be reenabled, it should happen in /etc/firewall.user - make /sbin/splash_sync aware of the current state of FSM inetable (read via /sbin/fsm with optional command line override); this allows to unconditionally call splash_sync via cron - add locks to all places where the splash state is touched - remove multiple escaping/quoting/encoding problems in splash cgi scripts - reenable link to the page the user initially demanded in /www/service/cgi-bin/splash_click
2011-12-20/etc/firewall.user: add chains used for splash redirectionKatze Miau
contact: Jan Huwald // Impressum