JustArchi
bd028ba459
Packages update
2016-06-29 21:33:38 +02:00
JustArchi
49344751af
Add missing copyright notice
2016-06-29 21:24:05 +02:00
JustArchi
97724c95a7
Bump
2016-06-29 20:42:53 +02:00
JustArchi
627c4576f5
Misc
2.1.1.5
2016-06-29 20:35:33 +02:00
JustArchi
a90b5adaf5
Further hardening
2016-06-29 20:33:52 +02:00
JustArchi
1c74fddbac
Further hardening
2016-06-29 20:20:38 +02:00
JustArchi
4380679df6
JSON code review
2016-06-29 20:18:47 +02:00
JustArchi
e3030dccdb
Fix GetTradeHoldDuration() sometimes failing
...
Forgot to ensure the session is active
2016-06-29 09:11:59 +02:00
JustArchi
e6509ae1a3
Use timeouts instead
2016-06-28 23:25:18 +02:00
JustArchi
2bc202dd3a
Revert "Respond with Error on Volvo fuckup, #266 "
...
This reverts commit 5bc6af718e .
https://www.steamgifts.com/go/comment/6Fc717c
2016-06-28 22:57:54 +02:00
JustArchi
b9e8823bf1
Bump
2016-06-28 10:58:16 +02:00
JustArchi
e7cd488435
Give up for now
2.1.1.4
2016-06-28 10:54:39 +02:00
JustArchi
4c09d95b9a
Let's test something else
2016-06-28 10:44:07 +02:00
JustArchi
1fe5cfff49
Fix broken Mono after #268
2016-06-28 10:36:28 +02:00
JustArchi
57014aab6d
Warn also on empty (invalid) cryptkey
2016-06-28 09:26:11 +02:00
JustArchi
4a5bff1b84
Add --cryptkey, #267
2016-06-28 09:24:43 +02:00
JustArchi
5f0ce543ae
Bump
2016-06-28 08:03:48 +02:00
JustArchi
25094592c9
Misc
2.1.1.3
2016-06-28 07:50:44 +02:00
JustArchi
8f75042b54
Silence resharper over obsolete code that will be removed soon
2016-06-28 07:21:03 +02:00
JustArchi
34c1016218
Misc
2016-06-28 07:18:39 +02:00
JustArchi
7351d07518
Improve ArchiService
...
- Correct DisplayName
- Implement proper Shutdown sequence instead of 20 seconds timeout-kill
- Misc
2016-06-28 07:14:51 +02:00
JustArchi
5a8701444a
Formatting + code review
2016-06-28 06:58:59 +02:00
Łukasz Domeradzki
8db29fa5a7
Merge pull request #268 from justin-gerhardt/master
...
adding ability to run as a windows service
2016-06-28 06:28:54 +02:00
Justin Gerhardt
056b793262
adding ability to run as a windows service
2016-06-28 00:09:42 -04:00
JustArchi
a4383cdb89
Implement superior ProtectedDataForCurrentUser encryption
2016-06-28 05:24:30 +02:00
JustArchi
d5514422b6
Kill Base64 encryption
...
It doesn't make any sense when AES is available, not to mention that it's not even proper encryption...
2016-06-28 04:52:00 +02:00
JustArchi
3627a01f59
Correct example.json, default is 0
2016-06-28 04:36:31 +02:00
JustArchi
0dc131b79b
Misc
2016-06-28 04:34:51 +02:00
JustArchi
8d9fbce2ed
Add support for encrypted passwords, closes #267
2016-06-28 04:32:48 +02:00
JustArchi
a01e718e28
Misc
2016-06-27 21:28:06 +02:00
JustArchi
9bed5f013a
Misc
2016-06-27 21:21:22 +02:00
JustArchi
2cf2df62c5
This is no longer required
2016-06-27 21:17:23 +02:00
JustArchi
9bac3915da
Move MaxGamesPlayedConcurrently logic higher
2016-06-27 21:15:30 +02:00
JustArchi
93191f9066
Add logic for MaxGamesPlayedConcurrently
...
This is a limit introduced by Steam Network, limit for Steam Client is 30, but we don't have to respect that one
2016-06-27 21:09:58 +02:00
JustArchi
ebc8c1674b
Prefer fully synchronous code during saving
...
We must ensure no race condition during lock statement and exiting lock clause to run async code - Thread.Sleep() is bad, but we never expect to reach that point in normal conditions, and in faulty ones, it improves the chances of things succeeding in next try
2016-06-27 19:05:24 +02:00
JustArchi
5bc6af718e
Respond with Error on Volvo fuckup, #266
2016-06-27 18:56:11 +02:00
JustArchi
579d9e1cbf
What the fuck VS
2016-06-27 18:48:25 +02:00
JustArchi
c7d0fb1aac
Fix formatting
2016-06-27 18:46:50 +02:00
JustArchi
1f4a4cc6b7
Database saving hardening, #265
2016-06-27 18:44:48 +02:00
JustArchi
612ab87626
Bump
2016-06-27 02:31:25 +02:00
JustArchi
951d58161f
Use SharedInfo + Add ConfigGenerator version check
2.1.1.2
2016-06-27 02:07:27 +02:00
JustArchi
d68bb01174
Add MaxTradeHoldDuration
2016-06-27 01:45:41 +02:00
JustArchi
da411b81b9
Bump
2016-06-27 01:01:55 +02:00
JustArchi
82c2d3ec15
Never register bot with broken database, closes #265
2.1.1.1
2016-06-27 00:38:38 +02:00
JustArchi
788f5c94a2
Reduce likeness of accepting/rejecting outdated trades
2016-06-26 23:01:30 +02:00
JustArchi
4d37a775cf
Add case-insensitivity to commands
2016-06-26 22:38:03 +02:00
JustArchi
766a638f0d
Misc
2016-06-26 20:41:21 +02:00
JustArchi
12aa933355
Misc
2016-06-26 20:29:56 +02:00
JustArchi
9bc76ca1fe
Misc
2016-06-25 07:03:39 +02:00
JustArchi
339a56dc80
Bump
2016-06-25 04:10:13 +02:00