summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: rename legacy errors to ResultsLiam2023-03-072-13/+2
* service: move hle_ipc from kernelLiam2023-03-012-15/+15
* service: refactor server architectureLiam2023-02-212-8/+17
* IFriendService: stub CheckFriendListAvailabilityLiam2022-10-081-1/+12
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-235-15/+10
* general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-051-6/+6
* service: Migrate to the new UUID implementationMorph2022-02-051-9/+9
* service/friend: Update unknown function table entriesLioncash2022-01-211-6/+6
* service: friend: Implement GetCompletionEventMorph2021-11-301-2/+21
* service: Replace service event creation with ServiceContext::CreateEventMorph2021-10-021-11/+15
* common: uuid: Return a lower-case hex string in FormatMorph2021-07-271-3/+3
* service: Append service name prefix to common filenamesMorph2021-07-143-2/+2
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-10/+10
* hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei2021-05-061-0/+1
* hle: kernel: Migrate KEvent to KAutoObject.bunnei2021-05-061-6/+5
* Merge pull request #6113 from german77/playhistorybunnei2021-04-101-1/+13
|\
| * Friend: Stub GetPlayHistoryRegistrationKeygerman772021-03-271-1/+13
* | service: friend: Change logging class from ACC to FriendMorph2021-03-271-11/+12
|/
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei2021-02-051-4/+6
* hle: kernel: Rename WritableEvent to KWritableEvent.bunnei2021-02-051-2/+2
* hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei2021-02-051-1/+1
* core: Remove unnecessary enum casts in log callsLioncash2020-12-081-2/+1
* service: Eliminate usages of the global system instanceLioncash2020-11-274-11/+12
* ipc_helpers: Remove usage of the global system instanceLioncash2020-11-081-0/+1
* friend: Update function tableVolcaEM2020-06-271-0/+6
* service: Update function tablesLioncash2020-04-201-0/+1
* service: friend: Stub IFriendService::GetBlockedUserListIds.bunnei2020-04-141-1/+10
* core: Initialize several structs that make use of Common::UUID.bunnei2020-01-041-1/+1
* service: Update function tablesLioncash2019-11-121-0/+5
* kernel: events: Remove ResetType::Automatic.bunnei2019-11-031-1/+1
* service/friend: Remove unused fieldReinUsesLisp2019-10-051-1/+0
* Deglobalize System: FriendDavid Marcec2019-09-224-22/+24
* IFriendService::GetFriendListDavid Marcec2019-07-091-1/+34
* Attemp clang format fix?David Marcec2019-06-281-1/+0
* Addressed issuesDavid Marcec2019-06-282-13/+13
* SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this should be the users account idDavid Marcec2019-06-251-1/+3
* fixed spelling errors and fixed issue with Pop not returning the SizedNotificationInfoDavid Marcec2019-06-251-6/+8
* Implemented INotificationServiceDavid Marcec2019-06-244-1/+126
* service: Update service function tablesLioncash2019-04-111-2/+3
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-114-0/+6
* Stub UpdateUserPresenceDavid Marcec2018-08-121-1/+8
* friend: Stub DeclareCloseOnlinePlaySession.bunnei2018-08-121-1/+10
* friend: Fix CreateFriendService to return an IFriendService interface.bunnei2018-08-121-2/+86
* friend: Add friend:m, friend:s, and friend:v servicesLioncash2018-07-241-0/+3
* friend/interface: Add missing CreateDaemonSuspendSessionService() to the function handler tableLioncash2018-07-241-0/+1
* friend: Deduplicate interfacesLioncash2018-07-245-44/+9
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-1/+1
* friend: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-1/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-206-24/+12
* Various fixes and clangHexagon122018-04-111-1/+1
* Updated friend:u with more service names.Hexagon122018-04-101-1/+2
* Updated the unknown nameHexagon122018-04-101-1/+1
* Updated friend:a with more service names.Hexagon122018-04-101-1/+2
* service: Add friend:u interface.bunnei2018-04-033-0/+39
* service: Add Friend service interface.bunnei2018-02-194-0/+94