Commit Graph

854 Commits

Author SHA1 Message Date
JustArchi
51abdfb899 Bring back HackedLogOn()
It's still needed...
2.1.2.5
2016-07-12 03:56:35 +02:00
JustArchi
658d6129a7 Add --until-clean-exit 2016-07-11 19:22:25 +02:00
JustArchi
55c1674309 Add --aot to usage 2016-07-11 19:08:08 +02:00
JustArchi
9efae3edae Don't AOT by default 2016-07-11 19:07:17 +02:00
JustArchi
d1e047edf8 Remove old converter 2016-07-10 20:57:59 +02:00
JustArchi
8742ace3d7 Bump 2016-07-10 20:30:00 +02:00
JustArchi
feb3fbfe59 Get used to null propagation 2.1.2.4 2016-07-10 20:17:35 +02:00
JustArchi
0b06df4352 Misc 2016-07-10 20:10:14 +02:00
JustArchi
10b1d02a95 Rename JsonStorage -> InMemory 2016-07-09 12:24:21 +02:00
JustArchi
7731360f09 One more correction, thanks @Netshroud 2016-07-09 11:39:54 +02:00
JustArchi
02d3454d1b Avoid enumerating over Servers 2016-07-09 11:15:25 +02:00
JustArchi
54b8d3e6f3 Use extended result where appropriate 2016-07-09 09:20:56 +02:00
Łukasz Domeradzki
0b65e1d9a1 Merge pull request #286 from justin-gerhardt/master
preventing the creation of the default event source
2016-07-08 11:12:10 +02:00
Justin Gerhardt
1f5005f14d preventing the creation of the default event source 2016-07-08 05:04:48 -04:00
JustArchi
6414f375fd Bump 2016-07-08 10:30:08 +02:00
JustArchi
b930f513b4 Fix non-necessary extra event 2.1.2.3 2016-07-08 09:58:08 +02:00
JustArchi
84419bec2a Use events for handling Save() 2016-07-08 09:48:15 +02:00
JustArchi
deed19e732 Bump 2016-07-08 09:12:14 +02:00
JustArchi
7e9844edab Implement and use persistent ServerList
Initial idea was suggested back in #66, but recently made possible in clean and nice way, thanks to @azuisleet and @Netshroud
2016-07-08 09:02:53 +02:00
JustArchi
ce4733547c Misc 2016-07-08 07:43:02 +02:00
JustArchi
561fb66e7a Correct harmless VS code analysis warnings 2016-07-08 07:41:36 +02:00
JustArchi
77413f13e2 Kill HackIgnoreMachineID with fire 2016-07-08 07:16:42 +02:00
JustArchi
1ca31ee33e Upgrade old SK2 conversions 2016-07-08 07:11:37 +02:00
JustArchi
4059a2cd11 Bring SK2 1.8.0
Finally... :)
2016-07-08 07:08:07 +02:00
JustArchi
23af6efb4b Misc
We expect this to be refilled with nearly the same amount of entries, so trimming is not really needed
2016-07-08 06:48:38 +02:00
JustArchi
09b2b29ff4 Avoid excessive TrimExcess()
It's really good for keeping memory low, but due to limited lifespan of those objects and the fact that we should focus on performance and not memory, it's better to avoid extra overhead and let GC do it's job, by dropping references to those objects ASAP

TrimExcess() is still being used for global objects, as those have longer (possibly infinite) lifespan and can benefit from that.
2016-07-08 06:45:17 +02:00
JustArchi
412028eff7 Misc 2016-07-08 00:02:04 +02:00
JustArchi
a5c85a73bc And when being invoked during waiting too 2016-07-07 23:36:35 +02:00
JustArchi
b40e87b25e Make ASF work with NLog autoReload=true 2016-07-07 23:27:34 +02:00
JustArchi
bdc3d07720 Remove LogToFile
Logging to file is now always enabled (unless running as a service). For advanced logging configuration https://github.com/JustArchi/ArchiSteamFarm/wiki/Logging is available
2.1.2.2
2016-07-07 22:35:22 +02:00
JustArchi
123b2c82fb Misc 2016-07-05 23:22:08 +02:00
Łukasz Domeradzki
26dfdf7f9f Merge pull request #284 from justin-gerhardt/master
moved default event log to its own log
2016-07-05 23:18:44 +02:00
Justin Gerhardt
e21eebd57e moved default event log to its own log 2016-07-05 04:35:10 -04:00
JustArchi
aa0eb065b6 Tweak EventLog layout, #274 2016-07-05 09:39:52 +02:00
JustArchi
7a3d980019 Bump 2016-07-05 09:19:58 +02:00
JustArchi
5b0d12347f Closes #281
It's really weird that NLog doesn't make needed refresh on each addition/removal by itself
2.1.2.1
2016-07-05 09:17:25 +02:00
JustArchi
9918b81342 Misc 2016-07-05 08:50:32 +02:00
JustArchi
cb6fa7a80b Create ISSUE_TEMPLATE.md 2016-07-05 08:32:51 +02:00
JustArchi
6c321b30a1 Bump 2016-07-04 22:59:16 +02:00
JustArchi
69d6d6e10b Use ASF instead of Main for global logging routines, closes #280 2.1.2.0 2016-07-04 22:46:08 +02:00
JustArchi
38eb130217 Add support for logging/catching also very early messages 2016-07-04 22:30:29 +02:00
JustArchi
c00943bb74 Initialize console loggers only once 2016-07-04 22:03:12 +02:00
JustArchi
e134d6f6b6 So happy to fix this 2016-07-04 21:58:50 +02:00
JustArchi
79b1019ec3 Allow overriding default ASF NLog settings, #279 2016-07-04 21:40:09 +02:00
JustArchi
4b0e65b76b Treat timeouts as warnings 2016-07-04 20:57:33 +02:00
JustArchi
49c4f94bba But don't commit my tests 2016-07-04 19:35:50 +02:00
JustArchi
58cc203577 Use fatal level for unhandled exceptions 2016-07-04 19:33:54 +02:00
JustArchi
6128d87cbf Always delete old log file 2016-07-04 19:25:01 +02:00
JustArchi
6ada40fc2f Implement NLog for ASF logging, closes #274, #279 2016-07-04 19:22:46 +02:00
JustArchi
f8ab06871f Bump 2016-07-03 09:41:51 +02:00