summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-08Fix typos in src/core (#12625)Viktor Szépe1-1/+1
2023-11-20Stub CheckBlockedUserListAvailabilitydaisymlleung1-1/+12
2023-03-07hle: rename legacy errors to ResultsLiam2-13/+2
2023-03-01service: move hle_ipc from kernelLiam2-15/+15
2023-02-21service: refactor server architectureLiam2-8/+17
2022-10-08IFriendService: stub CheckFriendListAvailabilityLiam1-1/+12
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph5-15/+10
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-6/+6
2022-02-05service: Migrate to the new UUID implementationMorph1-9/+9
2022-01-21service/friend: Update unknown function table entriesLioncash1-6/+6
2021-11-30service: friend: Implement GetCompletionEventMorph1-2/+21
2021-10-02service: Replace service event creation with ServiceContext::CreateEventMorph1-11/+15
2021-07-27common: uuid: Return a lower-case hex string in FormatMorph1-3/+3
2021-07-14service: Append service name prefix to common filenamesMorph3-2/+2
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-10/+10
2021-05-06hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei1-0/+1
2021-05-06hle: kernel: Migrate KEvent to KAutoObject.bunnei1-6/+5
2021-03-27service: friend: Change logging class from ACC to FriendMorph1-11/+12
2021-03-27Friend: Stub GetPlayHistoryRegistrationKeygerman771-1/+13
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei1-4/+6
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei1-2/+2
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei1-1/+1
2020-12-08core: Remove unnecessary enum casts in log callsLioncash1-2/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash4-11/+12
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash1-0/+1
2020-06-27friend: Update function tableVolcaEM1-0/+6
2020-04-20service: Update function tablesLioncash1-0/+1
2020-04-14service: friend: Stub IFriendService::GetBlockedUserListIds.bunnei1-1/+10
2020-01-04core: Initialize several structs that make use of Common::UUID.bunnei1-1/+1
2019-11-12service: Update function tablesLioncash1-0/+5
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei1-1/+1
2019-10-05service/friend: Remove unused fieldReinUsesLisp1-1/+0
2019-09-22Deglobalize System: FriendDavid Marcec4-22/+24
2019-07-09IFriendService::GetFriendListDavid Marcec1-1/+34
2019-06-28Attemp clang format fix?David Marcec1-1/+0
2019-06-28Addressed issuesDavid Marcec2-13/+13
2019-06-25SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this should be the users account idDavid Marcec1-1/+3
2019-06-25fixed spelling errors and fixed issue with Pop not returning the SizedNotificationInfoDavid Marcec1-6/+8
2019-06-24Implemented INotificationServiceDavid Marcec4-1/+126
2019-04-11service: Update service function tablesLioncash1-2/+3
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash4-0/+6
2018-08-12Stub UpdateUserPresenceDavid Marcec1-1/+8
2018-08-12friend: Stub DeclareCloseOnlinePlaySession.bunnei1-1/+10
2018-08-12friend: Fix CreateFriendService to return an IFriendService interface.bunnei1-2/+86
2018-07-24friend: Add friend:m, friend:s, and friend:v servicesLioncash1-0/+3
2018-07-24friend/interface: Add missing CreateDaemonSuspendSessionService() to the function handler tableLioncash1-0/+1
2018-07-24friend: Deduplicate interfacesLioncash5-44/+9
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-1/+1
2018-04-24friend: Move logging macros over to new fmt-compatible onesLioncash1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash6-24/+12
2018-04-11Various fixes and clangHexagon121-1/+1
2018-04-10Updated friend:u with more service names.Hexagon121-1/+2
2018-04-10Updated the unknown nameHexagon121-1/+1
2018-04-10Updated friend:a with more service names.Hexagon121-1/+2
2018-04-03service: Add friend:u interface.bunnei3-0/+39
2018-02-19service: Add Friend service interface.bunnei4-0/+94