mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-13 07:00:39 +00:00
Add endpoints to manage IPC bans (#2715)
* Add endpoints to manage IPC bans * Remove debug code * Misc. * Simplify unban logic * Add explanatory comment to new string resource
This commit is contained in:
9
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
9
ArchiSteamFarm/Localization/Strings.Designer.cs
generated
@@ -981,6 +981,15 @@ namespace ArchiSteamFarm.Localization {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The IP address {0} is not banned!.
|
||||
/// </summary>
|
||||
public static string ErrorIPNotBanned {
|
||||
get {
|
||||
return ResourceManager.GetString("ErrorIPNotBanned", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to {0} is empty!.
|
||||
/// </summary>
|
||||
|
||||
@@ -740,4 +740,8 @@ Process uptime: {1}</value>
|
||||
<value>Please enter your cryptkey: </value>
|
||||
<comment>Please note that this translation should end with space</comment>
|
||||
</data>
|
||||
<data name="ErrorIPNotBanned" xml:space="preserve">
|
||||
<value>The IP address {0} is not banned!</value>
|
||||
<comment>{0} will be replaced by an IP address which was requested to be unbanned from using IPC</comment>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user