4071a67541Merge pull request #54 from mweinelt/master
Nils Schneider
2015-04-12 19:29:37 +0200
3ec0874b77Update --aliases (-a) switch to use nargs=+ This breaks calls with multiple --aliases params specified and introduces --aliases FILE1 FILE2 FILE3 [...] instead
Martin Weinelt
2015-04-12 19:26:45 +0200
6f97932ea2README.md: add instructions to run under unprivileged user
Martin Weinelt
2015-04-12 19:13:22 +0200
5a891c1232Merge pull request #53 from mweinelt/master
Nils Schneider
2015-04-12 19:13:16 +0200
7322a14274batman: prefix sudo for batctl if not executed as root depends on proper sudo rule, like: mapuser ALL = NOPASSWD: /usr/sbin/batctl
Martin Weinelt
2015-04-12 18:57:44 +0200
9a652c429cREADME: use new --vpn syntax
Nils Schneider
2015-04-12 12:07:48 +0200
fa740273bboutput nodelist.json
Nils Schneider
2015-04-08 12:54:46 +0200
4b88a196acREADME: drop sudo explanation
v1
Nils Schneider
2015-04-02 18:52:00 +0200
428a9731e0README: removing owner info using jq
Nils Schneider
2015-04-01 23:31:34 +0200
7f198980b6introduce GRAPH_VERSION and NODES_VERSION
Nils Schneider
2015-04-01 17:58:25 +0200
c9098b1793set version of nodes.json to 1
Nils Schneider
2015-04-01 17:55:27 +0200
ebde2fcba2create dest_dir if needed
Nils Schneider
2015-04-01 17:41:40 +0200
bb2aa112c3make pep8 happy
Nils Schneider
2015-04-01 17:34:35 +0200
29e2647ad5ignored the wrong pep8 error code
Nils Schneider
2015-04-01 17:16:32 +0200
206ea3d6efupdate travis.yml to ignore PEP8 E113 Line-Length
Nils Schneider
2015-04-01 01:50:35 +0200
dd8f6b92afdrop batctl vd json legacy support
Nils Schneider
2015-04-01 01:36:29 +0200
39f358a0ebMerge pull request #46 from ffac/legacy
legacy
Nils Schneider
2015-03-30 21:23:36 +0200
8301fee189Fixes a bug that will add a node with upercase letters in its id to the state.json each time the script is called
root
2015-03-30 21:03:58 +0200
98d4618156fix pruning
Nils Schneider
2015-03-26 14:21:11 +0100
c93d6c0192Merge pull request #45 from mweinelt/pull2
Nils Schneider
2015-03-26 14:14:34 +0100
5b5f4a5d74fix pep8 line-length in argparser help
Martin Weinelt
2015-03-26 02:13:14 +0100
a1fe27fc51Update argument parser * --mesh (-m) now accepts the interface:alfred_sock syntax to add multiple batman/alfred instances. Also multiple instances can be added at once now. Only one interface can be added without alfred socket support (available since 2014.4.0) though. * --alfred-sock (-s) was dropped in favor of the new --mesh syntax, which adds the interface to socket relationship * --vpn (-V) now accepts multiple mac addresses, ATTENTION: update your calls accordingly * --prune defaults to int now * --with-rrd was renamed from --rrd, to better reflect its boolean/toggle like state
Martin Weinelt
2015-03-26 01:53:44 +0100
e9c693c4c0Merge pull request #43 from mweinelt/master
Nils Schneider
2015-03-25 15:38:03 +0100
9df369e88aupdate batman interface handling in backend.py, add commenting
Martin Weinelt
2015-03-25 15:14:58 +0100
30670feb31Merge pull request #42 from mweinelt/master
Nils Schneider
2015-03-25 14:43:04 +0100
eb26ea9a5fpep8: fix remaining line length issues and update travis to include lib/*.py
Martin Weinelt
2015-03-25 14:33:54 +0100
8d4856db56lib/batman: refactor gateway handling
Martin Weinelt
2015-03-25 14:11:00 +0100