Skip to content

Releases: RipleyTom/rpcn

0.9.2

09 Jan 17:19
Compare
Choose a tag to compare

Fixed

  • Forced stack size to 8MB on Windows for parity with Linux

0.9.1

05 Jan 12:18
Compare
Choose a tag to compare

Fixed

  • Add brackets around Message-ID sent with emails

0.9.0

04 Jan 22:50
Compare
Choose a tag to compare

Added

  • Presence support

Fixed

  • Added Message-ID to emails sent to help with some SMTP relays

Misc

  • Updated Flatbuffers to v23.5.26
  • Updated hyper to v1.1
  • Refactored data hierarchy for Client
  • Minor code cleanups

0.8.2

30 Dec 09:00
Compare
Choose a tag to compare

Minor bugfix

0.8.1

29 Dec 01:46
Compare
Choose a tag to compare

[0.8.1] - 2023-12-29

Fixed

  • Fixed TUS data query failing because of info NOT NULL constraint fail

0.8.0

28 Dec 17:44
Compare
Choose a tag to compare

[0.8.0] - 2023-12-28

Added

  • Added full TUS(Title User Storage) API support.
  • Added GetNetworkTime support.
  • Added cleanup of unused data files from score/tus on startup(note that they are not cleaned while the server is running as otherwise I can't guarantee atomicity of the db query + file access).

Changed

  • Improved code parsing by adding some wrappers.
  • Improved friend queries by storing both user id and username of friends on login.
  • Improved some database queries

Fixed

  • Fixed users getting stuck in logged in state if the thread panics by moving logging out procedures to Client Drop impl.

Misc

  • Added worlds for Playstation Home to config
  • Added server_redirs.cfg that contains DeS example

0.7.6

02 Dec 11:45
Compare
Choose a tag to compare
Try to fix release