- 01 Apr, 2015 1 commit
-
-
louiz’ authored
-
- 06 Jan, 2015 1 commit
-
-
louiz’ authored
-
- 01 Dec, 2014 1 commit
-
-
louiz’ authored
fix #2351
-
- 27 Oct, 2014 1 commit
-
-
louiz’ authored
Makes a lot more sense
-
- 17 Feb, 2014 1 commit
-
-
louiz’ authored
-
- 23 Oct, 2013 2 commits
- 17 Mar, 2013 2 commits
- 10 Mar, 2013 16 commits
-
-
louiz’ authored
Also make DbObject polymorphic by setting its dtor virtual. #100
-
louiz’ authored
-
louiz’ authored
-
louiz’ authored
The InterfaceRemoteClient can then be derivated in an other client: GameRemoteClient, and avoid code duplication.
-
louiz’ authored
-
louiz’ authored
-
louiz’ authored
This makes the data easier to track and free after they were sent. And it makes sure the buffer stays valid for all the async_write() process. It’s also easier to send data without having to bother with creating a string, parsing everything, etc.
-
louiz’ authored
-
louiz’ authored
TODO: the reception of that file by the client.
-
louiz’ authored
Implement all the connection + auth process. Also fix a leak by correctly deleting the clients that get disconnected.
-
louiz’ authored
Do all includes with <> instead of "". We just need to pass the -Isrc/ option to the compiler, or equivalent.
-
louiz’ authored
-
louiz’ authored
-
louiz’ authored
Now we can easily implement a request/answer protocol between the clients and the server.
-
- 08 Mar, 2012 1 commit
-
-
louiz’ authored
-