summaryrefslogtreecommitdiff
path: root/src/clientiface.h
AgeCommit message (Expand)Author
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