Pius reports: wenn man mit "msg" an einen sp ... #1900

Open
opened 2022-05-10 17:37:34 +00:00 by yourland-report · 4 comments

Pius reports a bug:

wenn man mit "msg" an einen spieler ganz viel sendet z.b. einemillionen mal das wort test das stürst minetest ab und man muss es schliessen und dann wieder öffen um weiter zu spielen

Player position:

{
	y = 15,
	x = 2134.1840820313,
	z = 1202.4479980469
}

Player look:

{
	y = -0.52234971523285,
	x = 0.85259354114532,
	z = -0.015328778885305
}

Player information:

{
	min_rtt = 0.028999999165535,
	max_rtt = 2.2980000972748,
	connection_uptime = 414,
	max_jitter = 1.7690000534058,
	minor = 3,
	major = 5,
	ip_version = 6,
	formspec_version = 3,
	patch = 0,
	protocol_version = 39,
	serialization_version = 28,
	lang_code = "de",
	version_string = "5.3.0",
	avg_rtt = 0.030999999493361,
	state = "Active",
	avg_jitter = 0.0069999992847443,
	min_jitter = 0
}

Player meta:

{
	fields = {
		played_time = "488",
		["stamina:level"] = "17",
		arenalib_infobox_arenaID = "0",
		["stamina:poisoned"] = "no",
		["stamina:exhaustion"] = "154.5",
		jointime = "1652019627",
		hud_state = "on",
		yl_commons_player_joined = "1652203965",
		bitten = "0",
		repellant = "0",
		yl_commons_player_created = "1652019627"
	}
}

Log identifier


[MOD] yl_report log identifier = qNfyxQD9eNdE5Dls1lvAJmsGT3tzjqGg

Profiler save:

profile-20220510T193728.json_prettyEE

Status:

# Server: version: 5.5.0-yl | game: Minetest Game | uptime: 2d 1h 51min 9s | max lag: 3.79s | clients: Pius, Giuseppe, Lupercus, Unelias, n0m, rheo, Bastet, pups, Jamelpro, Sokomine, AliasAlreadyTaken, Service, Ravise, Edward_T_H, shanish2, daydream, Boot, my-names-is-vaeria, Bailiff, Bishiro, flux

Teleport command:

/teleport xyz 2134 15 1202

Compass command:

/give_compass Construction qNfyxQD9eNdE5Dls1lvAJmsGT3tzjqGg D2691E 2134 15 1202
Pius reports a bug: > wenn man mit "msg" an einen spieler ganz viel sendet z.b. einemillionen mal das wort test das stürst minetest ab und man muss es schliessen und dann wieder öffen um weiter zu spielen Player position: ``` { y = 15, x = 2134.1840820313, z = 1202.4479980469 } ``` Player look: ``` { y = -0.52234971523285, x = 0.85259354114532, z = -0.015328778885305 } ``` Player information: ``` { min_rtt = 0.028999999165535, max_rtt = 2.2980000972748, connection_uptime = 414, max_jitter = 1.7690000534058, minor = 3, major = 5, ip_version = 6, formspec_version = 3, patch = 0, protocol_version = 39, serialization_version = 28, lang_code = "de", version_string = "5.3.0", avg_rtt = 0.030999999493361, state = "Active", avg_jitter = 0.0069999992847443, min_jitter = 0 } ``` Player meta: ``` { fields = { played_time = "488", ["stamina:level"] = "17", arenalib_infobox_arenaID = "0", ["stamina:poisoned"] = "no", ["stamina:exhaustion"] = "154.5", jointime = "1652019627", hud_state = "on", yl_commons_player_joined = "1652203965", bitten = "0", repellant = "0", yl_commons_player_created = "1652019627" } } ``` Log identifier ``` [MOD] yl_report log identifier = qNfyxQD9eNdE5Dls1lvAJmsGT3tzjqGg ``` Profiler save: ``` profile-20220510T193728.json_prettyEE ``` Status: ``` # Server: version: 5.5.0-yl | game: Minetest Game | uptime: 2d 1h 51min 9s | max lag: 3.79s | clients: Pius, Giuseppe, Lupercus, Unelias, n0m, rheo, Bastet, pups, Jamelpro, Sokomine, AliasAlreadyTaken, Service, Ravise, Edward_T_H, shanish2, daydream, Boot, my-names-is-vaeria, Bailiff, Bishiro, flux ``` Teleport command: ``` /teleport xyz 2134 15 1202 ``` Compass command: ``` /give_compass Construction qNfyxQD9eNdE5Dls1lvAJmsGT3tzjqGg D2691E 2134 15 1202 ```
AliasAlreadyTaken was assigned by yourland-report 2022-05-10 17:37:34 +00:00
AliasAlreadyTaken added the
1. kind/bug
label 2022-05-10 17:39:17 +00:00

Not yet confirmed.

english translation:

If you send a whole lot of messages to a player using the /msg command, they disconnect or their minetest crashes. The target player is forced to close the client.

original:

wenn man mit "msg" an einen spieler ganz viel sendet z.b. einemillionen mal das wort test das stürst minetest ab und man muss es schliessen und dann wieder öffen um weiter zu spielen

Not yet confirmed. english translation: If you send a whole lot of messages to a player using the /msg command, they disconnect or their minetest crashes. The target player is forced to close the client. original: wenn man mit "msg" an einen spieler ganz viel sendet z.b. einemillionen mal das wort test das stürst minetest ab und man muss es schliessen und dann wieder öffen um weiter zu spielen
Member

Is he talking about using a hacked-client to /msg-bomb another player? I'm not sure there's any rate limiting of /msg, by default.

Is he talking about using a hacked-client to /msg-bomb another player? I'm not sure there's any rate limiting of /msg, by default.

Minetest says "You cannot send more messages. You are limited to 8 messages per 10 seconds". But then keeps delivering.

I'll add a replay-filter to yl_chat

Minetest says "You cannot send more messages. You are limited to 8 messages per 10 seconds". But then keeps delivering. I'll add a replay-filter to yl_chat
https://gitea.your-land.de/your-land/administration/issues/76
flux added the
3. source/client
label 2022-10-27 23:24:51 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/bugtracker#1900
No description provided.