aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(global): even more modules becoming cratesFuwn2021-05-171-33/+0
| | | | I did multiple checks and **yes**, everything still works perfectly fine.
* refactor(global): whirl_config modulizedFuwn2021-05-171-1/+2
| | | | The config module has now become it's own crate.
* feat(config): optional log to fileFuwn2021-05-161-6/+13
| | | | | | | Gives you the option to disable logging to a file, environment variable takes precedence over configuration key. BREAKING CHANGE: `whirlsplash.log.file` configuration key created.
* feat(cli): `clean` subcommandFuwn2021-05-161-1/+1
| | | | The `clean` subcommand deletes files and directories which are not necessary for Whirl to function.
* feat(config): better logging configurationFuwn2021-05-151-2/+2
| | | | | | | Logging is very much imporved in just about every aspect. BREAKING CHANGE: `whirlsplash.log` configuration group created, `whirlsplash.log_level` configuration key removed.
* feat(global): logs now go to a dedicated directory and fileFuwn2021-05-151-1/+5
|
* style(global): fix clippy complaintsFuwn2021-05-041-3/+3
|
* docs(main): nice commentingFuwn2021-05-031-1/+3
|
* refactor(global): remove all the fluff from main fileFuwn2021-05-031-80/+3
|
* feat(global): begin implementing apiFuwn2021-05-021-0/+4
|
* 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-8/+8
|
* fmt: Rename re_server module to serverFuwn2021-04-261-1/+1
|
* etc: Prepend license identifier to *most* filesFuwn2021-04-261-0/+3
|
* major: :star:Fuwn2021-04-231-55/+72
|
* format: Fix a few Clippy warningsFuwn2021-03-291-12/+13
|
* format: Refactor CLI, use pure `clap` instead of StructOptFuwn2021-03-291-8/+28
|
* feature: Grab ports AutoServer and RoomServer from configFuwn2021-03-291-4/+11
| | | | | | This is mostly a developmental feature. Tampering with this is not recommended.
* etc: Rename database fileFuwn2021-03-291-1/+1
|
* feature: Use TOML as config instead of environment variablesFuwn2021-03-291-24/+7
|
* feature: Implement CLIFuwn2021-03-291-3/+43
|
* fix: Spawn servers properlyFuwn2021-03-281-7/+11
|
* major: Publish work-in-progressFuwn2021-03-251-29/+15
|
* format: Update annotationFuwn2021-03-241-3/+3
|
* etc: Annotate reasoningFuwn2021-03-231-1/+1
|
* etc: Correct struct namesFuwn2021-03-221-4/+4
|
* etc: ...Fuwn2021-03-221-14/+17
|
* whirl: :star:Fuwn2021-03-201-0/+29