1 | 1 | simandl | calstats-0.1.2 |
2 | | | - changed default path to /usr/local/calstats |
3 | | | - fixed bug if there was more than one free line in .comp file (thanks to |
4 | | | Norick for bugreport) |
5 | | | - changed file structure - from now, there are only 2 scripts - gen_stats (bash) |
6 | | | and calstats.php (you don't have to change paths in more files) |
7 | | | - added ability to place comments into .comp, .link and .legend files |
8 | | | (thanks to Danny for suggestion) |
9 | | | - added ability to change background color (thanks to Jointer for |
10 | | | suggestion) |
11 | | | - added ability to remove image border (thanks to Jointer for suggestion) |
12 | | | |
13 | | | calstats-0.1.1 |
14 | | | - added support for moving legend location |
15 | | | - documentation improved to show how to make multiple lines between two computers |
16 | | | |
17 | | | calstats-0.1.0 |
18 | | | - completely rewriten CaLStats core |
19 | | | - added support for passive objects. if you assign 127.0.0.1 ip address to some object |
20 | | | calstats will not retreive its state and marks it gray without showing ip address |
21 | | | - added support for multiple lines between computers (thanks to Jonas Frey for suggestion) |
22 | | | - lines width are now more scalable |
23 | | | - link colors changed |
24 | | | - added support for ip address and packet latency hiding (thanks to Jonas Frey for suggestion) |
25 | | | |
26 | | | calstats-0.0.8 |
27 | | | - added host packet latency information (thanks to Jonas Frey for suggestion) |
28 | | | - added computer boxes automatic width setting (thanks to Jonas Frey for suggestion) |
29 | | | - added 'Last check at' to the title bar (optional) (thanks to Jonas Frey for suggestion) |
30 | | | - changed default box height |
31 | | | |
32 | | | calstats-0.0.7 |
33 | | | - added support for different link colors (thanks to Woody for suggestion) |
34 | | | - added legend |
35 | | | |
36 | | | calstats-0.0.6 |
37 | | | - fixed bug when using nmap 3.x (thanks to Daniel Fraga for bug report) |
38 | | | |
39 | | | calstats-0.0.5 |
40 | | | - changed strucure of *.link files for multiple computers in one link support |
41 | | | (sorry for this, but it will be better in this format, because of faster access |
42 | | | to the data file) (thanks to Jon Greaves for suggestion) |
43 | | | - added nmap (www.insecure.org/nmap/) support |
44 | | | |
45 | | | calstats-0.0.4 |
46 | | | - added fping (www.fping.com) support (thanks to Daniel Fraga for suggestion) |
47 | | | |
48 | | | calstats-0.0.3 |
49 | | | - added documentation |
50 | | | - searhing for *.config, instead of *.comp files in data directory |
51 | | | - awk is now used instead of gawk |
52 | | | |
53 | | | calstats-0.0.2 |
54 | | | - added ability to change width and height of box with computer |
55 | | | - machine scanning should be faster (thx to aquarius for help) |
56 | | | - fixed bug with displaying minutes/seconds < 10 |