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
/
cmd
Commit message (
Collapse
)
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
7
-23
/
+132
|
*
refactor(crates): update idioms
Fuwn
2024-06-03
3
-7
/
+5
|
*
format: rustfmt with new rules
Fuwn
2024-06-03
13
-127
/
+78
|
*
fix: bump rust and update accordingly
old
Fuwn
2024-06-03
8
-36
/
+28
|
*
feat(whirl_server): create REGOBJID and APPRACTR commands
Fuwn
2021-07-04
3
-0
/
+79
|
*
feat(whirl_server): create the SESSEXIT command
Fuwn
2021-07-01
2
-0
/
+13
|
*
style(global): fix license spec
Fuwn
2021-06-14
15
-15
/
+15
|
*
style(global): replace double hyphens with long hyphens
Fuwn
2021-06-07
1
-1
/
+1
|
*
docs(whirl_server): document more public functions
Fuwn
2021-06-06
1
-0
/
+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 ↵
Fuwn
2021-06-06
3
-145
/
+118
|
|
|
|
property list struct
*
build(global): bump toolchain release
Fuwn
2021-06-05
1
-1
/
+3
|
|
|
|
This commit also fixes all of the new lints that arose because of the bump.
*
refactor(server): final refactoring of replacing command type constants with ↵
Fuwn
2021-06-02
5
-44
/
+14
|
|
|
|
enum values
*
refactor(server): use enum for command types
Fuwn
2021-06-02
1
-0
/
+33
|
*
fix(global): a lot of clippy warnings
Fuwn
2021-05-28
9
-35
/
+41
|
|
|
|
This change makes clippy **a lot** more strict.
*
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
4
-4
/
+4
|
*
refactor(server): fix some unnecessarily exposed modules, allow dead code ↵
Fuwn
2021-05-23
1
-0
/
+2
|
|
|
|
for constants
*
docs(global): add new documentation
Fuwn
2021-05-23
1
-2
/
+2
|
*
refactor(global): move crates around, stricter module isolation
Fuwn
2021-05-20
17
-0
/
+608