summaryrefslogtreecommitdiff
path: root/src/core/hle/service/friend (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: friend: Add GetFriendCount, GetNewlyFriendCount, GetReceivedFriendRe...Gravatar Narr the Reg2024-02-231-26/+65
* Fix typos in src/core (#12625)Gravatar Viktor Szépe2024-01-081-1/+1
* Stub CheckBlockedUserListAvailabilityGravatar daisymlleung2023-11-211-1/+12
* hle: rename legacy errors to ResultsGravatar Liam2023-03-062-13/+2
* service: move hle_ipc from kernelGravatar Liam2023-03-012-15/+15
* service: refactor server architectureGravatar Liam2023-02-212-8/+17
* IFriendService: stub CheckFriendListAvailabilityGravatar Liam2022-10-071-1/+12
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-1/+1
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-235-15/+10
* general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph2022-02-051-6/+6
* service: Migrate to the new UUID implementationGravatar Morph2022-02-051-9/+9
* service/friend: Update unknown function table entriesGravatar Lioncash2022-01-211-6/+6
* service: friend: Implement GetCompletionEventGravatar Morph2021-11-301-2/+21
* service: Replace service event creation with ServiceContext::CreateEventGravatar Morph2021-10-011-11/+15
* common: uuid: Return a lower-case hex string in FormatGravatar Morph2021-07-261-3/+3
* service: Append service name prefix to common filenamesGravatar Morph2021-07-143-2/+2
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-10/+10
* hle: kernel: Ensure all kernel objects with KAutoObject are properly created.Gravatar bunnei2021-05-051-0/+1
* hle: kernel: Migrate KEvent to KAutoObject.Gravatar bunnei2021-05-051-6/+5
* Merge pull request #6113 from german77/playhistoryGravatar bunnei2021-04-091-1/+13
|\
| * Friend: Stub GetPlayHistoryRegistrationKeyGravatar german772021-03-271-1/+13
* | service: friend: Change logging class from ACC to FriendGravatar Morph2021-03-271-11/+12
|/
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.Gravatar bunnei2021-02-051-4/+6
* hle: kernel: Rename WritableEvent to KWritableEvent.Gravatar bunnei2021-02-051-2/+2
* hle: kernel: Rename ReadableEvent to KReadableEvent.Gravatar bunnei2021-02-051-1/+1
* core: Remove unnecessary enum casts in log callsGravatar Lioncash2020-12-071-2/+1
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-264-11/+12
* ipc_helpers: Remove usage of the global system instanceGravatar Lioncash2020-11-081-0/+1
* friend: Update function tableGravatar VolcaEM2020-06-271-0/+6
* service: Update function tablesGravatar Lioncash2020-04-201-0/+1
* service: friend: Stub IFriendService::GetBlockedUserListIds.Gravatar bunnei2020-04-141-1/+10
* core: Initialize several structs that make use of Common::UUID.Gravatar bunnei2020-01-041-1/+1
* service: Update function tablesGravatar Lioncash2019-11-121-0/+5
* kernel: events: Remove ResetType::Automatic.Gravatar bunnei2019-11-031-1/+1
* service/friend: Remove unused fieldGravatar ReinUsesLisp2019-10-041-1/+0
* Deglobalize System: FriendGravatar David Marcec2019-09-224-22/+24
* IFriendService::GetFriendListGravatar David Marcec2019-07-091-1/+34
* Attemp clang format fix?Gravatar David Marcec2019-06-281-1/+0
* Addressed issuesGravatar David Marcec2019-06-282-13/+13
* SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this shou...Gravatar David Marcec2019-06-251-1/+3
* fixed spelling errors and fixed issue with Pop not returning the SizedNotific...Gravatar David Marcec2019-06-251-6/+8
* Implemented INotificationServiceGravatar David Marcec2019-06-244-1/+126
* service: Update service function tablesGravatar Lioncash2019-04-111-2/+3
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-104-0/+6
* Stub UpdateUserPresenceGravatar David Marcec2018-08-121-1/+8
* friend: Stub DeclareCloseOnlinePlaySession.Gravatar bunnei2018-08-111-1/+10
* friend: Fix CreateFriendService to return an IFriendService interface.Gravatar bunnei2018-08-111-2/+86
* friend: Add friend:m, friend:s, and friend:v servicesGravatar Lioncash2018-07-241-0/+3
* friend/interface: Add missing CreateDaemonSuspendSessionService() to the func...Gravatar Lioncash2018-07-241-0/+1
* friend: Deduplicate interfacesGravatar Lioncash2018-07-245-44/+9