Commit Graph

26 Commits

Author SHA1 Message Date
Reese Norris
603825f400 update docker-build-and-publish.yml 2024-10-22 12:03:45 -07:00
Reese Norris
e7a9f825e3 create docker-build-and-publish.yml 2024-10-22 11:51:49 -07:00
Reese Norris
bf8d7119c9 add server heartbeat 2024-10-15 17:31:17 -07:00
Reese Norris
f41eaf7100 update readme 2024-10-13 12:53:27 -07:00
Reese Norris
fa9327321d change newlines to be MS-DOS style 2024-10-13 11:36:44 -07:00
Reese Norris
dbd055a3ee update docker-compose.yml 2024-10-13 10:56:49 -07:00
Reese Norris
95a30294f4 add data API calls
- /api/v1/data/status.txt
- /api/v1/data/servers.json
- /api/v1/data/servers.txt
2024-10-13 10:53:59 -07:00
Reese Norris
5b10de9df9 fix datafeed.md 2024-10-13 10:32:46 -07:00
Reese Norris
c3fe23b504 update packages with CVEs 2024-10-13 08:29:51 -07:00
Reese Norris
619c338ec2 remove PLAINTEXT_PASSWORDS option
dynamically evaluate the token field in the #AP packet. automatically treat as a plaintext password if a JWT token is not detected.
2024-10-13 08:22:33 -07:00
Reese Norris
ef79a3cd91 fix mysql healthcheck console spam 2024-10-13 08:02:19 -07:00
Reese Norris
57d54d6705 v0.1.0-alpha
Changes:
- Implement bootstrapping library for managing several concurrent internal services
- Refactor concurrency model for connections/logical clients and their associated I/O
- Refactor server context singleton
- Refactor error handling
    - Most errors are now gracefully sent to the FSD client directly encoded as an $ER packet,
      enhancing visibility and debugging
    - Most errors are now rightfully treated as non-fatal
- Refactor package/dependency graph
- Refactor calling conventions/interfaces for many packages
- Refactor database package
- Refactor post office

Features:
- Add VATSIM-esque HTTP/JSON "data feed"
- Add ephemeral in-memory database option
- Add user management REST API
- Add improved web interface
- Add MySQL support (drop SQLite support)
2024-10-07 12:50:39 -07:00
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