VoxeLibre/mods/HUD
erlehmann 94960b64d4 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-11-15 04:41:01 +01:00
..
awards correct if/else in line 42 2022-10-31 21:53:51 +00:00
hudbars hudbars 2022-02-23 23:58:05 +01:00
mcl_achievements Add Advancement Groups (Overworld, Nether, End, Adventure, Husbandry) 2022-10-10 01:10:49 +02:00
mcl_base_textures Add breaking animation by FossFanatic 2022-10-11 11:40:15 +02:00
mcl_bossbars Fixed typo in image resizing in bossbars 2022-10-13 20:02:28 +01:00
mcl_credits Update end credits again 2022-10-23 15:59:24 +02:00
mcl_death_messages Mise à jour de 'mods/HUD/mcl_death_messages/locale/mcl_death_messages.fr.tr' 2022-08-23 21:34:57 +00:00
mcl_experience Fix exp bar scaling issue with non 16x textures 2022-10-11 19:52:30 +01:00
mcl_formspec Use mod.conf in all mods, part 1 2021-03-04 15:22:14 +01:00
mcl_formspec_prepend Use mod.conf in all mods, part 1 2021-03-04 15:22:14 +01:00
mcl_hbarmor mcl_hbarmor 2022-02-23 23:58:05 +01:00
mcl_info Add translation 2022-08-23 15:24:56 +00:00
mcl_inventory Fix creative mode inventory search crash 2022-11-15 04:41:01 +01:00
mcl_offhand Fix offhand hud slot incorrect scaling with non 16x texture packs 2022-10-06 21:15:15 +01:00
mcl_title clarify debug nature of chatcommands 2022-10-09 21:31:23 +02:00
show_wielded_item fix many codestyle issues (functions, strings, modpaths) 2021-05-29 16:12:33 +02:00
modpack.conf Add a couple of modpack.conf files 2019-01-07 00:52:05 +01:00