JustArchi
b7feb969d1
Remove deprecated properties
2018-11-14 21:16:20 +01:00
JustArchi
935533122d
Bump
2018-11-14 21:09:01 +01:00
JustArchi
d9869e906b
Translations update
2018-11-14 21:01:39 +01:00
MisakaDev
ab6ce7c7e5
Add !level command ( #946 )
...
* add !level command
* Added blank lines
* Fix https://github.com/JustArchiNET/ArchiSteamFarm/pull/946
* Fix №2 https://github.com/JustArchiNET/ArchiSteamFarm/pull/946
2018-11-14 20:51:21 +01:00
JustArchi
c6ad260e81
Misc !play correction
2018-11-14 12:22:02 +01:00
JustArchi
c7b7858a01
Travis: Misc
2018-11-13 18:22:35 +01:00
JustArchi
6309607d84
Travis: Misc
2018-11-13 18:08:56 +01:00
JustArchi
b7a2626d16
AppVeyor: we don't need custom dotnet channel anymore
2018-11-13 18:05:56 +01:00
JustArchi
4f099071aa
Travis update
2018-11-13 18:04:22 +01:00
JustArchi
44d025475c
Add nickname to /Api/Bot display
...
https://github.com/JustArchiNET/ASF-ui/issues/159
2018-11-13 17:44:29 +01:00
JustArchi
15de7568e6
Translations update
2018-11-11 23:22:44 +01:00
JustArchi
9fd34146c2
Packages update
2018-11-10 08:00:44 +01:00
JustArchi
c7c3536981
Translations update
2018-11-10 07:48:53 +01:00
JustArchi
7bab5a73a3
Further session improvements
2018-11-10 07:23:04 +01:00
JustArchi
7da7d12161
Fix ProcessStartTime on generic-netf mono
2018-11-09 10:58:05 +01:00
JustArchi
4121768625
Bump
2018-11-08 05:51:13 +01:00
JustArchi
fcf0e5d71d
Translations update
2018-11-08 05:44:10 +01:00
JustArchi
df94bea2b5
Misc
2018-11-08 05:32:56 +01:00
JustArchi
0db344ff32
Misc
2018-11-08 05:23:49 +01:00
JustArchi
89973519bd
Revert "Remove obsolete properties"
...
This reverts commit 5423596f1f
.
I want to include this one for a while longer considering faster stable.
2018-11-08 05:03:44 +01:00
JustArchi
5072c1af41
Packages update
2018-11-08 05:02:27 +01:00
Vital7
23b665d4ea
Fix NullReferenceException in AcceptConfirmations() ( #941 )
2018-11-08 04:57:59 +01:00
JustArchi
57b2123b40
Misc
2018-11-07 14:00:01 +01:00
JustArchi
a872136a1d
I ❤️ @Aareksio
2018-11-07 13:47:45 +01:00
JustArchi
67df99f535
Bump
2018-11-07 02:15:54 +01:00
JustArchi
e6246e1434
Misc
2018-11-07 01:39:56 +01:00
JustArchi
f1b3801c36
Misc
2018-11-07 01:36:21 +01:00
JustArchi
90efe95389
Misc
2018-11-07 01:33:40 +01:00
JustArchi
62dfcd8946
Teach swagger about IPCPassword
2018-11-07 01:32:40 +01:00
JustArchi
f4425f0e71
Misc
2018-11-07 00:53:51 +01:00
JustArchi
1202298e01
Misc improvements to ASF API
...
In bot controller, 3 endpoints:
POST {bot}
POST {bot}/GamesToRedeemInBackground
POST {bot}/Redeem
Now accept botNames (like all other endpoints), GenericResponse included in those responses now include Dictionary that maps previous single response to botName-response.
@JustArchiNET/asf-ui if you're not doing anything with the inner result of generic response, you don't need to do anything. If you do, please map your previous single inner result to dictionary of botName-single result. Functionality remains the same, thanks.
2018-11-07 00:49:39 +01:00
JustArchi
8825b46218
Misc
2018-11-06 23:28:55 +01:00
JustArchi
0cd396cebf
Fix logic
2018-11-06 22:55:41 +01:00
JustArchi
a5cecad7f6
Packages update
2018-11-06 22:38:11 +01:00
JustArchi
5f7f72c65d
crowdin: do not error on nothing to commit
2018-11-06 22:17:49 +01:00
JustArchi
527dc5613a
Translations update
2018-11-06 22:06:24 +01:00
JustArchi
242284559e
Implement hybrid session logic
...
In ASF V3.0 and before, we had a very naive mechanism with session handling that used to work fine but send a lot of requests as we always had to check session before sending a request.
Since ASF V3.1 until now we used new mechanism which refreshed session only when it indeed got invalidated, which worked good until now, but apparently due to some changed at Valve it stopped redirecting appropriately in all POST requests and non-/my GET/HEAD ones.
Therefore, implement hybrid session logic whick works V3.1+ for /my requests, and V3.0- for everything else.
2018-11-06 21:41:59 +01:00
Łukasz Domeradzki
5471394bab
Implement automatic crowdin strings upload in AppVeyor ( #937 )
...
* Initial crowdin-ci integration
* Fix syntax
* Fix detached heads
* Fix syntax for java-only installs
* Finish the PR
* Misc
2018-11-06 06:00:01 +01:00
JustArchi
45e5117f22
Translations update
2018-11-06 00:41:21 +01:00
JustArchi
3fdd79c3e9
Misc
2018-11-05 18:32:33 +01:00
JustArchi
8e92f62c31
Misc
2018-11-05 18:23:41 +01:00
JustArchi
3603f1d315
Cleanup
2018-11-04 19:47:48 +01:00
MisakaDev
c50b70d3e3
Add !balance command ( #935 )
...
* Add !balance command
* Fix pull https://github.com/JustArchiNET/ArchiSteamFarm/pull/935
* Fix #2 pull https://github.com/JustArchiNET/ArchiSteamFarm/pull/935#partial-pull-merging
2018-11-03 18:42:40 +01:00
JustArchi
5423596f1f
Remove obsolete properties
2018-11-01 03:03:49 +01:00
JustArchi
c567545d43
Packages update
2018-11-01 03:03:05 +01:00
JustArchi
a7c3aa71ee
Bump
2018-11-01 02:57:01 +01:00
JustArchi
d620f0e42c
Translations update
2018-11-01 02:52:36 +01:00
JustArchi
aa27069c49
Misc
2018-11-01 02:46:24 +01:00
JustArchi
f6024f644b
Rewrite ASF update routine
...
From another volume of "why this wasn't implemented like that to begin with?!"
2018-11-01 02:16:09 +01:00
Vital7
78f0c56af5
Fix !restart command ( #932 )
...
* Update Commands.cs
* Replace with existing action
2018-10-31 21:06:09 +01:00