Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD can be unreliable, catch PacketError ↵ | Loic Blot | 2015-04-05 |
| | | | | | | 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 Blot | 2015-04-03 |
| | | | | which can be unreliable | ||
* | Change error_message from wstring to string | ShadowNinja | 2015-03-27 |
| | | | | This removes a lot of narrow/wide conversions where a wide string was never used. | ||
* | Rename packethandler/{client,server}.cpp to {client,server}packethandler.cpp | Loic Blot | 2015-03-16 |
* Requested by @Zeno- * Approved by @nerzhul |