aboutsummaryrefslogtreecommitdiff
path: root/src/connections.hh
Commit message (Collapse)AuthorAge
* THREADING: upgrade from LinuxThreads to NPTLfusion322025-07-19
| | | | | | | | | | | | This was a required change to make the server run on a modern GLIBC version without resorting to shady shared libraries or compatibility tricks. It is very straightforward but we should always keep an eye out for possible bugs. There was also a problem with the Z loop on field sending functions that was causing the server to hang in an infinite loop and should now be fixed. With these changes it is now possible to login into the game for a split second before the client asserting.
* `receiving.cc`fusion322025-06-23
|
* `sending.cc`fusion322025-06-22
|
* `connections.cc`fusion322025-06-21
|
* finish `communication.cc`fusion322025-06-20
|
* more work on `communication.cc`fusion322025-06-20
|
* beginning of `communication.cc`fusion322025-06-19