reactor pushed to main at reactor/lookaround
-
0815691af2
🐛 bug: fix readme
reactor pushed to main at reactor/lookaround
-
4f66c0495e
➕ add `find-nick` command
-
b261d7ba4a
♻️ refactor: refactor the client a lot so I can reuse its code for new subcommands
-
5665f484a2
🔇 remove debugging println
- Compare 3 commits »
reactor pushed to main at reactor/lookaround
-
e7496a7c0e
🚧 wip: add CLI docs
reactor pushed to main at reactor/lookaround
-
18e38f0611
➕ add `--timeout-ms` for client
reactor pushed tag v0.1.5 to reactor/lookaround
reactor pushed to main at reactor/lookaround
-
30ebb528eb
✨ bump to v0.1.5
-
221a0bef2f
ignore errors if an interface can't join multicast
- Compare 2 commits »
reactor pushed to main at reactor/lookaround
-
7a0880fc02
do it similar on the client
-
fd4f70b1c9
🐛 bug: think I figured out the server part
- Compare 2 commits »
reactor pushed to main at reactor/lookaround
-
0bb702f312
🚧 wip: not working the way I expect
-
1b7c2ce0f4
♻️ refactor: preparing to serve on multiple interfaces
-
39bcea54d4
♻️ refactor: make the self-IP code available within the program
-
2ba1dc2834
🐛 bug: fix server crashing when you send it a packet of ":V\n"
-
33e6ae29ca
♻️ refactor: replace all unwraps in my code with question marks
- Compare 13 commits »
reactor pushed to main at reactor/music_player
-
84dc1a983f
➕ HTTP playback works, for Ogg/Vorbis only for now
-
99b3bfe231
♻️ refactor
-
57c53a31dd
passing `cargo check`
- Compare 3 commits »
reactor pushed to main at reactor/ptth
-
b642142332
🐛 bug: fix content length when byte serving
-
80f1c21fd0
Merge remote-tracking branch 'origin/main'
-
16aaac0965
🐛 bug: used the wrong PathBuf function in resolving the merge
-
134035f198
Merge remote-tracking branch 'origin/main'
-
ba4f830927
Merge commit 'b8c370a0a6b37ce41078c1fd3e03c6b60e3ab2c2'
- Compare 10 commits »
reactor pushed to main at reactor/kajam_10
-
741fc8171a
♻️ refactor
-
614787b94b
♻️ refactor: state structs to their own module
-
d4847f2239
♻️ refactor: remove redundant brackets and indents
-
cfc5785995
working on sorting machine room
-
42567278d3
add 'cheat' command for quicker testing
- Compare 5 commits »
reactor pushed to main at reactor/kajam_10
-
28f11e74c5
ah, that's good enough. Now to run it un-protected on my server.
-
119ec04d0c
trying to protect against spam a little
-
36176ef200
developing a telnet frontend for the game
-
1c5519c761
♻️ refactor: all the game code is in its own crate now.
-
7dd6a872e4
🚧 extracting an I/O-free game crate
- Compare 10 commits »
reactor created repository reactor/kajam_10
reactor pushed to main at reactor/ptth
-
9f4c26a8b6
📝 update copyright info and link to license and source on important pages
-
d3bd1a78c5
🐛 bug: fix bug in rendering the debug page
-
1367c257e9
🐛 bug: remove some stuff that prevented `/` from rendering in end servers
- Compare 3 commits »
reactor pushed to main at reactor/ptth
-
e7e1c07ff0
Merge remote-tracking branch 'github/main' into main
-
1cc6acf86a
Update rust.yml
-
cb0c522b4d
Update rust.yml
-
e36f141f0b
Create rust.yml
- Compare 4 commits »
reactor pushed to main at reactor/ptth
-
33f2891773
increase max port count to 15
-
3a8fdbe6cd
♻️ refactor: extract MAX_PORTS
-
8189bc9769
⬆️ fltk 1.2.8
-
3c328eb58f
🔊 improve error message
- Compare 4 commits »
reactor pushed to main at reactor/ptth
-
0129f36d2a
🚧 begin building PTTH_DIREC