| jetbrains you suck
| 3 个月前 |
| QueryHandler: fixed signedness inconsistency when comparing access token (#7003)
Looks like #6799 incorrectly changed this to unsigned.
Not sure if this should be read as signed, but it was read as signed before ext-encoding implicitly. The only real requirement is that the internal token and provided token must be parsed as the same type. | 3 个月前 |
| UPnP: better fix for postURL error that doesn't require behavioural breaks
| 1 年前 |
| Align PhpDoc @param tags according to PHP-CS-Fixer
| 3 年前 |
| Use PHP-CS-Fixer to enforce file header presence
| 3 年前 |
| Use PHP-CS-Fixer to enforce file header presence
| 3 年前 |
| NetworkSession: allow discarding consecutive identical packets without decoding in certain cases (#6715)
This allows packet handlers to tell the network session to discard any following packets if their buffers were identical to the current one.
This is a very conservative and basic limiter. If we start having problems with multiple packets being spammed at once interleaved, this will become ineffective. However, for now, all the known spam bugs are of single packets, and the buffers of said packets are always identical. Dealing with interleaved packets would be quite a bit more complex. This mechanism is very simple and should avoid any negative side effects. | 7 个月前 |
| Fixed unauthenticated sessions taking up player slots
| 3 年前 |
| Use PHP-CS-Fixer to enforce file header presence
| 3 年前 |
| Use PHP-CS-Fixer to enforce file header presence
| 3 年前 |
| Deal with a whole lot of PHPStan suppressed key casting errors
closes #6534
| 1 年前 |
| Use PHP-CS-Fixer to enforce file header presence
| 3 年前 |
| Use PHP-CS-Fixer to enforce file header presence
| 3 年前 |