index
:
whirl
deprecated-legacy
deprecated-main
develop
develop-outdated
old
origin/deprecated-legacy
origin/deprecated-main
origin/develop
origin/develop-outdated
origin/old
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
origin/old
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