Exposing the zoom key to Lua API (#9903)
[oweals/minetest.git] / src / network / serverpackethandler.cpp
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:
2017-04-07 presstabstartFix multiple death messages (#5305)
2017-03-19 Loïc BlotUpdate server min protocol version to v24 (#5411)
2017-03-13 Loic Blot[CSM] Client side modding
2017-01-24 raymooWrap to positive degree values (#5106)
2017-01-11 Loic BlotCleanup some header inclusions to improve compilation...
2017-01-01 Loic BlotBreath cheat fix: server side 4978/head
2016-12-29 sfan5Fix interact range check (thanks to @lhofhansl)
2016-12-26 sfan5Various anticheat improvements
2016-12-03 Lars HofhanslOptimize block sent: Fix rendering issue
2016-11-30 lhofhanslOptimize/adjust blocks/ActiveObjects sent at the server...
2016-11-26 TeTpaAkaWieldhand: Allow overriding the hand
2016-11-12 raymooAdd control information to player interacts (#4685)
2016-10-30 Loic BlotFix overloading problems mentioned by clang
2016-10-30 Ner'zhulPlayerSAO/LocalPlayer refactor: (#4612)
2016-10-08 Loic BlotMore code cleanup (UNORDERED + RemotePlayer/LocalPlayer)
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-06 Loic Blotuse unordered containers where possible (patch 4 on X)
2016-10-04 Loic BlotChat: new settings to prevent spam 4571/head
2016-03-29 sfan5Fix small formatting issue in SRP debug output
2016-03-15 est31Much better API for auth.{cpp, h}
2016-02-23 nerzhulGOTBLOCKS & DELETEBLOCKS: test packet size only once 3771/head
2016-01-09 ASL97Cache disable_anticheat and check it for "interacted_to...
2015-12-02 Alex FordAdd on_secondary_use when right clicking an item in...
2015-11-13 est31Only allow players with shout to chat
2015-11-06 est31Add server side ncurses terminal
2015-10-14 ShadowNinjaUse warningstream for log messages with WARNING
2015-10-12 KahrlFix how address is logged when a wrong password is...
2015-10-04 kwolekrRemove redundant code in player interact handler
2015-09-14 est31Serialisation: documentation fixes, clarifying renames...
2015-07-21 est31Ask auth handler to create auth when a default password...
2015-07-10 kwolekrFix damage flash when damage disabled
2015-07-08 est31Use UTF-8 instead of narrow
2015-06-23 Craig DavisonUse actionstream instead of errorstream when failing...
next