Add control information to player interacts (#4685)
[oweals/minetest.git] / src / network / serverpackethandler.cpp
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...
2015-05-22 est31Deny empty username early in the protocol
2015-05-19 kwolekrReplace instances of std::map<std::string, std::string...
2015-05-18 est31Lower log level for unexpected behaviour
2015-05-16 est31Fix build since last commit
2015-05-16 est31Finalize init packets and enable protocol v25
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-04-22 est31Protocol 25: wstring -> string for custom access denial...
2015-04-17 est31Refactor around translatePassword
2015-04-03 est31Remove errorstream logging on password change
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-27 ShadowNinjaClean up and tweak build system 2402/head
2015-03-24 Loic BlotDon't send an InventoryAction at each setInventoryModif...
2015-03-21 poet-nohitSendInventory when handleCommand_Interact is a use.
2015-03-18 Loic BlotServerpacketHandler: spelling fixes
2015-03-17 Loic BlotUse the NetworkPacket api to read full version string...
2015-03-16 Loic BlotRename packethandler/{client,server}.cpp to {client...