Commits (6)
-
SamwiseFilmore authored80add18d
-
SamwiseFilmore authored
Maybe some of the refactoring things I did don't make much sense, but I did them. The goal was to get rid of those macros (because macro definitions are really hard to read). I replaced two of them with very similar functions, and rearranged the `install` function. The installer now generates password hashes from the password entered by the user or listed in the toml file. This value is NO LONGER the password hash. The example configs have been changed to reflect this.
ce6e96bd -
SamwiseFilmore authored
I sorta OOP'ed this, combining the logic of what needs to happen for each config object with those objects. More things are coming, this is a very WIP commit.
e58815f8 -
SamwiseFilmore authored66b24d11
-
SamwiseFilmore authored03cae0ca
-
Jeremy Soller authored123350ae
Showing
This diff is collapsed.
src/install.rs
deleted
100644 → 0