Skip to content

Releases: S-S-X/qos

v0.4

26 Mar 11:53
7806eee
Compare
Choose a tag to compare
  • When it affects stats report mods that are allowed to use HTTP API but are not wrapped with QoS.
  • Fix fetch_async request tracking, fetch_async requests through QoS wont work correctly with earlier versions.
  • Fix optional arguments for chatcommands to actually be optional.

v0.3

19 Mar 17:42
4730582
Compare
Choose a tag to compare

Fixed crash when admin commands used with valid number that is not valid queue index.
Improved chat command output and formatting.
Fixed chat command help and documentation.

v0.2

15 Mar 02:39
1b61af9
Compare
Choose a tag to compare

Added chat commands.

Adjusted default configuration.

Better queue control and API.

Optional timeout enforcement, disabled by default.

v0.1

27 Feb 22:40
Compare
Choose a tag to compare

QoS version 0.1

Most of it seems to work and did not so far find anything that does not work.

Either near zero overhead or outright better performance when mod is enabled:

Fast enough, under heavy load compared to pushing a lot of stuff to MT 5.4 and 5.5 internal engine queues QoS works about 12x faster.

Also, while not really significant, HTTP API http.fetch for single request is faster depending on situation (removing timeout enforcement will make it faster for every situation).

Basically that means you can have better control over requests without losing any performance, possibly even gaining performance if you're heavy Minetest HTTP API user.