ChillerDragon
2c8e6aeb8f
Unhardcode startinfo
...
Thanks a lot to @Learath2 for explaining the int packer to me <3
2022-11-04 11:39:41 +01:00
ChillerDragon
2919feb529
Unhardcode more chunk headers
2022-11-04 10:12:23 +01:00
ChillerDragon
68e8cb6dd0
Alert on empty payload instead of crashing
2022-11-04 09:27:36 +01:00
ChillerDragon
24fa105f66
Do not spawn a thread by default
...
This allows users to implement better multi threading than me.
Or if someone just wants to fire and forget a client that should just
use the provided hooks then not detaching takes away the effort
of keeping the program running.
Imo it is an easier and more fun problem to have:
"My client connects fine but my other ruby code does not run"
than
"My program just quits when I run it"
2022-11-01 15:32:47 +01:00
ChillerDragon
f7486c353f
Spawn thread for connection
2022-11-01 15:27:39 +01:00
ChillerDragon
9fc83cb327
Allow hooking in custom chat code
2022-11-01 14:25:56 +01:00
ChillerDragon
01915a5629
Remove hacks and break everything in the process
2022-11-01 10:52:48 +01:00
ChillerDragon
cd0d5da9fa
Working send_chat() poggers
2022-11-01 10:37:24 +01:00
ChillerDragon
e3bda9a3e6
Still timeouts but looks good in wireshark
2022-10-30 19:58:51 +01:00
ChillerDragon
b7a2cfb5c3
Start working on proper packet header
2022-10-30 19:00:13 +01:00
ChillerDragon
f75eaebcee
Print info packet when sending it
2022-10-30 11:18:15 +01:00
ChillerDragon
1ef6abf377
A bit of cleanup
2022-10-30 10:13:18 +01:00
ChillerDragon
8352033d0b
TODO: ack in packet header
2022-10-29 17:04:35 +02:00
ChillerDragon
4544bb3e1a
Reach old connection state with less hacks
2022-10-29 16:18:07 +02:00
ChillerDragon
d68be4eb68
More todos than progress
2022-10-29 13:17:42 +02:00
ChillerDragon
f48968a349
Refactor to check flags and use packet class
...
Break everything in the process
2022-10-29 12:09:10 +02:00