Compare commits

..

7 Commits

Author SHA1 Message Date
JustArchi
418a48dfc5 Translations update 2018-06-15 04:15:21 +02:00
JustArchi
04e5efa9a4 Closes #809 2018-06-15 04:06:54 +02:00
JustArchi
e257d035d7 Update NH/NHA2 for SteamClient beta
https://ci.appveyor.com/project/SteamRE/steamkit/build/2.1.0.631
2018-06-13 15:42:22 +02:00
JustArchi
6c8a82ac13 Packages update 2018-06-13 14:52:55 +02:00
JustArchi
1d62ee11d3 AppVeyor: misc 2018-06-13 02:47:26 +02:00
JustArchi
a6cd1471db Packages update 2018-06-13 02:40:50 +02:00
JustArchi
de70db8691 Bump 2018-06-13 02:40:05 +02:00
14 changed files with 177 additions and 140 deletions

View File

@@ -27,7 +27,7 @@
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="1.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0-preview-20180605-02" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0-preview-20180610-02" />
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
</ItemGroup>

View File

@@ -2,14 +2,14 @@
<PropertyGroup>
<ApplicationIcon>ASF.ico</ApplicationIcon>
<AssemblyVersion>3.2.0.1</AssemblyVersion>
<AssemblyVersion>3.2.0.2</AssemblyVersion>
<Authors>JustArchi</Authors>
<Company>JustArchi</Company>
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
<Copyright>Copyright © ArchiSteamFarm 2015-2018</Copyright>
<Description>ASF is an application that allows you to farm steam cards using multiple steam accounts simultaneously.</Description>
<ErrorReport>none</ErrorReport>
<FileVersion>3.2.0.1</FileVersion>
<FileVersion>3.2.0.2</FileVersion>
<LangVersion>latest</LangVersion>
<NoWarn />
<OutputType>Exe</OutputType>
@@ -40,7 +40,7 @@
<PackageReference Include="Humanizer" Version="2.3.3" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="NLog" Version="4.5.6" />
<PackageReference Include="SteamKit2" Version="2.1.0-Beta.1" />
<PackageReference Include="SteamKit2" Version="2.1.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.1'">

View File

@@ -194,8 +194,7 @@ namespace ArchiSteamFarm {
// User might not know what he's doing
// Ensure that he can't screw core ASF variables
// TODO: Change me to >= EPersonaState.Max with next SK2 release
if ((botConfig.OnlineStatus < EPersonaState.Offline) || (botConfig.OnlineStatus > EPersonaState.Max)) {
if ((botConfig.OnlineStatus < EPersonaState.Offline) || (botConfig.OnlineStatus >= EPersonaState.Max)) {
ASF.ArchiLogger.LogGenericError(string.Format(Strings.ErrorConfigPropertyInvalid, nameof(botConfig.OnlineStatus), botConfig.OnlineStatus));
return null;
}

View File

@@ -37,7 +37,7 @@ namespace ArchiSteamFarm {
internal const ushort DefaultIPCPort = 1242;
internal const byte DefaultLoginLimiterDelay = 10;
internal static readonly HashSet<uint> SalesBlacklist = new HashSet<uint> { 267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800 }; // Steam Summer/Winter sales
internal static readonly HashSet<uint> SalesBlacklist = new HashSet<uint> { 267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800, 876740 }; // Steam Summer/Winter sales
private static readonly SemaphoreSlim WriteSemaphore = new SemaphoreSlim(1, 1);

View File

@@ -506,7 +506,10 @@ StackTrace:
<value>Již je ve vlastnictví: {0} | {1}</value>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name</comment>
</data>
<data name="BotRateLimitExceeded" xml:space="preserve">
<value>Limit byl překročen, další pokus bude proveden za {0}...</value>
<comment>{0} will be replaced by translated TimeSpan string (such as "25 minutes")</comment>
</data>
<data name="BotReconnecting" xml:space="preserve">
<value>Opětovné připojování...</value>
</data>
@@ -654,7 +657,16 @@ StackTrace:
<data name="BotRefreshingPackagesData" xml:space="preserve">
<value>Obnovuji informace o baličku...</value>
</data>
<data name="WarningDeprecated" xml:space="preserve">
<value>Použití {0} je zastaralé a bude vymazané v budoucích verzích programu. Prosím použijte {1} místo toho.</value>
<comment>{0} will be replaced by the name of deprecated property (such as argument, config property or likewise), {1} will be replaced by the name of valid replacement (such as another argument or config property)</comment>
</data>
<data name="BotAcceptedDonationTrade" xml:space="preserve">
<value>Přijatý dar: {0}</value>
<comment>{0} will be replaced by trade's ID (number)</comment>
</data>
<data name="WarningWorkaroundTriggered" xml:space="preserve">
<value>Řešení pro chybu {0} bylo spuštěno.</value>
<comment>{0} will be replaced by the bug's name provided by ASF</comment>
</data>
</root>

View File

@@ -1,102 +1,102 @@
{
"auth-ipc-403": "",
"auth-ipc-header": "",
"auth-ipc-pw-saved": "",
"auth-ipc-pw-wrong": "",
"auth-ipc-text": "",
"auth-title": "",
"bots-confirm-delete": "",
"bots-delete": "",
"bots-delete-success": "",
"bots-delimeter": "",
"bots-hide": "",
"bots-hide-offline": "",
"bots-hide-online": "",
"bots-infobox-cards": "",
"bots-infobox-games": "",
"bots-infobox-time": "",
"auth-ipc-403": "Nepodařilo se vám mnohokrát ověřit, prosím vyzkoušejte to později.",
"auth-ipc-header": "IPC Heslo vyžadováno",
"auth-ipc-pw-saved": "Vaše IPC heslo bylo uloženo.",
"auth-ipc-pw-wrong": "Vaše IPC heslo je špatné, vyzkoušejte to znova!",
"auth-ipc-text": "Prosím zadejte správné IPC heslo",
"auth-title": "ASF | Autentizace",
"bots-confirm-delete": "Ano, vymaž bota!",
"bots-delete": "Zobraz tlačítko odstranit",
"bots-delete-success": "<$1> a všechny souvisící soubory byly smazány.",
"bots-delimeter": "Oddělovač",
"bots-hide": "Skrýt boty",
"bots-hide-offline": "Offline boti",
"bots-hide-online": "Online boti",
"bots-infobox-cards": "Zbývající karty",
"bots-infobox-games": "Zbývající hry",
"bots-infobox-time": "Zbývající čas",
"bots-in-use": "Bot je právě použiván.",
"bots-key": "",
"bots-paused": "",
"bots-pause-success": "",
"bots-recover-files": "",
"bots-redeem-button": "",
"bots-key": "Zobraz tlačítko klíče",
"bots-paused": "Bot je pauznutý.",
"bots-pause-success": "<$1> byl pauznut.",
"bots-recover-files": "Nebudeš schopný zobrazit žádné soubory bota!",
"bots-redeem-button": "Přidej klíče!",
"bots-redeem-confirm": "",
"bots-redeem-title": "",
"bots-resume-success": "",
"bots-simple": "",
"bots-start-success": "",
"bots-stop-success": "",
"bots-syntax": "",
"bots-title": "",
"commands-auto-clear": "",
"commands-response": "",
"commands-sent": "",
"commands-title": "",
"commands-waiting": "",
"editor-change": "",
"editor-current": "",
"editor-current-bot": "",
"editor-save": "",
"editor-save-confirm": "",
"editor-title": "",
"editor-update": "",
"editor-update-confirm": "",
"generator-change": "",
"generator-current": "",
"generator-current-bot": "",
"bots-redeem-title": "Zadej klíče!",
"bots-resume-success": "<$1> byl obnoven.",
"bots-simple": "Jednoduché farmící info",
"bots-start-success": "<$1> byl aktivován.",
"bots-stop-success": "<$1> byl zastaven.",
"bots-syntax": "Syntax: názevHry{Delimeter}cd-klíč",
"bots-title": "ASF | Boti",
"commands-auto-clear": "Automatické vyčištění",
"commands-response": "$1 Odpověd obdržená: $2",
"commands-sent": "$1 Příkaz odeslán: $2",
"commands-title": "ASF | Příkazy",
"commands-waiting": "$1 Čekání na odpověď...",
"editor-change": "Změnit bota",
"editor-current": "Aktuálně se mění:",
"editor-current-bot": "Aktuálně se mění: <b>$1</b>",
"editor-save": "Uložit",
"editor-save-confirm": "$1 a jeho soubory konfigurace byli aktualizovány.",
"editor-title": "ASF | Editor konfigurace",
"editor-update": "Konfigurace bude aktualizována a <$1> bude restartován!",
"editor-update-confirm": "Ano, aktualizuj konfiguraci!",
"generator-change": "Změnit mód",
"generator-current": "Aktuální mód:",
"generator-current-bot": "Aktuální mód: <b>$1</b>",
"generator-download": "Stáhnout",
"generator-name": "",
"generator-title": "",
"global-bots": "",
"global-boxed": "",
"global-boxed-description": "",
"global-change": "",
"global-changelog": "",
"global-commands": "",
"global-config": "",
"global-control-panel": "",
"global-editor": "",
"global-error-invalid-pw": "",
"global-error-title": "",
"global-generator": "",
"generator-name": "Potřebuješ zadat jméno!",
"generator-title": "ASF | Generátor Konfigurace",
"global-bots": "Boti",
"global-boxed": "Čtvercové rozložení",
"global-boxed-description": "Zapnout čtvercové rozložení",
"global-change": "Změnit",
"global-changelog": "Seznam změn",
"global-commands": "Příkazy",
"global-config": "Konfigurace",
"global-control-panel": "Ovládací panel",
"global-editor": "Editor",
"global-error-invalid-pw": "Je potřeba zadat platné heslo!",
"global-error-title": "Chyba!",
"global-generator": "Generátor",
"global-home": "Domovská stránka",
"global-information": "",
"global-language": "",
"global-language-info": "",
"global-layout": "",
"global-log": "",
"global-navigation": "",
"global-nightmode": "",
"global-nightmode-description": "",
"global-question-title": "",
"global-ram-usage": "",
"global-skins": "",
"global-information": "Informace",
"global-language": "Jazyk",
"global-language-info": "$1% tohoto jazyka není přeloženo! Pomožte nám <a href=\"https://github.com/JustArchi/ArchiSteamFarm/wiki/Localization\">zde</a>.",
"global-layout": "Rozložení",
"global-log": "Záznamy",
"global-navigation": "Přepnout navigaci",
"global-nightmode": "Noční režim",
"global-nightmode-description": "Zapnout noční režim",
"global-question-title": "Jste si jisti?",
"global-ram-usage": "Využití paměti RAM",
"global-skins": "Skiny",
"global-success-title": "Hotovo.",
"global-uptime": "",
"global-version": "",
"global-wiki": "",
"log-event-code": "",
"log-title": "",
"placeholder-auth": "",
"placeholder-commands": "",
"global-uptime": "Doba provozu",
"global-version": "Verze",
"global-wiki": "Wiki",
"log-event-code": "Kód události: $1",
"log-title": "ASF | Log",
"placeholder-auth": "Zadejte heslo...",
"placeholder-commands": "Zadejte příkaz...",
"placeholder-generator": "Jméno",
"title-bots-delete": "",
"title-bots-delete-this": "",
"title-bots-delete": "Zobraz tlačítko odstranit",
"title-bots-delete-this": "Odstranit tohoto bota",
"title-bots-games": "",
"title-bots-key": "",
"title-bots-more": "",
"title-bots-more": "Více informací",
"title-bots-offline": "",
"title-bots-online": "",
"title-bots-refresh": "",
"title-bots-refresh": "Aktualizovat obsah",
"title-bots-simple": "",
"title-commands-auto-clear": "",
"title-commands-send": "",
"title-commands-show-all-bots": "",
"title-commands-show-all-commands": "",
"title-global-boxed": "",
"title-global-language": "",
"title-global-never": "",
"title-global-nightmode": "",
"title-log-auto-scroll": ""
"title-commands-auto-clear": "Přepnout automatické vymazání",
"title-commands-send": "Odeslat příkaz",
"title-commands-show-all-bots": "Zobrazit všechny boty",
"title-commands-show-all-commands": "Zobrazit všechny dostupné příkazy",
"title-global-boxed": "Zapnout čtvercové rozložení",
"title-global-language": "Změnit jazyk",
"title-global-never": "Znovu nezobrazovat",
"title-global-nightmode": "Zapnout noční režim",
"title-log-auto-scroll": "Přepnout Automatické posunování"
}

View File

@@ -36,17 +36,17 @@
"commands-waiting": "",
"editor-change": "Alterar bot",
"editor-current": "Editando:",
"editor-current-bot": "",
"editor-current-bot": "Editando: <b>$1</b>",
"editor-save": "Salvar",
"editor-save-confirm": "",
"editor-title": "ASF | Editor de configuração",
"editor-update": "",
"editor-update-confirm": "",
"editor-update": "A configuração será atualizada e <$1>será reiniciado!",
"editor-update-confirm": "Sim, atualize a configuração!",
"generator-change": "Alterar modo",
"generator-current": "Modo atual:",
"generator-current-bot": "",
"generator-current-bot": "Modo atual: <b>$1</b>",
"generator-download": "Baixar",
"generator-name": "",
"generator-name": "Você precisa inserir um nome!",
"generator-title": "ASF | Gerador de configuração",
"global-bots": "Bots",
"global-boxed": "Layout de caixa",
@@ -57,38 +57,38 @@
"global-config": "Configurações",
"global-control-panel": "Painel de controle",
"global-editor": "Editor",
"global-error-invalid-pw": "",
"global-error-title": "",
"global-error-invalid-pw": "Você precisa digitar uma senha válida!",
"global-error-title": "Erro!",
"global-generator": "Gerador",
"global-home": "Início",
"global-information": "Informações",
"global-language": "Idioma",
"global-language-info": "",
"global-language-info": "$1% deste idioma não foi traduzido! Ajude-nos < <a href=\"https://github.com/JustArchi/ArchiSteamFarm/wiki/Localization\">aqui</a>.",
"global-layout": "Interface",
"global-log": "Registro",
"global-navigation": "Alternar navegação",
"global-nightmode": "Modo noturno",
"global-nightmode-description": "Alternar modo noturno",
"global-question-title": "",
"global-question-title": "Você tem certeza?",
"global-ram-usage": "Uso de RAM",
"global-skins": "Visuais",
"global-success-title": "Sucesso!",
"global-uptime": "Tempo de atividade",
"global-version": "Versão",
"global-wiki": "Wiki",
"log-event-code": "",
"log-event-code": "Código do evento: $1",
"log-title": "ASF | Registro",
"placeholder-auth": "",
"placeholder-commands": "",
"placeholder-auth": "Digite sua senha...",
"placeholder-commands": "Digite o comando...",
"placeholder-generator": "Nome",
"title-bots-delete": "",
"title-bots-delete-this": "",
"title-bots-delete-this": "Excluir este bot",
"title-bots-games": "",
"title-bots-key": "",
"title-bots-more": "",
"title-bots-more": "Mostrar mais informações",
"title-bots-offline": "",
"title-bots-online": "",
"title-bots-refresh": "",
"title-bots-refresh": "Atualizar conteudo",
"title-bots-simple": "",
"title-commands-auto-clear": "",
"title-commands-send": "",

View File

@@ -1,11 +1,11 @@
{
"auth-ipc-403": "",
"auth-ipc-header": "",
"auth-ipc-header": "Необхідний пароль IPC",
"auth-ipc-pw-saved": "",
"auth-ipc-pw-wrong": "",
"auth-ipc-text": "",
"auth-title": "",
"bots-confirm-delete": "",
"auth-ipc-text": "Будь ласка, введіть вірний IPC пароль",
"auth-title": "ASF | Автентифікація",
"bots-confirm-delete": "Так, видалити бота!",
"bots-delete": "Відображати кнопку \"Видалити\"",
"bots-delete-success": "",
"bots-delimeter": "",
@@ -13,23 +13,23 @@
"bots-hide-offline": "Боти що офлайн",
"bots-hide-online": "Боти що онлайн",
"bots-infobox-cards": "",
"bots-infobox-games": "",
"bots-infobox-time": "",
"bots-infobox-games": "Ігор залишилося",
"bots-infobox-time": "Залишилося часу",
"bots-in-use": "Бот зараз використовується.",
"bots-key": "Показувати кнопку активації ключів",
"bots-paused": "",
"bots-paused": "Бот призупинено.",
"bots-pause-success": "",
"bots-recover-files": "",
"bots-redeem-button": "",
"bots-redeem-button": "Додати ключі!",
"bots-redeem-confirm": "",
"bots-redeem-title": "",
"bots-redeem-title": "Введіть ключі!",
"bots-resume-success": "",
"bots-simple": "Спрощений статус",
"bots-start-success": "",
"bots-stop-success": "",
"bots-syntax": "",
"bots-title": "ASF | Боти",
"commands-auto-clear": "",
"commands-auto-clear": "Автоматична очистка",
"commands-response": "",
"commands-sent": "",
"commands-title": "ASF | Команди",
@@ -41,12 +41,12 @@
"editor-save-confirm": "",
"editor-title": "ASF | Редактор конфігурацій",
"editor-update": "",
"editor-update-confirm": "",
"editor-update-confirm": "Так, оновіть конфігурацію!",
"generator-change": "Змінити режим",
"generator-current": "Поточний режим:",
"generator-current-bot": "",
"generator-download": "Скачати",
"generator-name": "",
"generator-name": "Ви повинні ввести ім'я!",
"generator-title": "ASF | Генератор конфігурацій",
"global-bots": "Боти",
"global-boxed": "Фіксована розмітка",
@@ -57,8 +57,8 @@
"global-config": "Конфігурація",
"global-control-panel": "Панель управління",
"global-editor": "Редактор",
"global-error-invalid-pw": "",
"global-error-title": "",
"global-error-invalid-pw": "Вам необхідно ввести правильний пароль!",
"global-error-title": "Помилка!",
"global-generator": "Генератор",
"global-home": "Головна",
"global-information": "Інформація",
@@ -85,8 +85,8 @@
"title-bots-delete-this": "",
"title-bots-games": "",
"title-bots-key": "",
"title-bots-more": "",
"title-bots-offline": "",
"title-bots-more": "Відображати більше інформації",
"title-bots-offline": "Переключити оффлайн ботів",
"title-bots-online": "",
"title-bots-refresh": "",
"title-bots-simple": "",
@@ -97,6 +97,6 @@
"title-global-boxed": "",
"title-global-language": "Змінити мову",
"title-global-never": "Не показувати знову",
"title-global-nightmode": "",
"title-global-nightmode": "Переключити нічний режим",
"title-log-auto-scroll": ""
}

View File

@@ -154,8 +154,7 @@ after_test:
}
foreach ($variant in $env:SINGLE_VARIANTS.Split([char[]] $null, [System.StringSplitOptions]::RemoveEmptyEntries)) {
Start-Job -Name "$variant" -ScriptBlock $PublishBlock -ArgumentList "$variant"
Get-Job | Receive-Job -AutoRemoveJob -Wait
Start-Job -Name "$variant" -ScriptBlock $PublishBlock -ArgumentList "$variant" | Receive-Job -AutoRemoveJob -Wait
}
foreach ($variant in $env:VARIANTS.Split([char[]] $null, [System.StringSplitOptions]::RemoveEmptyEntries)) {

Binary file not shown.

Binary file not shown.

View File

@@ -3204,16 +3204,16 @@
Gets the <see cref="T:SteamKit2.SteamID"/> of the clan that posted this state update.
</summary>
</member>
<member name="P:SteamKit2.SteamFriends.ClanStateCallback.StatusFlags">
<summary>
Gets the status flags.
</summary>
</member>
<member name="P:SteamKit2.SteamFriends.ClanStateCallback.AccountFlags">
<summary>
Gets the account flags.
</summary>
</member>
<member name="P:SteamKit2.SteamFriends.ClanStateCallback.ChatRoomPrivate">
<summary>
Gets the privacy of the chat room.
</summary>
</member>
<member name="P:SteamKit2.SteamFriends.ClanStateCallback.ClanName">
<summary>
Gets the name of the clan.
@@ -7753,6 +7753,21 @@
A string Steam2 "STEAM_" representation of this SteamID, or a Steam3 representation.
</returns>
</member>
<member name="M:SteamKit2.SteamID.ToChatID">
<summary>
Converts this clan ID to a chat ID.
</summary>
<returns>The Chat ID for this clan's group chat.</returns>
<exception cref="T:System.InvalidOperationException">This SteamID is not a clan ID.</exception>
</member>
<member name="M:SteamKit2.SteamID.TryGetClanID(SteamKit2.SteamID@)">
<summary>
Converts this chat ID to a clan ID.
This can be used to get the group that a group chat is associated with.
</summary>
<returns><c>true</c> if this chat ID represents a group chat, <c>false</c> otherwise.</returns>\
<param name="groupID">If the method returned <c>true</c>, then this is the group that this chat is associated with. Otherwise, this is <c>null</c>.</param>
</member>
<member name="M:SteamKit2.SteamID.ToString">
<summary>
Returns a <see cref="T:System.String"/> that represents this instance.
@@ -8067,6 +8082,18 @@
<returns>The public key.</returns>
<param name="eUniverse">The universe.</param>
</member>
<member name="T:SteamKit2.SimpleConsoleDebugListener">
<summary>
A debug listener that writes debug output to the system console.
</summary>
</member>
<member name="M:SteamKit2.SimpleConsoleDebugListener.WriteLine(System.String,System.String)">
<summary>
Called when the DebugLog wishes to inform listeners of debug spew.
</summary>
<param name="category">The category of the message.</param>
<param name="msg">The message to log.</param>
</member>
<member name="T:SteamKit2.DateUtils">
<summary>
Contains various utility functions for dealing with dates.

2
wiki

Submodule wiki updated: 32764280e8...3d19655965