index
:
whirl
dependabot/cargo/bytes-1.11.1
dependabot/cargo/tokio-1.38.2
dependabot/npm_and_yarn/ansi-regex-3.0.1
dependabot/npm_and_yarn/minimatch-3.1.2
dependabot/npm_and_yarn/semver-5.7.2
dependabot/npm_and_yarn/word-wrap-1.2.4
deprecated-legacy
deprecated-main
develop
develop-outdated
old
renovate/colour-2.x
renovate/commitlint-monorepo
renovate/crate-bytes-vulnerability
renovate/crate-tokio-vulnerability
renovate/human-panic-1.x-lockfile
renovate/hyper-0.x-lockfile
renovate/log-0.x
renovate/log-0.x-lockfile
renovate/num-traits-0.x-lockfile
renovate/serde-monorepo
renovate/tokio-stream-0.x-lockfile
renovate/ubuntu-24.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
whirl_server
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor(command): clearer field names
Fuwn
2024-06-12
1
-8
/
+9
*
feat(commands): add channel command
Fuwn
2024-06-12
2
-0
/
+2
*
refactor(buddy_list): clearer naming
Fuwn
2024-06-12
1
-11
/
+11
*
feat(whirl_server): short object id sending
Fuwn
2024-06-12
12
-63
/
+233
*
refactor(crates): update idioms
Fuwn
2024-06-03
9
-30
/
+28
*
format: rustfmt with new rules
Fuwn
2024-06-03
20
-241
/
+183
*
fix: bump rust and update accordingly
old
Fuwn
2024-06-03
12
-56
/
+40
*
feat(server): indicate which server type accepted client
Fuwn
2021-12-22
1
-1
/
+5
*
chore(fmt): auto-format
Fuwn
2021-12-22
1
-2
/
+10
*
fix: more localhost ips
Fuwn
2021-12-22
1
-2
/
+2
*
feat(whirl_server): implement a demo of the REGOBJID and APPRACTR commands
Fuwn
2021-07-04
1
-0
/
+15
*
feat(whirl_server): create REGOBJID and APPRACTR commands
Fuwn
2021-07-04
3
-0
/
+79
*
feat(whirl_server): drone development implementation
Fuwn
2021-07-01
1
-3
/
+90
*
feat(whirl_server): enhanced room insertion logging
Fuwn
2021-07-01
1
-1
/
+1
*
feat(whirl_server): implement SESSEXIT command
Fuwn
2021-07-01
2
-4
/
+34
*
feat(whirl_server): create the SESSEXIT command
Fuwn
2021-07-01
2
-0
/
+13
*
refactor(whirl_server): implement `Clone` for `PropertyList`
Fuwn
2021-07-01
2
-0
/
+2
*
style(global): fix license spec
Fuwn
2021-06-14
26
-26
/
+26
*
fix(global): doc styling for all crates
Fuwn
2021-06-10
1
-0
/
+4
*
feat(whirl): conditional sub-server spawning via cli
Fuwn
2021-06-08
1
-0
/
+3
*
feat(whirl_server): conditional sub-server spawning
Fuwn
2021-06-08
1
-12
/
+34
*
docs(whirl_server): remove outdated comment
Fuwn
2021-06-07
1
-1
/
+1
*
style(global): replace double hyphens with long hyphens
Fuwn
2021-06-07
2
-3
/
+3
*
refactor(whirl_server): un-publicize distributor and hub structs
Fuwn
2021-06-06
1
-2
/
+2
*
docs(whirl_server): document more public functions
Fuwn
2021-06-06
3
-2
/
+10
*
refactor(whirl_server): move orphan types out of orphan module
Fuwn
2021-06-06
4
-14
/
+3
*
fix(whirl_server::hub): space between debug log message
Fuwn
2021-06-06
1
-1
/
+1
*
refactor(whirl_server): orphan function to command method
Fuwn
2021-06-06
3
-40
/
+33
*
refactor(whirl_server::net): move orphan functions to methods within property...
Fuwn
2021-06-06
10
-263
/
+227
*
refactor(whirl_server): remove single imports
Fuwn
2021-06-05
1
-6
/
+2
*
refactor(whirl_server): create property list type
Fuwn
2021-06-05
3
-3
/
+5
*
docs(whirl_server::net::constants): portage notice
Fuwn
2021-06-05
1
-0
/
+5
*
build(global): bump toolchain release
Fuwn
2021-06-05
1
-1
/
+3
*
refactor(server): final refactoring of replacing command type constants with ...
Fuwn
2021-06-02
6
-46
/
+16
*
refactor(server): replace more matches with enums
Fuwn
2021-06-02
1
-22
/
+12
*
refactor(server): use enum for command types
Fuwn
2021-06-02
2
-9
/
+42
*
fix(global): a lot of clippy warnings
Fuwn
2021-05-28
17
-93
/
+124
*
fix(server): buddylist struct no longer needs to be clone-able
Fuwn
2021-05-27
1
-1
/
+0
*
fix(server): create method no longer moves self, but takes reference
Fuwn
2021-05-27
6
-6
/
+6
*
refactor(global): move thread creation to respective crates
Fuwn
2021-05-26
1
-1
/
+22
*
docs(global): spelling corrections, global docs
Fuwn
2021-05-23
1
-0
/
+4
*
docs(server): minor doc changes
Fuwn
2021-05-23
2
-8
/
+9
*
docs(global): more documentation
Fuwn
2021-05-23
2
-0
/
+2
*
refactor(server): fix some unnecessarily exposed modules, allow dead code for...
Fuwn
2021-05-23
4
-5
/
+9
*
docs(global): add new documentation
Fuwn
2021-05-23
3
-7
/
+7
*
refactor(global): move crates around, stricter module isolation
Fuwn
2021-05-20
30
-0
/
+1348