Skip to content

Releases: spacemeowx2/slp-server-rust

v3.0.0

29 Jan 05:53
Compare
Choose a tag to compare

Updated all dependent versions, including a major update to tokio. UdpSocket now sends and receives packets without &mut, so there is one less asynchronous task and queue for each packet.

In theory performance should improve

v2.0.0-rust.alpha.11

04 Jul 16:28
Compare
Choose a tag to compare

fix 100% cpu usage

v2.0.0-rust.alpha.10: use async-graphql (#21)

21 Jun 15:38
b3b327a
Compare
Choose a tag to compare
* remove juniper
* cargo fmt
* update deps
* bump version

v2.0.0-rust.alpha.9: add cors and fix room info (#18)

03 May 12:23
2aaf02c
Compare
Choose a tag to compare
* feat: add cors and advertise data

* fix: roomInfo only show a room for each game

* bump version

v2.0.0-rust.alpha.8: More infomation from ldn_mitm (#15)

30 Apr 12:26
15a5e76
Compare
Choose a tag to compare
* refactor remove useless async await

* use get_mut on slice to avoid panic

* feat: more infomation from ldn_mitm

* feat: add ip to node

* bump version

v2.0.0-rust.alpha.7: Merge pull request #13 from spacemeowx2/ldn_mitm

15 Apr 20:30
3bb7848
Compare
Choose a tag to compare

v2.0.0-rust.alpha.6: Ldn mitm (#10)

10 Apr 15:42
84ad163
Compare
Choose a tag to compare
* fragment parser

* add bench

* traffic: add packet count

* frag_parser test

* peer default to be connected

* ldn_mitm can send packet

* refactor ldn_mitm plugin

* ldn_mitm send broadcast

* complete decompress

* ldn_mitm prevent broadcast to virtual ip

* show room info

* ignore send timeout, allow dead_code

* ws workaround and bump version

v2.0.0-rust.alpha.5

08 Apr 06:39
Compare
Choose a tag to compare
bump version

v2.0.0-rust.alpha.4

31 Mar 10:19
Compare
Choose a tag to compare
bump version