Skip to content

Commit

Permalink
rpcn 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
RipleyTom committed Dec 23, 2023
1 parent e9d0e63 commit cd3655a
Show file tree
Hide file tree
Showing 19 changed files with 5,304 additions and 988 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
<!---
## [0.8.0] - 2023-12-24
-->

### 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.
Loading

0 comments on commit cd3655a

Please sign in to comment.