mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
* Log telemetry connections in DB (#63435) About The Pull Request Logs tgui telemetry connections into the database. Useful since they are normally capped to 5. Does not change the fact that the "banned account in connection history" part is still based on your history at that time. I figured it could potentially be very slow to go through your entire database history. * Fix IPs in telemetry_connections not being unsigned (#63573) About The Pull Request Fixes IPs not being unsigned, causing problems where they get capped if the IP is too big. Not tested. Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>