]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add IPIntel API support. (#33339)
authorMyra <vasilis@pikachu.systems>
Sun, 12 Jan 2025 19:41:26 +0000 (20:41 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Jan 2025 19:41:26 +0000 (20:41 +0100)
commit96d913b147f13fb7f7226a65d24c7da6dedf469a
tree9b98255e1d27d3078c5f485e6cbc222e0436fe85
parent57442fc3362759c47e0f81a7953adcb6a4c311e7
Add IPIntel API support. (#33339)

Co-authored-by: PJB3005 <pieterjan.briers+git@gmail.com>
20 files changed:
Content.Server.Database/Migrations/Postgres/20241122174243_IPIntel.Designer.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Postgres/20241122174243_IPIntel.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Postgres/PostgresServerDbContextModelSnapshot.cs
Content.Server.Database/Migrations/Sqlite/20241122174236_IPIntel.Designer.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Sqlite/20241122174236_IPIntel.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Sqlite/SqliteServerDbContextModelSnapshot.cs
Content.Server.Database/Model.cs
Content.Server.Database/ModelSqlite.cs
Content.Server/Connection/ConnectionManager.Whitelist.cs
Content.Server/Connection/ConnectionManager.cs
Content.Server/Connection/IPIntel/IPIntel.cs [new file with mode: 0644]
Content.Server/Connection/IPIntel/IPIntelAPI.cs [new file with mode: 0644]
Content.Server/Database/ServerDbBase.cs
Content.Server/Database/ServerDbManager.cs
Content.Server/Entry/EntryPoint.cs
Content.Server/IoC/ServerContentIoC.cs
Content.Shared/CCVar/CCVars.Game.cs
Content.Tests/Server/Connection/IPIntelTest.cs [new file with mode: 0644]
Resources/Locale/en-US/administration/admin-alerts.ftl
Resources/Locale/en-US/connection-messages.ftl