Rpcn Versions Save

Matchmaking server for RPCS3

1.2.4

1 month ago

Fixed

  • Fixed delete TUS data queries

1.2.3

2 months ago

Fixed

  • Fixed some TUS queries

Misc

  • Updated dependencies

1.2.2

2 months ago

Fixed

  • Fixed some TUS queries

Misc

  • Updated dependencies

1.2.1

2 months ago

Fixed

  • Fixed some invalid SQL requests in db_tus.rs
  • Fixed RETURNING queries(UPSERT aborts on constraint fail)
  • Ninetime: Added a server for DBZ Battle of Z Invitation mode

1.2.0

2 months ago

Added

  • Added a configuration file for scoreboards

Misc

  • Version change triggered by a protocol change on rpcs3's side

1.1.0

3 months ago

Added

  • Added a notification to signal the target in RequestSignalingInfos to help connectivity

1.0.3

3 months ago

Fixed

  • Added owner checks to SetRoomDataInternal and SetRoomDataExternal and rpcn now only sends notifications on actual modification

1.0.2

3 months ago

Fixed

  • Add flush() after write_all() to ensure all data is sent

1.0.1

3 months ago

Fixed

  • Fixed GetScoreData accidentally returning a u64 for size of data

1.0.0

4 months ago

Added

  • Implemented SetUserInfo
  • Implemented GetRoomMemberBinAttr
  • Added proper public/private slot values
  • Added a cleanup mechanism for accounts that have never been logged on and are older than a month

Fixed

  • Added FOREIGN_KEY constraints to TUS tables to ensure sanity
  • Added a mechanism to ensure cleanup is done properly before letting the user back in the server

Misc

  • Updated dependencies
  • Migrated all score tables into one unified table
  • Added indexes for faster lookup to the SQL tables