Commit Graph

1529 Commits

Author SHA1 Message Date
Heikki Hannikainen 354382e3d2 Document default rejects and drops 2015-09-06 13:29:52 +03:00
Heikki Hannikainen 0bd3b71fc3 Document DisallowLoginCall and DisallowSourceCall 2015-09-06 12:46:47 +03:00
Heikki Hannikainen ef5b8b2d9f UDP submit, packet rejections: log them as UDP submit instead of HTTP POST rejections 2015-09-06 12:39:18 +03:00
Heikki Hannikainen c47cd1cbfb 63udp-submit.t: Test packet rejections 2015-09-06 12:38:59 +03:00
Heikki Hannikainen 8c0d983b50 Add new tests for login rejections 2015-09-06 11:52:42 +03:00
Heikki Hannikainen 8875cfb8fd New config option DisallowLoginCall to reject logins by glob match 2015-09-06 11:51:36 +03:00
Heikki Hannikainen be7784197a Do not use N0CALL on t/22path-trace.t test, it's getting dropped now 2015-09-06 11:25:39 +03:00
Heikki Hannikainen 097e542e00 Additional test case for wildcard not matching any chars in the end 2015-09-06 10:46:26 +03:00
Heikki Hannikainen 890b3c0497 New DisallowSourceCall config option to drop packets from additional source callsigns (glob match) 2015-09-06 10:44:59 +03:00
Heikki Hannikainen 95a7c57442 Drop packets from N0CALL* and NOCALL* with any suffix/SSID, not just without SSID 2015-09-06 08:39:06 +03:00
Heikki Hannikainen 1e779dc78e v2.0.16 2015-08-31 09:46:54 +03:00
Heikki Hannikainen f26bc4869c Make m/ filter work for unvalidated clients, use client location stored in client_t 2015-08-31 09:39:20 +03:00
Heikki Hannikainen 7d53f15137 Fix m/ filter test to actually work, it was overlapping with the f/ test range 2015-08-31 09:29:56 +03:00
Heikki Hannikainen b32e3f990c Store client's coordinates from parsed client-originated packets in client_t, for m/ filters with unverified clients 2015-08-31 08:24:42 +03:00
Heikki Hannikainen 6593b37510 fix typo in CONFIGURATION.md 2015-08-31 00:17:23 +03:00
Heikki Hannikainen 91850777d3 v2.0.15 2015-08-30 20:25:03 +03:00
Heikki Hannikainen 86ab75b45f Allow t/w filter to match stations with an overlay character on their symbol 2015-08-30 20:24:03 +03:00
Heikki Hannikainen bec189970c Convert t2acl to load JSON-formatted server list from the new t2 portal 2014-11-12 08:05:19 +02:00
Heikki Hannikainen 6a06c94eb7 Correct debian 7.0 codename... 2014-08-15 16:27:34 +03:00
Heikki Hannikainen b5db160fe1 Document Ubuntu 14.04 trusty support on INSTALLING.md 2014-08-15 16:07:15 +03:00
Heikki Hannikainen 4ec7615d2a Build for Ubuntu 14.04 2014-08-15 16:05:47 +03:00
Heikki Hannikainen 28c5a6a822 v2.0.14 2014-03-04 22:03:55 +02:00
Heikki Hannikainen 149cf2bb5b Fix online reconfiguration: Test rundir usability in the correct place.
It was tested in reconfiguration, using a null pointer.
2014-03-04 22:02:46 +02:00
Heikki Hannikainen f20f5ca656 v2.0.13 2014-02-18 18:29:15 +02:00
Heikki Hannikainen 51d6d09439 No, Z is not a valid object timestamp type ID. 2014-02-18 18:03:44 +02:00
Heikki Hannikainen 2fda70d34b APRS object parsing: Timestamp may end with one of z, h or /
... and Lynn's ISS objects have HHMMSSh timestamps. Accept as valid.
2014-02-18 08:26:29 +02:00
Heikki Hannikainen 0998247967 Tests: Test ack message which is going to a station which never sent a position 2014-02-18 08:22:06 +02:00
Heikki Hannikainen 8bed3149b5 Tests: Test o/ object filter with HHMMSSh timestamps (fails currently!) 2014-02-18 08:21:26 +02:00
Heikki Hannikainen a5daf907b5 Merge pull request #25 from HamWAN/master
ssl: Allow NULL encryption cipher (authentication only).
2014-01-22 05:31:53 -08:00
Tom Hayward 1469230ced ssl: Allow NULL encryption cipher (authentication only). 2014-01-21 16:31:03 -08:00
Heikki Hannikainen fbbf37d5de Makefile: Deal with older git versions 2014-01-05 16:51:42 +02:00
Heikki Hannikainen b6dff42c43 version 2.0.12 2014-01-05 14:39:19 +02:00
Heikki Hannikainen bbf3ff0927 Always use aprsc-logo.png for the logo name, no logo version in filename.
* Allow loading with aprsc-logo2.png and aprsc-logo3.png for a few versions.
2014-01-05 14:31:27 +02:00
Heikki Hannikainen 78c6701d14 Live upgrade: get tick_connect from the correct JSON key string 2014-01-05 14:19:50 +02:00
Heikki Hannikainen 549c7cdd31 Call them DX cluster packets 2014-01-05 14:01:17 +02:00
Heikki Hannikainen b2768911bc Add a question mark in log message to signal slight uncertainty 2014-01-05 13:57:34 +02:00
Heikki Hannikainen 4e1c799608 Live upgrade: Only save clients with an FD when going down.
* UDP corepeers do not have FDs, and do not need to be live upgraded.
2014-01-05 13:36:36 +02:00
Heikki Hannikainen 3bf7431e37 Live upgrade accept new clients: Log incorrect JSON fields with more info.
* Also ignores UDP corepeers earlier with a nicer INFO level messages.
2014-01-05 13:30:35 +02:00
Heikki Hannikainen 6099cb1867 version 2.0.11 2014-01-04 21:11:57 +02:00
Heikki Hannikainen a12062f831 Account incoming UDP submit packets on the listener + protocol.
Dupes are still not accounted there (the client is not on the output path!).
2014-01-04 21:00:00 +02:00
Heikki Hannikainen 55c7387edc Update README: it does run on Windows these days. Update years. 2013-12-28 23:15:19 +02:00
Heikki Hannikainen 732ef5ae76 MULTIPLE doc: document start/stop and upgrades 2013-12-28 22:47:50 +02:00
Heikki Hannikainen 243a9561f6 Update MULTIPLE doc 2013-12-28 22:41:04 +02:00
Heikki Hannikainen 690142d14a New document for setting up multiple instances 2013-12-28 22:13:06 +02:00
Heikki Hannikainen e7539f2477 debian init: Insert -n parameter by default, make instance-specific parameters optional in /etc/default/aprsc 2013-12-28 21:45:31 +02:00
Heikki Hannikainen 2d3d84ecbd debian init: check_configuration of multiple instances 2013-12-28 19:42:31 +02:00
Heikki Hannikainen 3f458433c9 Rework start_action to do other actions too 2013-12-28 18:41:27 +02:00
Heikki Hannikainen 8c5ebd148b config test: Check that rundir is a directory 2013-12-28 18:11:30 +02:00
Heikki Hannikainen 051e871797 Added comments in debian init script 2013-12-28 17:51:23 +02:00
Heikki Hannikainen 0e5ebdc61d debian: Implement restarting of multiple instances 2013-12-28 17:33:19 +02:00