Commit Graph

14 Commits

Author SHA1 Message Date
Reese Norris
de94e668f0 update
Bug fixes:
- Fix re-hashing an already hashed password in UpdateUserRecord
- Fix validator incorrectly flagging swift client name
- Switched a > to a < when checking field length for #TM packets

Misc:
- Simplify client reader goroutine
- Simplify client writer logic

Features:
- Add an option to enable plaintext passwords (replacing the JWT token in the AddPilotPDU `token` field.)
2024-09-14 12:20:34 -07:00
Reese Norris
257d891df5 update dockerfile, remove default debug/symbol stripping, update docker compose defaults 2024-04-29 13:41:47 -07:00
Reese Norris
30748013cd update to Go 1.22.2 2024-04-29 13:40:48 -07:00
Reese Norris
4f674c91e1 verify client callsign does not collide with a privileged callsign 2024-04-15 14:16:54 -07:00
Reese Norris
59b02eade5 switch geohash technique to 15-bit precision integer 2024-04-09 15:18:18 -07:00
Reese Norris
ed3eee721f add metar request/response to protocol 2024-04-09 15:14:09 -07:00
Reese Norris
2861947057 implement "Fsinn" plane info request 2024-04-09 11:26:15 -07:00
Reese Norris
f831ffc8fe fix path in example docker-compose.yml 2024-04-07 17:40:21 -07:00
Reese Norris
8f44e2ddc0 tweak semantics for listener, add documentation 2024-04-06 20:41:59 -07:00
Reese Norris
f426b1e4a7 fix auth default case, add keys 2024-04-06 20:27:01 -07:00
Reese Norris
55e165fd3c fix JWT subject formatting 2024-04-05 11:12:26 -07:00
Reese Norris
7670065494 fix typo in docker-compose.yml 2024-04-04 20:49:42 -07:00
Reese Norris
c2ca229940 fix logical OR bug 2024-04-04 20:48:50 -07:00
Reese Norris
05ed593a4b initial commit 2024-04-04 19:40:43 -07:00