aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Account
AgeCommit message (Expand)Author
2023-04-14Rename Hipc to Cmif where appropriate (#3880)1.1.709Alex Barney
2023-04-03Source generated json serializers (#4582)1.1.693Andrey Sukharev
2023-03-31HLE: Refactoring of ApplicationLoader (#4480)1.1.689Ac_K
2023-03-21Revert "Use source generated json serializers in order to improve code trimmi...1.1.675gdkchan
2023-03-21Use source generated json serializers in order to improve code trimming (#4094)1.1.674Andrey Sukharev
2023-03-04Minor code formatting (#4498)1.1.649gdkchan
2023-03-01Update LibHac to 0.18.0 (#4414)1.1.647Steveice10
2023-02-08Replace BitConverter.ToString(bytes).Replace("-", "") with Convert.ToHexStrin...1.1.608Berkan Diler
2023-02-01Implement Account LoadOpenContext (#4359)1.1.599gdkchan
2023-01-21Catch Profile.json parse to prevent crash on launch (#3393)1.1.579Phi
2023-01-18Optimize string memory usage. Use Spans and StringBuilders where possible (#3...1.1.572Andrey Sukharev
2023-01-04IPC refactor part 3+4: New server HIPC message processor (#4188)1.1.506gdkchan
2022-12-24Some minor cleanups and optimizations (#4174)1.1.489Berkan Diler
2022-12-07acc: Stub CheckNetworkServiceAvailabilityAsync (#4052)1.1.448Ac_K
2022-12-05Make structs readonly when applicable (#4002)1.1.426Andrey Sukharev
2022-11-09infra: Migrate to .NET 7 (#3795)1.1.339Mary-nyan
2022-09-27Fix ListOpenContextStoredUsers and stub LoadOpenContext (#3718)1.1.280gdkchan
2022-08-31Address gdkchan's comment1.1.244Mary
2022-08-31account: Implement LoadNetworkServiceLicenseKindAsyncMary
2022-03-02Implement -p or --profile command line argument (#2947)1.1.55JavidPack
2022-02-27Update LibHac to v0.16.0 (#3159)1.1.54Alex Barney
2022-01-11account: Rework LoadIdTokenCache to auto generate a random JWT token (#2991)Mary
2021-12-23Update to LibHac v0.14.3 (#2925)Alex Barney
2021-11-24account/ns: Implement 13.0.0+ service calls (#2820)Ac_K
2021-08-12Update to LibHac 0.13.1 (#2475)Alex Barney
2021-07-13Revert LibHac updateMary
2021-07-13Update to LibHac 0.13.1 (#2328)Alex Barney
2021-06-21account: Fix wrong condition in TrySelectUserWithoutInteraction (#2384)Ac_K
2021-04-24HLE: Fix integer sign inconcistency accross the codebase (#2222)Mary
2021-04-23account: add Custom User Profiles support (#2227)Ac_K
2021-04-14[ImgBot] Optimize images (#2205)VocalFan
2021-04-14Initial support for the new 12.x IPC system (#2182)Mary
2021-04-13account: Adds AccountManager (#2184)Ac_K
2021-01-02account: Services Refactoring (#1833)Ac_K
2020-12-12Remove inexistent buffer from GetNintendoAccountUserResourceCacheForApplicati...gdkchan
2020-12-12Rewrite size for fixed size buffers (#1808)gdkchan
2020-09-21hle/ui: Basic multi programs support (#1560)Mary
2020-09-20acc/hid: Implement ListQualifiedUsers and SetTouchScreenConfiguration (#1555)Ac_K
2020-08-18account: Implement IManagerForApplication calls and IAsyncContext (#1466)Ac_K
2020-08-04Improved Logger (#1292)mageven
2020-05-15Refactor out Application details from Horizon (#1236)mageven
2020-05-04Add error code for denied internet request in Friends (#1207)VolcaEM
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2020-05-02Add error code for denied internet request in Account (#1182)VolcaEM
2020-03-03stub GetNintendoAccountUserResourceCacheForApplication (#962)Thog
2020-03-02Implement mii:u and mii:e entirely (#955)Thog
2020-02-02Fix inconsistencies with UserId (#906)Thog
2020-01-05Rename "RyuFs" directory to "Ryujinx" and use the same savedata system the Sw...Alex Barney
2019-10-28Fix ghost users bug. (#799)LDj3SNuD
2019-09-19Refactoring HOS folder structure (#771)Ac_K