Guild icon
Teeworlds
IRC / bridge
One-way IRC channel bridge. If you want to be able to send messages to IRC, contact @Dune or @heinrich5991. https://www.teeworlds.com/?page=docs&wiki=rules/irc_rules
Between 2021-02-04 00:00:00Z and 2021-02-05 00:00:00Z
Avatar
[quakenet] seabass BOT 2021-02-04 20:30:20Z
Hello everyone
Avatar
[quakenet] ChillerDragon BOT 2021-02-04 20:30:31Z
hi seabass
Avatar
[quakenet] seabass BOT 2021-02-04 20:30:39Z
I've a question :)
Avatar
[quakenet] ChillerDragon BOT 2021-02-04 20:30:46Z
shoot
Avatar
[quakenet] seabass BOT 2021-02-04 20:30:52Z
thanks :)
20:31
Does anybody know if it's possible to run a server/connect to a server using TCP?
20:31
I see lots of references to it in the code
Avatar
[quakenet] ChillerDragon BOT 2021-02-04 20:31:13Z
not possible as far as i know
Avatar
[quakenet] seabass BOT 2021-02-04 20:31:16Z
but nothing in the configuration files
Avatar
[quakenet] ChillerDragon BOT 2021-02-04 20:31:21Z
tcp is only for econ
Avatar
[quakenet] seabass BOT 2021-02-04 20:31:24Z
Ah, OK
Avatar
[quakenet] ChillerDragon BOT 2021-02-04 20:31:30Z
the remote console
Avatar
[quakenet] seabass BOT 2021-02-04 20:31:40Z
That's a shame for me
20:31
my connection is pretty poor ATM :)
Avatar
[quakenet] ChillerDragon BOT 2021-02-04 20:31:55Z
tcp isnt faster xd
Avatar
[quakenet] seabass BOT 2021-02-04 20:31:56Z
Well it's actually :( but I'm trying to be positive
20:32
TCP isn't faster, but I can see with Wireshark that there are really minor errors that just mess up the connection
Avatar
[quakenet] ChillerDragon BOT 2021-02-04 20:32:56Z
i thought tw also has a bit of errorcorrection not too sure tho
Avatar
[quakenet] seabass BOT 2021-02-04 20:32:58Z
TCP should have better error detection/recovery, and I think in my case it'd be worth the lag increase
20:36
Oh well! I suppose it shan't be VanillaCTF today!
20:37
I can't even spectate. It's that bad :(
20:38
Still, it's good Wireshark practice. I'm into networking at the moment - out of neccessity I might add!
20:38
Teeworlds is just the latest victim of a continually problematic glitch in my networking stack.
20:38
I haven't pinned the problem down yet
Avatar
[quakenet] seabass BOT 2021-02-04 21:01:29Z
I noticed that heinrich5991 has made a Wireshark plugin for the Teeworlds protocol
21:01
That should be a nice addition. And it's in Rust, which is even more interesting to me
21:02
Keep up the good work, heinrich5991 :)
Avatar
[quakenet] heinrich5991 BOT 2021-02-04 21:03:04Z
thanks :)
Avatar
[quakenet] seabass BOT 2021-02-04 21:04:03Z
I think you did it in 2019?
21:04
That should make it possible to compile without RustUp
Avatar
[quakenet] heinrich5991 BOT 2021-02-04 21:04:24Z
so far I only updated my plugin to wireshark 3.4
21:04
I intend to complete it though :)
21:04
let's see how that goes
Avatar
[quakenet] seabass BOT 2021-02-04 21:04:44Z
good luck :)
Avatar
[quakenet] heinrich5991 BOT 2021-02-04 21:04:54Z
I'm trying to keep compatibility with debian oldstable's rustc, so it should always be okay without rustup
Avatar
[quakenet] seabass BOT 2021-02-04 21:05:01Z
Oh, well I'm still running Wireshark 3.4.5, sooo...
21:05
Is that a year out of date?
21:05
I'm behind in my dist-upgrades
Avatar
[quakenet] ChillerDragon BOT 2021-02-04 21:06:04Z
what is the diff between a wireshark plugin and a dissector
21:06
ah its a dissector
21:07
oh wow u updated yesterday heinrich5991 o.O how do i get it running? I guess the rust compiles into something that is c enough
Avatar
[quakenet] seabass BOT 2021-02-04 21:07:37Z
IIRC it goes straight into binaries
Avatar
[quakenet] ChillerDragon BOT 2021-02-04 21:09:31Z
i wonder why i never tried it probably i was scared of rust
Avatar
[quakenet] seabass BOT 2021-02-04 21:11:52Z
The New Rustacean Podcast is pretty good
Avatar
[quakenet] ChillerDragon BOT 2021-02-04 21:15:13Z
ill check it out
Avatar
[quakenet] ChillerDragon BOT 2021-02-04 21:16:13Z
wait is it free?
Avatar
[quakenet] seabass BOT 2021-02-04 21:17:00Z
Yes, it is
Avatar
[quakenet] ChillerDragon BOT 2021-02-04 21:17:05Z
im confused by the site
Avatar
[quakenet] seabass BOT 2021-02-04 21:18:35Z
API documentation for the Rust show_notes crate.
Avatar
[quakenet] ChillerDragon BOT 2021-02-04 21:18:45Z
yo heinrich5991 i think i requested this already but what about a INSTALL.md or some usage instructions for libtw2? i could cargo build the dissector but i do not even find a binary
21:19
ah seabass xd
Avatar
[quakenet] seabass BOT 2021-02-04 21:19:18Z
:)
21:19
The show notes are generated with RustDoc itself :D
Avatar
[quakenet] ChillerDragon BOT 2021-02-04 21:21:48Z
yea i got that part while searching the actual podcast xd
Avatar
[quakenet] heinrich5991 BOT 2021-02-04 21:21:59Z
ChillerDragon: the plugin isn't really useful yet, so there aren't install instrucitons
21:22
compile it and put the .so into ~/.local/lib/wireshark/plugins/3.4/epan/
Avatar
[quakenet] ChillerDragon BOT 2021-02-04 21:25:59Z
i do not find the binary tho
Avatar
[quakenet] heinrich5991 BOT 2021-02-04 21:26:10Z
find . -name '*.so'
Avatar
[quakenet] ChillerDragon BOT 2021-02-04 21:26:22Z
null
21:26
Avatar
check parent dir as well
Avatar
[quakenet] ChillerDragon BOT 2021-02-04 21:27:26Z
ah didnt see target dir
21:27
expected it to be in root like in tw
21:27
oh well in tw its build dir too ok i got it nice
Avatar
[quakenet] seabass BOT 2021-02-04 21:29:27Z
OK so how do I build?
Avatar
[quakenet] ChillerDragon BOT 2021-02-04 21:39:17Z
cargo build
21:39
in the directory
Avatar
[quakenet] seabass BOT 2021-02-04 21:40:16Z
thanks :)
Avatar
[quakenet] heinrich5991 BOT 2021-02-04 21:45:03Z
cargo build --release
21:45
it's very much unfinished though, it doesn't decode game packages
21:45
it's just the outest layer that it peels away rn
21:45
outermost*
Avatar
[quakenet] seabass BOT 2021-02-04 21:45:57Z
Ah, OK. Well please do continue. It's really interesting to me
21:51
OK... now what? :)
Avatar
[quakenet] heinrich5991 BOT 2021-02-04 22:00:02Z
did you put it into the directory? are you on wireshark 3.4.x?
22:00
then observe some tw traffic on port 8303
Exported 78 message(s)