Mineclonia/mods/HUD
Nils Dagsson Moskopp f975055464
Fix creative mode inventory search crash
Before this patch it was possible for any user to to crash Minetest in
creative mode. This was possible because queries in the search field
were interpreted as search patterns for string.find().

A search for a single square bracket would reliably crash the server.
Also, a search for 6000 times the string “a?” would hang the server.

The solution to both bugs is to not interpret the query as a pattern.
2022-01-21 23:31:25 +01:00
..
awards Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
hudbars Do not send useless HUDCHANGE packets 2021-07-21 10:28:04 +02:00
mcl_achievements Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_base_textures Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_death_messages Add test cases for get_tool_name() 2021-12-06 04:11:55 +01:00
mcl_experience Fix #1192 2021-02-26 09:38:02 +01:00
mcl_formspec Revert "Add dummy inventory images for backwards-compat" 2020-03-29 14:38:39 +02:00
mcl_formspec_prepend Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_hbarmor Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
mcl_inventory Fix creative mode inventory search crash 2022-01-21 23:31:25 +01:00
mcl_tmp_message Sneak to dismount when in boat 2021-01-28 17:44:55 +01:00
show_wielded_item Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
modpack.conf Add a couple of modpack.conf files 2019-01-07 00:52:05 +01:00