aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/friend/friend.cpp
AgeCommit message (Expand)Author
2024-02-23service: friend: Add GetFriendCount, GetNewlyFriendCount, GetReceivedFriendRe...Narr the Reg
2024-01-08Fix typos in src/core (#12625)Viktor Szépe
2023-11-21Stub CheckBlockedUserListAvailabilitydaisymlleung
2023-03-06hle: rename legacy errors to ResultsLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2022-10-07IFriendService: stub CheckFriendListAvailabilityLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph
2022-02-05service: Migrate to the new UUID implementationMorph
2022-01-21service/friend: Update unknown function table entriesLioncash
2021-11-30service: friend: Implement GetCompletionEventMorph
2021-10-01service: Replace service event creation with ServiceContext::CreateEventMorph
2021-07-26common: uuid: Return a lower-case hex string in FormatMorph
2021-07-14service: Append service name prefix to common filenamesMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-05hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei
2021-05-05hle: kernel: Migrate KEvent to KAutoObject.bunnei
2021-04-09Merge pull request #6113 from german77/playhistorybunnei
2021-03-27service: friend: Change logging class from ACC to FriendMorph
2021-03-27Friend: Stub GetPlayHistoryRegistrationKeygerman77
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei
2020-12-07core: Remove unnecessary enum casts in log callsLioncash
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash
2020-06-27friend: Update function tableVolcaEM
2020-04-20service: Update function tablesLioncash
2020-04-14service: friend: Stub IFriendService::GetBlockedUserListIds.bunnei
2020-01-04core: Initialize several structs that make use of Common::UUID.bunnei
2019-11-12service: Update function tablesLioncash
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei
2019-10-04service/friend: Remove unused fieldReinUsesLisp
2019-09-22Deglobalize System: FriendDavid Marcec
2019-07-09IFriendService::GetFriendListDavid Marcec
2019-06-28Addressed issuesDavid Marcec
2019-06-25SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this shou...David Marcec
2019-06-25fixed spelling errors and fixed issue with Pop not returning the SizedNotific...David Marcec
2019-06-24Implemented INotificationServiceDavid Marcec
2019-04-11service: Update service function tablesLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-12Stub UpdateUserPresenceDavid Marcec
2018-08-11friend: Stub DeclareCloseOnlinePlaySession.bunnei
2018-08-11friend: Fix CreateFriendService to return an IFriendService interface.bunnei
2018-07-24friend: Add friend:m, friend:s, and friend:v servicesLioncash
2018-07-24friend: Deduplicate interfacesLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-24friend: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash