aboutsummaryrefslogtreecommitdiff
path: root/src/network/serveropcodes.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up some auth packet handling related codesfan52022-04-281-1/+1
* Dynamic_Add_Media v2 (#11550)sfan52021-09-091-2/+2
* Minimap as HUD element with API controlPierre-Yves Rollo2020-10-041-0/+1
* Server pushing media at runtime (#9961)sfan52020-06-131-1/+1
* Miscellaneous networking improvements (#9611)sfan52020-04-081-5/+15
* set_sky improvements, set_sun, set_moon and set_starsJordach2020-03-051-6/+6
* Add support for per-player FOV overrides and multipliersAnand S2019-09-191-44/+44
* Implement adding velocity to player from Luasfan52019-08-101-1/+1
* Send only changed node metadata to clients instead of whole mapblock (#5268)SmallJoker2018-12-041-3/+3
* Rename CSM flavours to restrictionsSmallJoker2018-06-261-1/+1
* Add formspec theming using prepended stringsAndrew Ward2018-03-281-0/+1
* Implement mod communication channels (#6351)Loïc Blot2017-09-261-5/+5
* Network: Remove large parts of deprecated legacy code (#6404)SmallJoker2017-09-121-15/+15
* [CSM] Add flavour limits controlled by server (#5930)Loïc Blot2017-07-181-1/+1
* Chat protocol rewrite (#5117)Loïc Blot2017-07-161-2/+2
* Have the server send the player list to the client (#5924)red-0012017-06-081-1/+1
* Add missing server sending rule for bd921a7916f0fafc493b1c4d0eeb5e2bb1d6a7c2Loic Blot2017-05-051-1/+1
* Add clouds APIBen Deutsch2017-04-301-1/+1
* Fix #5655 (#5658)red-0012017-04-261-1/+1
* Network:Remove old opcodes and fix documentation. (#5573)red-0012017-04-221-1/+1
* Breath cheat fix: server sideLoic Blot2017-01-011-1/+1
* Finalize init packets and enable protocol v25est312015-05-161-1/+1
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-6/+34
* Prepare Protocol v25 init & authentication.Loic Blot2015-03-131-6/+6
* Handle the newly added TOCLIENT_ACCESS_DENIED and TOCLIENT_DELETE_PARTICLESPA...Loic Blot2015-03-131-20/+21
* Rename some packet and handlers to <packet>_Legacy name for compat layer betw...Loic Blot2015-03-131-4/+4
* [Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot2015-02-161-0/+89
* Network Layer 7 rework (Packet handling)Loic Blot2015-02-101-0/+95