Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: HerculesWSAPI <dev@herc.ws>
|
|
Update int fields to using int32
|
|
|
|
|
|
For clients older than 2018-07-04 Re maximum supported and enabled id is 65535 (0xffff).
For newer clients miximum id is 2147483648. Enabled by default 131072 (0x20000)
|
|
|
|
Also add ifndef to other defines near it.
|
|
|
|
|
|
|
|
|
|
|
|
Fix issues found by coverity in last commits.
|
|
|
|
Signed-off-by: HerculesWSAPI <dev@herc.ws>
|
|
Update packets and messages up to 2018-07-11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|