aboutsummaryrefslogtreecommitdiff
path: root/src/clientiface.h
AgeCommit message (Expand)Author
2019-12-20Fix the player information version_string return value (#8616)Lejo
2019-08-17ClientInterface: Use recursive mutex to prevent freeze in on_newplayer() (#8808)SmallJoker
2018-08-16Check node updates whether the blocks are known (#7568)SmallJoker
2018-03-09Drop less performant Server::setBlockNotSent for ClientInterface::markBlockpo...Loic Blot
2017-10-15Cache server config settings. (#6530)lhofhansl
2017-09-27Fix some forgotten u16 -> session_t in ad7daf7b52348e1b71aa803be10de5b2134cba11Loic Blot
2017-09-27Add session_t typedef + remove unused functions (#6470)Loïc Blot
2017-09-12Network: Remove large parts of deprecated legacy code (#6404)SmallJoker
2017-09-09Server: Calculate maximal total block sends dynamically (#6393)SmallJoker
2017-08-24Network cleanup (#6302)Loïc Blot
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-08-17l_server, clientenvironment, clientiface: code modernizationLoic Blot
2017-08-16ClientInterface: add a function to verify (correctly) if user limit was reach...Loïc Blot
2017-08-16Cleanup various headers to reduce compilation times (#6255)Loïc Blot
2017-07-16Chat protocol rewrite (#5117)Loïc Blot
2017-06-16C++11 patchset 9: move hardcoded init parameters to class definitions (part 1...Loïc Blot
2017-06-06Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot
2017-06-04C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot
2017-05-26Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker
2017-05-20Various code cleanup & little performance improvement on HTTP download (#5772)Loïc Blot
2017-04-28Clean up getTime helpersShadowNinja
2017-04-20Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot
2017-04-14ClientIface::sendToAll: honor packet configuration (#5590)Loïc Blot
2017-02-18Use the `ARRLEN` macro in more places and remove an unused macro. (#5260)red-001
2016-10-08Optimize ClientIface::getPlayerNames(): return const ref instead a copy of al...Loic Blot
2016-10-05Replace various std::map with UNORDERED_MAP + various cleanupsLoic Blot
2016-03-12Resend blocks when modified while sending to clientJeija
2016-02-16Clientiface: remove "value is dummy" from docsest31
2015-08-31Make ClientInterface::statenames consistent with the state enum againest31
2015-08-23Clean up threadingShadowNinja
2015-07-21Ask auth handler to create auth when a default password is setest31
2015-05-24Small clientiface ASCII art improvementsest31
2015-05-16Fix build since last commitest31
2015-05-16Finalize init packets and enable protocol v25est31
2015-05-11Make early protocol auth mechanism generic, and add SRPest31
2015-03-13Replace NetworkPacket pointers to referencesLoic Blot
2015-03-13Prepare Protocol v25 init & authentication.Loic Blot
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-03-04ClientInterface::getClientIDs doesn't need a std::list. Use a std::vector for...Loic Blot
2015-02-16[Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot
2014-08-22Fix "ghost" blocks if block update is "on wire" while player digs nodessapier
2014-06-28Add prefixes to enum values and fix style issueskwolekr
2014-04-20Fix macro ARRAYSIZE name collision on windowssapier
2014-04-15Fix all warnings reported by clangSfan5
2014-04-12Fix MSVC buildBlockMen
2014-04-08Cleanup client init states by bumping protocol versionsapier
2014-01-31Add propper client initializationsapier