Results 97 comments of BlueRaja

Encryption would only be marginally more secure, since if they have access to your files, they have access to any encryption keys as well. That makes it hard to justify...

1. `offer.Accept()` no longer returns a boolean, please see the method prototype 2. I am not reproing this 3. I will look into this. **Edit** - I don't see that...

Or perhaps it should just retry on its own, and return a failure if it doesn't work after a few attempts? Regardless, though this _is_ a big issue, I still...

Another good place to ask questions would be [StackOverflow](http://stackoverflow.com/questions/tagged/steambot). They're more active, and significantly more forgiving about asking beginner-questions.

The most complex part right now is definitely the inventories. Right now there's an `Inventory` class that can only be used for TF2 stuff, and another `GenericInventory` class that's used...

You wouldn't need polling if there's a Steam message for this _(meaning we'd need to handle it through SteamKit)_. Is there not one?

I was more interested in the case where a normal trade gets turned into a trade offer due to email confirmation; but it turns out the offer-id is the same...

File handlers etc. get closed automatically by the OS when a program exits. I didn't even realize it was possible for console programs to run code in response to the...

@WildCard65 wanted xUnit, but I talked him into nUnit. It is more popular and more widely supported _(eg. Resharper doesn't support xUnit)_. We can discuss it here, if anyone wants.

Is that the alternate piece of login code? If it's not currently in use, I say chop it.