Heikki Hannikainen
ad8a7d7eeb
Tune logging for live upgrade, drop level from ERROR to INFO for
...
a rather normal event (user disconnected while upgrading).
2013-12-27 11:42:16 +02:00
Heikki Hannikainen
618c9ea273
version 2.0.10
2013-12-26 20:04:03 +02:00
Heikki Hannikainen
26240df88e
Increase VM startup wait timers
2013-12-26 20:03:25 +02:00
Heikki Hannikainen
f3b62c3fd2
CONFIGURATION doc: indicate when passcode is needed
2013-12-22 09:53:39 +02:00
Heikki Hannikainen
bcece50132
Typo in disallow_srccall drop description
2013-12-22 08:26:25 +02:00
Heikki Hannikainen
97205068f1
version 2.0.9
2013-12-22 02:31:12 +02:00
Heikki Hannikainen
569d8a349b
Fix installation
2013-12-22 02:30:43 +02:00
Heikki Hannikainen
365f982e8c
version 2.0.8
2013-12-22 02:06:28 +02:00
Heikki Hannikainen
f687bece8f
Apply new logo
2013-12-22 01:58:45 +02:00
Heikki Hannikainen
458fd9c487
New version of the aprsc logo
2013-12-22 01:56:20 +02:00
Heikki Hannikainen
9c64a53a4e
keyhash: Removed duplicate const keyword (silence compiler warning: clang)
2013-12-22 01:05:42 +02:00
Heikki Hannikainen
ed8e80fecf
Make cellmalloc compile with current clang: replace inline with static
2013-12-22 01:04:07 +02:00
Heikki Hannikainen
eab23397f7
Silence a compiler warning (extra ())
2013-12-22 01:01:15 +02:00
Heikki Hannikainen
a18e760201
Disallow a set of message destinations, old status messages sent by old aprsds.
...
Matches javaprssrvr functionality now.
"javaMSG", /* old aprsd */
"JAVATITLE", /* old aprsd */
"JAVATITL2", /* old aprsd */
"USERLIST", /* old aprsd */
"KIPSS", /* APRS+SA */
2013-12-20 08:36:35 +02:00
Heikki Hannikainen
098ffd4362
Added packet length checks in message parsing
2013-12-20 08:15:59 +02:00
Heikki Hannikainen
235dc293b9
Refactor, move APRS text message parsing to a function
2013-12-20 08:06:59 +02:00
Heikki Hannikainen
f854b8267f
Do coverity builds with nice make -j4
2013-12-19 23:50:40 +02:00
Heikki Hannikainen
cecad209a4
Null terminate the right buffer....
2013-12-19 23:49:48 +02:00
Heikki Hannikainen
c28cc404ac
Make sure filter_s is null terminated
2013-12-19 23:48:41 +02:00
Heikki Hannikainen
4709b68cf4
Remove unused string arrays
2013-12-19 23:25:17 +02:00
Heikki Hannikainen
f08cee43bc
Drop DX packets (DX de ...)
2013-12-19 22:51:38 +02:00
Heikki Hannikainen
cf6f6e2ed7
Drop packets having source callsign of N0CALL, NOCALL, or SERVER
...
* NOCALLs being a default on many TNCs and software
* potentially blocks a message loop between SERVERs
2013-12-19 08:32:15 +02:00
Heikki Hannikainen
b62d29b908
incoming parsing: slight optimisation
2013-12-19 08:22:26 +02:00
Heikki Hannikainen
cdc5cfb5fb
Added listener filters to status.json
2013-12-18 23:48:06 +02:00
Heikki Hannikainen
c9dc160ce4
Issue #24 fixed: Display server-side default filters on status page for clients
2013-12-18 23:43:59 +02:00
Heikki Hannikainen
c34d707750
Use LISTEN_MAX_FILTERS where applicable
2013-12-18 23:02:49 +02:00
Heikki Hannikainen
413efe91cd
Update BUILDING.md with current platforms
2013-10-03 08:05:19 +03:00
Heikki Hannikainen
d1bc808717
Merge branch 'master' of github.com:hessu/aprsc
2013-10-03 08:01:31 +03:00
Heikki Hannikainen
8d9c14b089
Update list of supported distributions in INSTALLING.md
2013-10-03 08:00:35 +03:00
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