| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | perf(subs): clippy | Fuwn | 2021-05-06 | 1 | -1/+1 | |
| | | ||||||
| * | test(db): ignore test that only works in certain cases | Fuwn | 2021-05-06 | 1 | -0/+3 | |
| | | ||||||
| * | feat(nix): spice it all up | Fuwn | 2021-05-06 | 6 | -35/+99 | |
| | | ||||||
| * | chore(global): create version file | Fuwn | 2021-05-05 | 1 | -0/+1 | |
| | | ||||||
| * | build(make): create watchable make task | Fuwn | 2021-05-05 | 2 | -2/+16 | |
| | | ||||||
| * | feat(make): use cargo-make instead of gnu make | Fuwn | 2021-05-05 | 2 | -43/+55 | |
| | | ||||||
| * | feat(prompt): null handling and help command | Fuwn | 2021-05-05 | 2 | -5/+25 | |
| | | ||||||
| * | feat(prompt): ability to specify prompt ps1 | Fuwn | 2021-05-05 | 4 | -4/+10 | |
| | | ||||||
| * | fix(config): add ip field to example config | Fuwn | 2021-05-05 | 1 | -0/+1 | |
| | | ||||||
| * | chore(make): new task, basically checkf except it also executes clippy | Fuwn | 2021-05-05 | 1 | -0/+5 | |
| | | ||||||
| * | feat(prompt): history builtin | Fuwn | 2021-05-05 | 3 | -11/+31 | |
| | | ||||||
| * | feat(global): add a shell-like prompt for interfacing with the server during ↵ | Fuwn | 2021-05-05 | 6 | -9/+142 | |
| | | | | | operation | |||||
| * | feat(redirect_id): specify custom ip in config | Fuwn | 2021-05-04 | 3 | -1/+3 | |
| | | | | | | | | 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. | |||||
| * | style(global): fix clippy complaints | Fuwn | 2021-05-04 | 4 | -9/+9 | |
| | | ||||||
| * | revert(deps): remove dev-dependencies once again | Fuwn | 2021-05-04 | 1 | -3/+3 | |
| | | ||||||
| * | build(deps): add dev-dependencies | Fuwn | 2021-05-03 | 1 | -2/+2 | |
| | | ||||||
| * | feat(db): use diesel instead of sqlx, implement database tests | Fuwn | 2021-05-03 | 26 | -330/+165 | |
| | | ||||||
| * | docs(readme): add development prerequisites | Fuwn | 2021-05-03 | 1 | -0/+7 | |
| | | ||||||
| * | chore(git): finally implement commit message linting | Fuwn | 2021-05-03 | 2 | -9/+13 | |
| | | ||||||
| * | docs(main): nice commenting | Fuwn | 2021-05-03 | 1 | -1/+3 | |
| | | ||||||
| * | refactor(global): remove all the fluff from main file | Fuwn | 2021-05-03 | 4 | -108/+124 | |
| | | ||||||
| * | revert(deps): remove dev-dependencies | Fuwn | 2021-05-03 | 1 | -1/+1 | |
| | | ||||||
| * | build(deps): add sqlx-cli to dev-dependencies | Fuwn | 2021-05-03 | 1 | -0/+4 | |
| | | ||||||
| * | fix(readme): outdated documentation url | Fuwn | 2021-05-02 | 1 | -1/+1 | |
| | | ||||||
| * | feat(api): flush out statistics endpoint | Fuwn | 2021-05-02 | 5 | -3/+78 | |
| | | ||||||
| * | feat(global): begin implementing api | Fuwn | 2021-05-02 | 7 | -2/+61 | |
| | | ||||||
| * | refactor(todo): update todo style | Fuwn | 2021-05-02 | 4 | -6/+8 | |
| | | ||||||
| * | docs(cmds): add of2m notice to command: action | Fuwn | 2021-05-01 | 1 | -0/+5 | |
| | | ||||||
| * | refactor(cmds): remove unimplemented command: whisper | Fuwn | 2021-05-01 | 3 | -14/+12 | |
| | | | | | | When it's time comes, the action command will be implemented, however, at this moment it was serving no purpose. | |||||
| * | feat(cmds): trait based commands | Fuwn | 2021-05-01 | 11 | -27/+82 | |
| | | | | | | | | This commit adds the abiltity to implement a series of given traits for a command, where each command should implement **at least** one of these traits; Parsable, ParsableWithArguments, Creatable. These changed are put in place to ensure that when implementing a command, the proper methods are implemented in the proper format. | |||||
| * | ci(actions): fix rust action not running on changes performed on the src ↵ | Fuwn | 2021-05-01 | 1 | -2/+2 | |
| | | | | | directory | |||||
| * | ci(git): temporarily disable prepare-commit-msg hook | Fuwn | 2021-05-01 | 1 | -1/+1 | |
| | | ||||||
| * | docs(readme): add a section detailing known issues | Fuwn | 2021-05-01 | 1 | -0/+3 | |
| | | ||||||
| * | build(make): more helper tasks, mostly for optional checking | Fuwn | 2021-05-01 | 1 | -3/+5 | |
| | | ||||||
| * | refactor(cmds): even more of2m-ifying | Fuwn | 2021-05-01 | 9 | -66/+82 | |
| | | ||||||
| * | chore(git): add prepare-commit-hook for commitizen | Fuwn | 2021-05-01 | 1 | -0/+4 | |
| | | ||||||
| * | build(nix): add niv as a build input | Fuwn | 2021-05-01 | 1 | -1/+1 | |
| | | ||||||
| * | refactor(cmds): remove unimplemented command modules | Fuwn | 2021-04-30 | 6 | -14/+0 | |
| | | ||||||
| * | refactor(cmds): of2m | Fuwn | 2021-04-30 | 5 | -32/+24 | |
| | | ||||||
| * | refactor(cmds): of2m | Fuwn | 2021-04-30 | 5 | -39/+30 | |
| | | ||||||
| * | refactor(cmds): of2m | Fuwn | 2021-04-30 | 5 | -67/+34 | |
| | | ||||||
| * | refactor(cmds): orphan functions to methods | Fuwn | 2021-04-30 | 7 | -62/+54 | |
| | | ||||||
| * | refactor(cmds): more orphan module functions to methods within struct | Fuwn | 2021-04-30 | 7 | -66/+55 | |
| | | | | | The rest of the current commands will also receive this refactor... when I have time. | |||||
| * | feat(hub): *implement* new commands; subscribe room, subscribe distance, ↵ | Fuwn | 2021-04-30 | 11 | -13/+129 | |
| | | | | | | | | teleport This is NOT the final implementation of these commands, this commit is mearly a preperation for future implementation. | |||||
| * | refactor(makefile): introduce easily configurable `Makefile` variables, document | Fuwn | 2021-04-30 | 1 | -1/+9 | |
| | | ||||||
| * | refactor(makefile): restructure `Makefile` for readability | Fuwn | 2021-04-30 | 1 | -5/+20 | |
| | | ||||||
| * | refactor(commands): rename subscribe command module to subscribe_room | Fuwn | 2021-04-30 | 3 | -0/+0 | |
| | | | | | | subscribe_room and subscribe are different commands, this is to ensure to mixups occur when referencing either of the modules. | |||||
| * | ci(actions): run rust workflow on `Cargo.toml` changes | Fuwn | 2021-04-29 | 1 | -2/+6 | |
| | | ||||||
| * | refactor(commitizen): move Commitizen configuration to it's own file | Fuwn | 2021-04-29 | 2 | -6/+4 | |
| | | ||||||
| * | Merge pull request #11 from Whirlsplash/renovate/rust-tokio-util-0.x | Fuwn | 2021-04-29 | 1 | -1/+1 | |
| |\ | | | | | fix(deps): update rust crate tokio-util to 0.6.6 | |||||