Heikki Hannikainen
1091278292
version 2.0.7
2013-09-22 01:38:34 +03:00
Heikki Hannikainen
7f14afb7fe
Status: Don't display expired alarms. When setting an alarm again,
...
do update the end timestamp.
2013-09-22 01:34:17 +03:00
Heikki Hannikainen
73f54eec83
version 2.0.6
2013-06-26 07:53:59 +03:00
Heikki Hannikainen
280affbc4a
Moved version number to a single file (VERSION) to ease up
...
version bumping.
2013-06-26 07:53:29 +03:00
Heikki Hannikainen
5860f848b0
http: Fix gzip with small files again. Compressing very small files
...
can make them larger. Increase minimum file size for compression
from 100 to 150 bytes, log compression failures again (output
buffer was too small for the enlarged file), use an output buffer
larger than the input buffer to make space for gzip header. If
the file gets larger, send uncompressed version.
2013-06-26 07:45:40 +03:00
Heikki Hannikainen
943fa2f482
version 2.0.5
2013-06-25 21:56:44 +03:00
Heikki Hannikainen
72f2c14e39
graph: clean zoom state after timed graph reload
2013-06-25 21:50:31 +03:00
Heikki Hannikainen
5b879e7570
graph: unselect range when reloading plot
2013-06-25 21:45:22 +03:00
Heikki Hannikainen
89f1e245a3
graph: Added miss flot selection plugin
2013-06-25 21:35:16 +03:00
Heikki Hannikainen
9b63cedc69
graph: Delay updates when selecting an area
2013-06-25 21:26:04 +03:00
Heikki Hannikainen
6c66aaf818
graph: Make zoom button visible at all time, just enable/disable it
2013-06-25 21:11:20 +03:00
Heikki Hannikainen
14a6385a10
graph: Improve zooming
2013-06-25 21:02:24 +03:00
Heikki Hannikainen
48c7992ae5
Implement simple graph zooming
2013-06-25 18:49:17 +03:00
Heikki Hannikainen
a950c8ab4e
Added messaging test with different SSID
2013-06-25 08:18:21 +03:00
Heikki Hannikainen
128b72d39f
Makefile, httpd: install + allow downloading the flot selection plugin
2013-06-24 22:58:57 +03:00
Heikki Hannikainen
47ff7d662a
call-home: reduce log level to debug for failed dns lookups
2013-06-24 22:56:19 +03:00
Heikki Hannikainen
b292bd4d93
version 2.0.4
2013-05-08 17:50:56 +03:00
Heikki Hannikainen
241232e8b1
Fix SCTP compiling on freebsd, really.
2013-08-08 20:02:13 +03:00
Heikki Hannikainen
ab4e532e8f
Improve SCTP compilation chances on FreeBSD
2013-08-08 19:53:05 +03:00
Heikki Hannikainen
74b7766052
SCTP: Log partial delivery events, subscribe to shutdown events
2013-05-01 18:54:29 +03:00
Heikki Hannikainen
a03cf80e55
SCTP: log SCTP_REMOTE_ERROR, remove one function
2013-05-01 18:50:16 +03:00
Heikki Hannikainen
6df82af17b
SCTP association change notifications: log addr_rem/username
2013-05-01 09:43:19 +03:00
Heikki Hannikainen
47757d44ec
SCTP: addr change notifications: log client addr_rem and username
2013-05-01 09:42:13 +03:00
Heikki Hannikainen
412a25e796
SCTP: log rx send failed events
2013-05-01 09:40:33 +03:00
Heikki Hannikainen
8eb8e4cf21
SCTP: Subscribe to more socket notifications. Log incoming address
...
notifications.
2013-04-30 19:14:20 +03:00
Heikki Hannikainen
6fed708894
Move client sockopt setting to worker.c, set the same TCP socket options for
...
Uplinks and clients.
2013-04-30 19:13:45 +03:00
Heikki Hannikainen
b7f0efe07d
sctp client socket setsockopt: Subscribe to notifications
2013-04-29 22:42:29 +03:00
Heikki Hannikainen
5a6a1b5603
sctp: silence a compilation warning
2013-04-28 22:12:04 +03:00
Heikki Hannikainen
bb274deae1
Added tools/.gitignore
2013-04-28 16:24:16 +03:00
Heikki Hannikainen
955abd41d7
web: Only display SCTP totals counters if server supports SCTP
2013-04-27 08:52:03 +03:00
Heikki Hannikainen
e6f51491fa
Added SCTP graphs and web JS support
2013-04-26 19:29:52 +03:00
Heikki Hannikainen
166cbaae34
Slight reindenting.
2013-04-26 19:22:08 +03:00
Heikki Hannikainen
8a8bf029f3
Account incoming packets to the right protocol, too
2013-04-26 19:20:34 +03:00
Heikki Hannikainen
5642c7aa9e
http gzip: Allow Z_OK return value from deflate
2013-04-26 19:14:12 +03:00
Heikki Hannikainen
e236417a82
Additional SCTP accounting fixes. Log protocol (SCTP, TCP, TCP+UDP) in logout log message.
2013-04-26 19:07:58 +03:00
Heikki Hannikainen
9d260012e7
outgoing packets: account SCTP right
2013-04-26 18:14:15 +03:00
Heikki Hannikainen
2d20b16861
Move some SCTP code from accept.c to sctp.c, do setsockopt()s for SCTP
2013-04-25 22:19:13 +03:00
Heikki Hannikainen
4cbf3505d3
Update HOME page to reflect Windows and CentOS support
2013-04-25 09:26:07 +03:00
Heikki Hannikainen
580dd94f57
updated CONTRIBUTING doc
2013-04-25 09:22:14 +03:00
Heikki Hannikainen
898e4b537b
version 2.0.3
2013-04-24 07:54:01 +03:00
Heikki Hannikainen
00717de374
Improve SSL setup error logging to log more error strings from openssl
2013-04-24 07:51:23 +03:00
Heikki Hannikainen
4ef858d85f
Improve SSL certificate + key loading error logging greatly
2013-04-24 07:42:14 +03:00
Heikki Hannikainen
ffc6795ff5
login+uplink: Use hlog_packet to log server and client login responses, they could be binary
2013-04-24 06:50:18 +03:00
Heikki Hannikainen
a71eba8b77
Messaging test: Test 0xFF byte too, and sleep less, run faster.
2013-04-23 08:02:57 +03:00
Heikki Hannikainen
10de64f0ed
Added messaging test which tries high value bytes (127-255)
2013-04-23 06:50:07 +03:00
Heikki Hannikainen
c9d4b1f02c
version 2.0.2
2013-04-19 20:48:37 +03:00
Heikki Hannikainen
35daaf7df7
incoming parsing: Use memmem instead of our own memstr
2013-04-19 20:46:21 +03:00
Heikki Hannikainen
bb8a0ddab0
parse_aprs: Fixed to detect CW/EW/DW cwop prefixes, and optimized
...
to do less pointer arithmetic, a bit less memory comparison, and to
do comparisons in better order. Removed commented-out code.
2013-04-19 20:21:06 +03:00
Heikki Hannikainen
6bbc2c7e91
Tests: test CWOP filtering with CW and EW prefixes
2013-04-19 20:08:44 +03:00
Heikki Hannikainen
eaf3fd68df
live upgrade: Use an environment variable instead of a cmd line arg
...
to signal live upgrade to the new executable. The command line
argument was visible to users and got copy-pasted at times.
2013-04-19 19:36:51 +03:00