5727 Commits

Author SHA1 Message Date
JustArchi
3de9bfe216 Translations update 3.3.0.5 2018-08-24 02:59:03 +02:00
JustArchi
616cc51860 Packages update 2018-08-24 02:56:10 +02:00
JustArchi
c534c7df44 Misc 2018-08-21 22:02:17 +02:00
Vital7
ca9a3458fb Autoaccepting wallet gift cards (#885)
* Add accepting of wallet gift cards

* Split function by two, move bot-related parts to Bot.cs, better xpath

* Remove unneccessary warning

* Forgot to remove beginning chars

* Request data to separate variable, session request in GetDigital..., variable renaming

* Modify XPath a bit to make it more understandable

* Move substring call further, length checking

* Implement semaphore and queue

* Fix typo

* SessionID comment, entries are in alphabetical order

* Add a few spaces to xpath

* Logging: warning -> error

* Dispose GiftCardsSemaphore

* General formatting fixes

* Final formatting fixes, HandledGifts check

* AcceptGifts config value handling

* Handling 0 in function argument
2018-08-20 03:33:09 +02:00
JustArchi
a936ae9ec1 Travis bump 2018-08-20 03:22:20 +02:00
JustArchi
b96cf4aecf Misc 2018-08-19 22:51:28 +02:00
JustArchi
c33c1adf06 Misc 2018-08-19 19:26:41 +02:00
JustArchi
1b8e029281 Misc 2018-08-19 19:24:04 +02:00
JustArchi
d7f976fe97 Packages update 2018-08-19 14:38:20 +02:00
JustArchi
13e835c3b7 Code cleanup 2018-08-19 14:37:23 +02:00
JustArchi
57a2cdb684 Handle invalid r! patterns 2018-08-19 13:28:35 +02:00
JustArchi
fe7b5088d8 Bump 2018-08-18 19:56:02 +02:00
JustArchi
22cc5697be Translations update 3.3.0.4 2018-08-18 19:55:25 +02:00
JustArchi
78247e74a3 Misc 2018-08-18 19:38:08 +02:00
JustArchi
1911b76b23 Correct serialization of encrypted passwords 2018-08-18 19:26:18 +02:00
JustArchi
1a2cbf3dad Translations update 2018-08-17 19:58:15 +02:00
JustArchi
307e69c48d Disable regex cache for MinMemoryUsage mode 2018-08-17 19:20:27 +02:00
JustArchi
742ddfecac Merge branch 'master' of https://github.com/JustArchi/ArchiSteamFarm 2018-08-17 19:00:34 +02:00
JustArchi
0f07564ba4 Misc regex enhancement
By using static Regex class we can make use of regex cache which has a potential to be a better pick than regex object used for just two calls - https://docs.microsoft.com/en-us/dotnet/standard/base-types/compilation-and-reuse-in-regular-expressions
2018-08-17 19:00:26 +02:00
Vital7
fae4c0e257 IsMatch(...) instead of Match(...).Success (#883) 2018-08-17 13:23:06 +02:00
JustArchi
6b55f5e3bb Disable UDP protocol due to #882 2018-08-17 02:33:05 +02:00
JustArchi
bb55d71545 Misc 2018-08-15 05:23:20 +02:00
JustArchi
9a53ae0916 Misc 2018-08-15 05:21:59 +02:00
jaks97
bb1744a035 Update app.js (#877) 2018-08-13 21:25:51 +02:00
JustArchi
5a952e0fb7 Closes #879 2018-08-13 00:01:43 +02:00
JustArchi
43ff675f42 Travis: misc 2018-08-12 17:06:38 +02:00
JustArchi
eaa139976c Move nuget.config to appropriate place 2018-08-12 03:14:47 +02:00
JustArchi
00d3ac4eb6 Dockerfiles cleanup 2018-08-12 03:05:42 +02:00
JustArchi
0854b713f1 Closes #875 2018-08-08 11:27:00 +02:00
JustArchi
8041a38393 Bump 2018-08-06 02:01:15 +02:00
JustArchi
171d7adc32 Translations update 3.3.0.3 2018-08-06 01:34:17 +02:00
JustArchi
1bf571e5a6 Packages update 2018-08-06 01:27:00 +02:00
JustArchi
6f58f58865 Closes #868 2018-08-06 01:21:36 +02:00
SKANKHUNTER
b144be2f5d IPC GUI Update Nr.12 (#871)
* Remove unnecessary language flags

* Move language button to navbar

Added flag-icon-css

* Bump

* Update strings.json

* Add i18n support for bootstrap-select elements

* Misc

* Readd dropdown scroll

* Misc

* Add i18n support for bootstrap-select elements

* Misc

* Remove download buttons when switching tabs

* Add error message when trying to download empty text

* notepad++ region support

* Add bootstrap-toggle

* Misc

* Add bootstrap-toggle

* Add bootstrap-toggle to Log

* Misc

* Misc

* Add bootstrap-toggle

* Add bootstrap-toggle

* Misc

* Cleanup

* More cleanup
2018-08-04 13:41:03 +02:00
JustArchi
b8480754db Bump 2018-08-01 23:43:24 +02:00
JustArchi
4cf5181778 Translations update 3.3.0.2 2018-08-01 23:41:53 +02:00
JustArchi
f09ba3cb17 Packages update 2018-08-01 23:36:14 +02:00
SKANKHUNTER
7ea06b7dc0 IPC GUI Update Nr.11 (#867)
* Bump

* Add nightmode support for new BGR feature

* Fix

* Implement GET, DELETE /Api/GamesToRedeemInBackground/{Bot}

* Misc

* Cleanup

* Update strings.json

* Update strings.json

* Update strings.json
2018-08-01 23:25:31 +02:00
JustArchi
a00930161c Misc 2018-08-01 23:16:58 +02:00
JustArchi
57c708a1c6 Fix STM trading logic 2018-08-01 23:11:15 +02:00
JustArchi
2855c3906d Add failing test
This one needs to be fixed.
2018-08-01 09:50:50 +02:00
JustArchi
921bc03280 Translations update 2018-08-01 09:29:39 +02:00
SKANKHUNTER
d10b60eadf IPC GUI Update Nr.10 (#858)
* Typo

* Include every line in commit

* Add tooltips to buttons

* Add "disconnected"-Bot Status Button in left sidebar

* Fix bug in totalTimeRemaining

* Misc

* Implement "GET, DELETE /Api/GamesToRedeemInBackground/{Bot}" Part1

* Misc

* Misc

* Misc

* Use modified adminlte.min.js

* Remove "expandOnHover" from left sidebar

* Fix

* Add build variant to footer

* Remove tooltips

* Change auto scroll icon

* Cleanup

* Add live search for dropdowns

* Misc

* Misc

* Add wiki parser for commands

* Misc

* Add nightmode support for new dropdowns

* Fix
2018-07-31 20:43:27 +02:00
JustArchi
97f826b7e2 Add /Api/WWW/Send + cleanup 2018-07-31 16:17:24 +02:00
JustArchi
37d58b78a0 Include project link in default user-agent 2018-07-28 05:17:52 +02:00
JustArchi
16d002f99b Misc code cleanup 2018-07-27 04:52:14 +02:00
JustArchi
db0a6efa9d WebConfigGenerator build 2018-07-27 01:54:47 +02:00
JustArchi
a23dd842bc Schema update 2018-07-27 01:44:38 +02:00
JustArchi
39e5a3eb0c Bump 2018-07-26 15:39:00 +02:00
JustArchi
892ccc7b71 Bump 3.3.0.1 2018-07-26 15:06:32 +02:00