Steve Dougherty

Results 75 comments of Steve Dougherty

-exit is not documented as waiting until the node has stopped before exiting the tray. Removing the anchor file means the node will shut down, which is sufficient. If you...

Given the choice between changing the tray and implementing waiting for the wrapper in batch script I think changing the tray makes more sense. I'll do that.

This doesn't include a 64-bit wrapper binary? I can test parts of the tray without one, but not the entire setup.

Right. The tray changes are implemented but not yet tested and pushed. My understanding is we do not yet have 64-bit binaries to work with. Is my recollection correct that...

@comradekingu Do you plan to pursue making these changes still?

These commit messages do not meet [the standards](https://github.com/freenet/fred/blob/next/CONTRIBUTING.md#commit-messages), but I'm willing to fix it for you if you like. I'll merge this once Bombe's points are addressed.

Yes, there are unit tests. They're run by the default build (`ant`), and can be run explicitly with `ant unit`. It's possible to run from source, but it requires that...

> We should load the encrypted version if it exists whether or not we have errors. Meaning a non-backup encrypted version? When would there be both encrypted and non-encrypted versions?

Anyone care to implement it?