Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-22 | Protocol 25: wstring -> string for custom access denial reasons | est31 | |
Also fix std::logic_error when server::DenyAccess() is used with only two arguments. | |||
2015-04-05 | TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD can be unreliable, catch PacketError ↵ | Loic Blot | |
exception. Also set the packet size at creation not when pushing rawString, no functional change | |||
2015-04-03 | Create PacketError exception and use it with ACTIVEOBJECT_REMOVE_ADD handler ↵ | Loic Blot | |
which can be unreliable | |||
2015-03-27 | Change error_message from wstring to string | ShadowNinja | |
This removes a lot of narrow/wide conversions where a wide string was never used. | |||
2015-03-16 | Rename packethandler/{client,server}.cpp to {client,server}packethandler.cpp | Loic Blot | |
* Requested by @Zeno- * Approved by @nerzhul |