aboutsummaryrefslogtreecommitdiff
path: root/src/config/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix(docker): the dockeringFuwn2021-05-061-1/+30
| | | | Fix Docker functionalities.
* feat(prompt): ability to specify prompt ps1Fuwn2021-05-051-0/+1
|
* feat(redirect_id): specify custom ip in configFuwn2021-05-041-0/+1
| | | | | | | Adds the abiltiy to specify a custom IP in the Whirl.toml BREAKING CHANGE: This feature updates the configuration file format, update your Whirl.toml per the repository example.
* feat(db): use diesel instead of sqlx, implement database testsFuwn2021-05-031-1/+0
|
* etc: Replace copyleft holder nameFuwn2021-04-281-1/+1
|
* etc: Add copyleft symbol to copyleft headerFuwn2021-04-271-1/+1
|
* fmt: ...Fuwn2021-04-271-1/+0
|
* feature: New configuration file formatFuwn2021-04-271-0/+38