aboutsummaryrefslogtreecommitdiff
path: root/src/network/serveropcodes.cpp
Commit message (Expand)AuthorAge
* Finalize init packets and enable protocol v25est312015-05-16
* Make early protocol auth mechanism generic, and add SRPest312015-05-11
* Prepare Protocol v25 init & authentication.Loic Blot2015-03-13
* Handle the newly added TOCLIENT_ACCESS_DENIED and TOCLIENT_DELETE_PARTICLESPA...Loic Blot2015-03-13
* Rename some packet and handlers to <packet>_Legacy name for compat layer betw...Loic Blot2015-03-13
* [Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot2015-02-16
* Network Layer 7 rework (Packet handling)Loic Blot2015-02-10
an class="hl kwa">true, object_independent_selectionbox = true, httpfetch_binary_data = true, formspec_version_element = true, area_store_persistent_ids = true, pathfinder_works = true, object_step_has_moveresult = true, } function core.has_feature(arg) if type(arg) == "table" then local missing_features = {} local result = true for ftr in pairs(arg) do if not core.features[ftr] then missing_features[ftr] = true result = false end end return result, missing_features elseif type(arg) == "string" then if not core.features[arg] then return false, {[arg]=true} end return true, {} end end