teeworlds_network/lib
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
..
array.rb Refactor to check flags and use packet class 2022-10-29 12:09:10 +02:00
bytes.rb Refactor to check flags and use packet class 2022-10-29 12:09:10 +02:00
chunk.rb Remove hacks and break everything in the process 2022-11-01 10:52:48 +01:00
net_base.rb Allow hooking in custom chat code 2022-11-01 14:25:56 +01:00
network.rb Remove hacks and break everything in the process 2022-11-01 10:52:48 +01:00
packet.rb Still timeouts but looks good in wireshark 2022-10-30 19:58:51 +01:00
server_info.rb A bit of cleanup 2022-10-30 10:13:18 +01:00
string.rb Refactor to check flags and use packet class 2022-10-29 12:09:10 +02:00
teeworlds-client.rb Do not spawn a thread by default 2022-11-01 15:32:47 +01:00