1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Commit Graph

  • b717ca1ed3 Add game event refresh freezing when user enters lobby; fix #84 main NG (Graham) 2026-08-21 21:04:37 -04:00
  • 1f0aa22f68 Add another custom game sync to mitigate and/or fix #113 NG (Graham) 2026-08-09 18:31:03 -04:00
  • 3963a2b4de Clippy improvements NG (Graham) 2026-08-09 18:12:08 -04:00
  • 52dc0519fb Improve intercom and reduce meaningless error logging NG (Graham) 2026-08-09 18:02:45 -04:00
  • 961190a467 Factor in connection latency when respawning player, bump LiteRustLib (with fix #143) NG (Graham) 2026-08-09 15:27:16 -04:00
  • 7147df2a9c Bump version to 1.4.0 NG (Graham) 2026-08-08 18:37:56 -04:00
  • da36c702e1 Add workaround to fix #127 NG (Graham) 2026-08-08 16:22:12 -04:00
  • 5be8610e8a Enable garage storage size reading on release builds for postgres v1.3.1 NG (Graham) 2026-07-26 17:52:16 -04:00
  • 95bbd429de Fix rendering error in user dashboard on serious databases NG (Graham) 2026-07-26 17:48:01 -04:00
  • 056d127960 Set client remote log to valid log capture server v1.3.0 NG (Graham) 2026-07-26 15:54:07 -04:00
  • 878f514441 Add rc_society to release package NG (Graham) 2026-07-25 13:41:27 -04:00
  • b9fe4f9121 Update dependencies for release NG (Graham) 2026-07-21 17:13:02 -04:00
  • c351128fe6 Add log message when multiplayer is turned off NG (Graham) 2026-07-21 17:01:44 -04:00
  • d9787734dc Add federation webpage to society; fix dead link on home page NG (Graham) 2026-07-18 00:32:28 -04:00
  • 147a07c338 Don't send or save email addresses for fedi accounts NG (Graham) 2026-07-14 18:00:04 -04:00
  • 249751a1e9 Add optional rate limiting for oauth entrypoint NG (Graham) 2026-07-14 17:59:05 -04:00
  • b3e4f516ea Fix dev messages not displaying repeated messages reliability... because that's now a problem NG (Graham) 2026-07-12 16:40:52 -04:00
  • e56d812cd5 Remove clone of copy enqueued_at NG (Graham) 2026-07-11 20:55:15 -04:00
  • 7ff04923c4 Add a login message as seen at work NG (Graham) 2026-07-11 20:48:30 -04:00
  • 30ffc8d562 Track and report lobby queue wait times NG (Graham) 2026-07-11 20:46:10 -04:00
  • 4c0184dad1 Rotate players and reactors to face center of map by default NG (Graham) 2026-07-09 22:08:30 -04:00
  • bab455dc00 Add emotigram support; close #115 NG (Graham) 2026-07-09 21:05:32 -04:00
  • 9aaf1b5b5f Fix loading when already connected due to new short-circuit NG (Graham) 2026-07-09 20:59:03 -04:00
  • 192f3216b2 Use cube converter on factory; fix #26 NG (Graham) 2026-07-09 17:45:43 -04:00
  • 60bad02c87 Add logout endpoint for rc_society; close #140 NG (Graham) 2026-07-09 17:25:02 -04:00
  • 8c3b74cba3 Make minimum multiplayer level configurable, (default 0); close #141 NG (Graham) 2026-07-09 17:12:43 -04:00
  • 2ddb175323 Improve net security against snooping, make configurable NG (Graham) 2026-07-07 22:32:47 -04:00
  • b8203255a1 Consider user federation settings when logging in remotely NG (Graham) 2026-07-05 23:04:46 -04:00
  • 6992b02679 Still allow domains for lobby redirect CLI arg; #138 NG (Graham) 2026-07-05 20:53:29 -04:00
  • fc4ec1c7a5 Fix IPv6 parsing for redirect CLI arg; #138 NG (Graham) 2026-07-05 18:37:10 -04:00
  • 72ed77fb91 Merge branch 'feat-fedi-auth-123-2' NG (Graham) 2026-07-05 16:40:14 -04:00
  • 0faeac9120 Clippy fixes for #123 NG (Graham) 2026-07-05 16:33:26 -04:00
  • 1dc502af32 Fix some minor typos & bugs; #123 NG (Graham) 2026-07-05 16:28:20 -04:00
  • 2adf8249bb Implement federated login; #123 NG (Graham) 2026-07-05 15:45:36 -04:00
  • 6601c188d0 Fix a minor build error MaxSignal 2026-07-03 07:32:40 +00:00
  • d8825d5fc3 Merge pull request 'Add the rc_society service to the docker-compose file.' (#136) from MaxSignal/rc-servers:patch-2 into main NGnius 2026-06-29 20:46:46 +00:00
  • 5552354916 Merge pull request 'Increment the thumbnail version when cube_data or color_data is modified. #102' (#135) from MaxSignal/rc-servers:patch-1 into main NGnius 2026-06-29 20:45:23 +00:00
  • a29e921f5b Merge pull request 'Randomize the multiplayer AI bank, just like in single-player. #43' (#134) from MaxSignal/rc-servers:main into main NGnius 2026-06-29 20:40:24 +00:00
  • 11c8165a9c Add the rc_society service to the docker-compose file. MaxSignal 2026-06-29 18:48:03 +09:00
  • 56aa7a2b38 Increment the thumbnail version when cube_data or color_data is modified. MaxSignal 2026-06-29 17:01:52 +09:00
  • 1d387ae3df Randomize the multiplayer AI bank, just like in single-player. MaxSignal 2026-06-29 02:43:57 +00:00
  • 0315548c95 Don't revalidate client connection when client tries to revalidate game GUID, add more logging in this case of the client being glitchy NG (Graham) 2026-06-27 16:06:36 -04:00
  • 833a094cea Use factory URL from config in garage list webpage NG (Graham) 2026-06-25 19:26:11 -04:00
  • 9aa8afc232 Fix single clippy warn NG (Graham) 2026-06-24 22:20:51 -04:00
  • 995bafa70c Add server-wide and user-only federation controls (#133) NG (Graham) 2026-06-25 01:49:11 +00:00
  • e65d0eeb80 Add config flag to disallow parties joining the lobby NG (Graham) 2026-06-22 19:22:28 -04:00
  • dddf1d5337 Improve BA capture point state machine; fix #126, fix speedup from multiple players on point NG (Graham) 2026-06-22 18:44:48 -04:00
  • 62a81a1eaf Fix clan info not being provided in battle loading screen; fix #132 NG (Graham) 2026-06-22 17:16:40 -04:00
  • e60a4927a6 Add API endpoint for retrieving config.json (without any secure access details) NG (Graham) 2026-06-21 21:58:36 -04:00
  • c4f297eb18 Correct typo in param name causing errors when invited to a custom game in some circumstances; fix #125 NG (Graham) 2026-06-20 19:46:51 -04:00
  • f58bfa06d2 Add chat command to clear CRF id in database; close #124 NG (Graham) 2026-06-20 19:27:53 -04:00
  • 777ba327cc Add untested garage storage use support for postgres in debug builds; #130 NG (Graham) 2026-06-20 18:57:00 -04:00
  • b597e1337d rc_society dashboard display (#131) NG (Graham) 2026-06-20 21:48:09 +00:00
  • d2626bb47f feat-webgarages-121 (#129) NG (Graham) 2026-06-15 01:02:52 +00:00
  • a222745841 Update dependencies with breaking changes NG (Graham) 2026-05-04 21:53:29 -04:00
  • 10fb01de58 Bump version to v1.3.0, delete unused root package NG (Graham) 2026-05-04 21:39:15 -04:00
  • 85408cd9fc Merge pull request 'Create society service with basic functionality and auth #118' (#120) from feat-society into main NGnius 2026-05-02 15:10:43 +00:00
  • e3183eb238 Create society service with basic functionality and auth #118 NG (Graham) 2026-05-02 11:03:49 -04:00
  • 5e8bc15477 Count TDM kills using same debounced method as scoreboard; fix #116 v1.2.2 NG (Graham) 2026-04-25 17:19:22 -04:00
  • 68bdb40c10 Reject custom game invites if invitee is already in custom game; fix #114 NG (Graham) 2026-04-15 18:04:45 -04:00
  • 1d55e534c1 Make rest of client platform flags configurage; fix speedometer confusing Americans NG (Graham) 2026-04-14 22:01:05 -04:00
  • e09aeceed3 Merge pull request 'small fixes related to docker' (#111) from MaxSignal/rc-servers:main into main NGnius 2026-04-09 20:45:05 +00:00
  • 13f9da827d small fixes related to docker MaxSignal 2026-04-09 11:04:39 +00:00
  • 5df580c116 Create pre-configured DB containers for testing NG (Graham) 2026-04-08 21:37:29 -04:00
  • 25443287c1 Make static cpu limits Immediate NG (Graham) 2026-04-08 21:36:33 -04:00
  • 5fea1920cf Set default vehicle validator for multiplayer to None NG (Graham) 2026-04-08 21:35:57 -04:00
  • c82c11fc1c Make factory upload limit configurable and increase default to mitigate #105 NG (Graham) 2026-04-08 21:06:06 -04:00
  • 766604078f add docker moments MaxSignal 2026-04-08 14:43:58 +00:00
  • 9d935a5ec7 Re-added handling of the buyable flag to the Arc adapter search function, and added handling of the feature_only flag. (#107) MaxSignal 2026-04-07 22:21:57 +00:00
  • 290e62773d Add support for leaving a clan if you're the leader; fix #108 NG (Graham) 2026-04-07 18:19:26 -04:00
  • f6e0cc8d65 Bump version to v1.2.2 NG (Graham) 2026-04-06 11:07:34 -04:00
  • 8aa72e3782 Fix mysql db column type for colour and cube data in built-in factory; fix #106 NG (Graham) 2026-04-07 17:28:52 -04:00
  • 8ec66841d4 Reduce default healing after respawn in Pit NG (Graham) 2026-04-06 11:03:37 -04:00
  • af1f7dfc7a Fix not returning to main menu after some game modes are complete NG (Graham) 2026-04-06 11:00:46 -04:00
  • 8c2a90cea7 Fix clan avatars not displaying in some cases NG (Graham) 2026-04-06 10:22:10 -04:00
  • 8e54676661 Update dependencies for release v1.2.1 NG (Graham) 2026-04-01 19:11:06 -04:00
  • 92f99a4b2f Upload files to "store_teaser.png" poisson NGnius 2026-03-31 22:10:36 +00:00
  • dfe95c2ee9 Fill store page NG (Graham) 2026-02-25 21:19:12 -05:00
  • cab6774366 Add robopay token endpoint NG (Graham) 2026-01-12 20:34:34 -05:00
  • a182ced637 Fix existing platoon not showing when returning from battle v1.2.0 NG (Graham) 2026-03-28 10:58:34 -04:00
  • 6de195c1f2 Add config flag to disable registration NG (Graham) 2026-03-24 17:19:18 -04:00
  • 56e4239c08 Add configurable team selection for #44 NG (Graham) 2026-03-23 21:07:14 -04:00
  • 0a93432783 Minor refactor to make match configs easier to work with NG (Graham) 2026-03-21 21:37:54 -04:00
  • 57b825a6f8 Fix base stealing not ending game; fix #100 NG (Graham) 2026-03-21 21:06:38 -04:00
  • 27da413ed1 Fix some clippy warnings and update dependencies NG (Graham) 2026-03-21 18:07:03 -04:00
  • 289827ec3b Factor in platoons during team assignment #88 NG (Graham) 2026-03-21 16:06:57 -04:00
  • 18e3f1f6f7 Make garage slot limit configurable NG (Graham) 2026-03-18 17:59:14 -04:00
  • 5ce1611cc5 Log when an invalid URL path is accessed NG (Graham) 2026-03-18 17:42:09 -04:00
  • fa3ed24922 Fix some clippy issues for #38 NG (Graham) 2026-03-18 17:37:53 -04:00
  • 6a953bc613 Implement lobby parts of custom games #38 NG (Graham) 2026-03-17 21:52:15 -04:00
  • af04c4093c Implement non-multiplayer parts of custom games NG (Graham) 2026-03-12 22:44:04 -04:00
  • 6ce456a739 Reduce artificial delay before entering a match NG (Graham) 2026-03-05 21:48:15 -05:00
  • a391d7e45a Create README for every crate NG (Graham) 2026-03-05 21:47:50 -05:00
  • ca8e5b013b Add maintenance mode lockout during login NG (Graham) 2026-03-02 19:53:30 -05:00
  • 223d15ecef Update and add more project templates NG (Graham) 2026-02-28 11:59:13 -05:00
  • 3d2b7078e4 Implement vehicle validation before match NG (Graham) 2026-02-28 10:51:12 -05:00
  • 5d4123026d Fix clippy warnings from latest PR merge NG (Graham) 2026-02-22 22:46:23 -05:00
  • f0cca11d3c Implement most of clans functionality; close #89 NG (Graham) 2026-02-22 22:39:34 -05:00
  • e120b945c8 Update external dependencies NG (Graham) 2026-02-18 21:36:22 -05:00
  • c07de8ff45 Fix release version badge NG (Graham) 2026-02-18 21:28:11 -05:00