-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement automatic help screen functionality, adjust code style and …
…move privilege lowering code to vibe.core.core. Privilege lowering was broken as it happened before any calls to listenTCP() or similar functions. It is now executed explicitly using lowerPrivileges(). Also processCommandLineArgs() is now fixed to at least perform in a reasonably similar way to how it used to do so that compatibility is not silently broken. See also #211.
- Loading branch information
Showing
7 changed files
with
269 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.