jhalter / mobius

A Hotline server implemented in Golang for macOS, Linux, and Windows operating systems
MIT License
73 stars 8 forks source link

Fix threaded news bugs #88

Closed jhalter closed 1 year ago

jhalter commented 1 year ago
  1. Fix handling of article IDs sent as 4 bytes instead of 2
  2. Fix incorrect article count listing that strangely only affects third party clients

Related #87