aboutsummaryrefslogtreecommitdiff
path: root/src/network/clientpackethandler.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Protocol 25: wstring -> string for custom access denial reasonsest312015-04-221-3/+1
| | | | Also fix std::logic_error when server::DenyAccess() is used with only two arguments.
* TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD can be unreliable, catch PacketError ↵Loic Blot2015-04-051-15/+20
| | | | | | exception. Also set the packet size at creation not when pushing rawString, no functional change
* Create PacketError exception and use it with ACTIVEOBJECT_REMOVE_ADD handler ↵Loic Blot2015-04-031-14/+18
| | | | which can be unreliable
* Change error_message from wstring to stringShadowNinja2015-03-271-3/+7
| | | | This removes a lot of narrow/wide conversions where a wide string was never used.
* Rename packethandler/{client,server}.cpp to {client,server}packethandler.cppLoic Blot2015-03-161-0/+1096
* Requested by @Zeno- * Approved by @nerzhul