]> git.lizzy.rs Git - minetest.git/history - src/network/serverpackethandler.cpp
Add minetest.get_player_window_information() (#12367)
[minetest.git] / src / network / serverpackethandler.cpp
2023-02-27 rubenwardyAdd minetest.get_player_window_information() (#12367)
2022-07-30 rubenwardyFix some warnings (#12615)
2022-04-28 sfan5Clean up some auth packet handling related code
2022-04-28 sfan5Fix password changing getting stuck if wrong password...
2022-04-28 sfan5Apply disallow_empty_password to password changes too
2022-04-28 sfan5Fix race condition in registration leading to duplicate...
2022-02-17 sfan5Clean up ClientReady packet handling
2022-02-03 Jude Melton-HoughtonClean up ClientInterface locking
2022-01-15 savilliDon't call on_dieplayer callback two times (#11874)
2022-01-09 sfan5Restore pass-through of direction keys (#11924)
2021-12-28 savilliFix check that denies new clients from a singleplayer...
2021-10-31 WuzzyFix number of tool uses being off by 1..32767 (#11110)
2021-10-25 sfan5Fix item duplication if player dies during interact...
2021-10-12 savilliFix player HP desync between client and server
2021-09-09 sfan5Dynamic_Add_Media v2 (#11550)
2021-08-28 savilliRemove redundant on_dieplayer calls
2021-08-27 NeroBurnerJoystick sensitivity for player movement (#11262)
2021-03-30 Lars MüllerBlock & report player self-interaction (#11137)
2021-03-19 Elias FleckensteinCheck for duplicate login in TOSERVER_INIT handler...
2021-03-07 SmallJokerProtect dropping from far node inventories
2021-03-07 SmallJokerProtect per-player detached inventory actions
2021-02-15 SmallJokerServer-side authority for attached players (#10952)
2021-02-02 sfan5Encode high codepoints as surrogates to safely transpor...
2021-02-02 sfan5Drop wide/narrow conversion functions
2021-02-02 SmallJokerServer GotBlocks(): Lock clients to avoid multithreadin...
2021-01-31 sfan5Cache client IP in RemoteClient so it can always be...
2020-12-24 sfan5Fix some minor code issues all over the place
2020-11-12 sfan5serverpackethandler: Minor log message fixes
2020-11-09 rubenwardyFix object interaction distance not being checked ...
2020-09-07 SmallJokerInventory: Protect Craft and Drop actions (#10353)
2020-09-04 LejoPrevent interacting with items out of the hotbar (...
2020-09-01 HybridDog[2] Code cleanup in serverpackethandler (#9349)
2020-08-29 Lars MüllerPrevent players accessing inventories of other players...
2020-08-15 ANANDAllow binding dig, place actions to keys; remove LMB...
2020-06-13 Lars MüllerExposing the zoom key to Lua API (#9903)
2020-05-23 sorcerykidAdd on_authplayer callback and 'last_login' to on_joinp...
2020-05-16 sfan5Log protocol ver on mismatched client connect too
2020-05-07 Loïc BlotServer class code cleanups (#9769)
2020-05-05 sfan5Server: Improve some log messages (#9820)
2020-04-25 EvidenceB KidscodeAdd server side translations capability (#9733)
2020-04-18 HybridDogserverpackethandler: Reduce pkt->getPeerId() invocation...
2020-04-11 Loic BlotMove PlayerSAO to dedicated files
2020-03-05 sfan5Fixes around ServerActiveObject on_punch handling
2019-11-10 sfan5Call on_secondary_use when object is right-clicked
2019-09-22 sfan5Fix broken build
2019-09-22 sfan5Punchwear (improved) (#8959)
2019-09-21 SmallJokerWieldhand: Specify which ItemStack to use (#8961)
2019-09-19 sfan5Remove incorrect MutexAutoLock
2019-09-14 ANANDSend ActiveObjects once right after Init2
2019-09-14 SmallJokerFormspecs: Introduce formspec_version to mods
2019-09-09 SmallJokerSend cumulated inventory changes only each step (#8856)
2019-08-24 SmallJokerInventory: Send dirty lists where appropriate (#8742)
2019-08-10 Jozef BehranMerge pull request #8776 from osjc/FixGetNode
2019-08-07 ANANDClient::Interact: Use InteractAction enum instead of...
2019-08-07 SmallJokerUnify wield item handling (#8677)
2019-06-09 SmallJokerDamage: Play no damage sound when immortal (#8350)
2019-03-07 Jozef BehranOptimize interaction distance checker (#8193)
2019-02-10 SmallJokerConsistent HP and damage types (#8167)
2019-01-06 SmallJokerFix various bugs (Anticheat, Lua helpers) (#8013)
2018-12-04 SmallJokerSend only changed node metadata to clients instead...
2018-11-28 CoderForTheBetterAdd Lua methods 'set_rotation()' and 'get_rotation...
2018-07-10 SmallJokerFormspecs: Remove accidental empty 'quit' field
2018-06-26 SmallJokerRename CSM flavours to restrictions
2018-06-13 Loïc BlotServer: move shutdown parts to a specific shutdown...
2018-05-26 SmallJokerFormspec verification: Fix show_formspec inside callbac...
2018-03-28 Andrew WardAdd reasons to on_dieplayer and on_hpchange
2018-03-16 Loic BlotFix an alone if to be with a missing else
2018-02-18 red-001Mitigate formspec exploits by verifying that the formsp...
2018-02-15 red-001Add `on_auth_fail` callback (#7039)
2017-11-24 SmallJokerInventory: Restrict access from too far away
2017-10-29 raymooAllow overriding tool capabilities through itemstack...
2017-10-16 SmallJokerFix strict_protocol_version_checking functionality...
2017-09-27 Loïc BlotAdd session_t typedef + remove unused functions (#6470)
2017-09-25 Loïc BlotImplement mod communication channels (#6351)
2017-09-15 sfan5ServerEnv: Clean up object lifecycle handling (#6414)
2017-09-12 SmallJokerNetwork: Fix logging into older worlds with base64...
2017-09-12 SmallJokerNetwork: Remove large parts of deprecated legacy code...
2017-09-04 Loïc BlotImplement minetest.register_can_bypass_userlimit (...
2017-08-29 Loïc BlotNetwork proto handlers/container fixes (#6334)
2017-08-24 EkdohibsAdd clientside translations.
2017-08-24 Loïc BlotNetwork cleanup (#6302)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-17 Loic BlotTypo fix in compat code from commit 1d8d01074fdb52946f8...
2017-08-16 Loïc BlotClientInterface: add a function to verify (correctly...
2017-07-18 Loïc Blot[CSM] Add flavour limits controlled by server (#5930)
2017-07-16 Loïc BlotChat protocol rewrite (#5117)
2017-07-01 Vincent GlizeC++11 cleanup inventorymanager (#6077)
2017-06-14 Loïc BlotRemove legacy content_abm.{cpp,h}
2017-06-11 Loïc BlotUse thread_local instead from some static settings...
2017-06-08 red-001Have the server send the player list to the client...
2017-06-06 red-001Remove old network code (#5921)
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-04-25 ShadowNinjaRename Scripting API files for consistency
2017-04-22 red-001Network:Remove old opcodes and fix documentation. ...
2017-04-17 SmallJokerFix MSVC build broken by 34d32ce
2017-04-15 Loïc BlotImplement delayed server shutdown with cancelation...
2017-04-07 Auke KokFix "error: ‘playerSAO’ was not declared"
2017-04-07 EkdohibsFix spacing
2017-04-07 EkdohibsFix problems when overriding the hand:
next