aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* refactor(global): even more modules becoming cratesFuwn2021-05-1748-2116/+0
* refactor(global): whirl_config modulizedFuwn2021-05-1713-210/+80
* perf(builtins): help commands to constantsFuwn2021-05-163-20/+26
* refactor(builtins): help from individual printlns to vec iterable printlnFuwn2021-05-161-11/+22
* feat(config): optional log to fileFuwn2021-05-163-6/+16
* fix(cli/clean): formattingFuwn2021-05-161-1/+1
* feat(cli): `clean` subcommandFuwn2021-05-163-2/+16
* refactor(subs): remove two second delay before prompt initiailizationFuwn2021-05-161-1/+1
* feat(builtins): add a neofetch like utilityFuwn2021-05-162-0/+23
* feat(builtins): usage note on `cat Whirl.toml`Fuwn2021-05-161-0/+1
* feat(prompt): add a couple new builtinsFuwn2021-05-164-11/+99
* refactor(config): new documentation informationFuwn2021-05-151-4/+6
* feat(config): better logging configurationFuwn2021-05-156-17/+50
* feat(global): logs now go to a dedicated directory and fileFuwn2021-05-151-1/+5
* refactor(global): use async_trait macro globallyFuwn2021-05-124-3/+5
* docs(hub): comment out some unused debug logsFuwn2021-05-111-2/+2
* perf(prompt): history builtin use enumerateFuwn2021-05-111-3/+1
* refactor(utils): remove unused, outdated db utilFuwn2021-05-102-21/+0
* refactor(config): move `prompt_ps1` configuration key to `whirlsplash.prompt`...Fuwn2021-05-103-5/+5
* feat(prompt): toggle prompt via configuration fileFuwn2021-05-103-1/+14
* perf(api): use actix_web instead of rocket for apiFuwn2021-05-107-17/+45
* feat(prompt): zero-index history builtin output for accuracyFuwn2021-05-061-1/+1
* refactor(config): verbosityFuwn2021-05-061-1/+1
* fix(config): typoFuwn2021-05-061-1/+1
* fix(docker): the dockeringFuwn2021-05-069-21/+46
* refactor(server): clippy: module inceptionFuwn2021-05-065-67/+62
* perf(subs): clippyFuwn2021-05-061-1/+1
* test(db): ignore test that only works in certain casesFuwn2021-05-061-0/+3
* build(make): create watchable make taskFuwn2021-05-051-2/+9
* feat(prompt): null handling and help commandFuwn2021-05-052-5/+25
* feat(prompt): ability to specify prompt ps1Fuwn2021-05-053-4/+9
* feat(prompt): history builtinFuwn2021-05-053-11/+31
* feat(global): add a shell-like prompt for interfacing with the server during ...Fuwn2021-05-056-9/+142
* feat(redirect_id): specify custom ip in configFuwn2021-05-043-1/+3
* style(global): fix clippy complaintsFuwn2021-05-044-9/+9
* feat(db): use diesel instead of sqlx, implement database testsFuwn2021-05-039-297/+125
* docs(main): nice commentingFuwn2021-05-031-1/+3
* refactor(global): remove all the fluff from main fileFuwn2021-05-034-108/+124
* feat(api): flush out statistics endpointFuwn2021-05-024-3/+77
* feat(global): begin implementing apiFuwn2021-05-026-1/+59
* refactor(todo): update todo styleFuwn2021-05-024-6/+8
* docs(cmds): add of2m notice to command: actionFuwn2021-05-011-0/+5
* refactor(cmds): remove unimplemented command: whisperFuwn2021-05-013-14/+12
* feat(cmds): trait based commandsFuwn2021-05-0111-27/+82
* refactor(cmds): even more of2m-ifyingFuwn2021-05-019-66/+82
* refactor(cmds): remove unimplemented command modulesFuwn2021-04-306-14/+0
* refactor(cmds): of2mFuwn2021-04-305-32/+24
* refactor(cmds): of2mFuwn2021-04-305-39/+30
* refactor(cmds): of2mFuwn2021-04-305-67/+34
* refactor(cmds): orphan functions to methodsFuwn2021-04-307-62/+54