aboutsummaryrefslogtreecommitdiff
path: root/src/network/packethandlers/client.cpp
AgeCommit message (Expand)Author
2015-03-16Rename packethandler/{client,server}.cpp to {client,server}packethandler.cppLoic Blot
2015-03-13Replace NetworkPacket pointers to referencesLoic Blot
2015-03-13Prepare Protocol v25 init & authentication.Loic Blot
2015-03-13Handle the newly added TOCLIENT_ACCESS_DENIED and TOCLIENT_DELETE_PARTICLESPA...Loic Blot
2015-03-13Rename some packet and handlers to <packet>_Legacy name for compat layer betw...Loic Blot
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-03-06Clean up database API and save the local map on an intervalShadowNinja
2015-03-05Remove Queue class which uses std::list and use native std::queueLoic Blot
2015-02-21Move sha1.hpp and base64.hpp to util/Loic Blot
2015-02-16[Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot