summaryrefslogtreecommitdiffstats
path: root/src/network/room_member.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-16Fix more typosViktor Szépe1-1/+1
2023-03-12general: fix spelling mistakesLiam1-8/+8
2022-09-09ldn: Initial implementationFearlessTobi1-1/+34
2022-08-27yuzu: Display current game version in multiplayer roomFearlessTobi1-1/+1
2022-08-15core, network: Add ability to proxy socket packetsFearlessTobi1-42/+28
2022-07-25network, yuzu: Make copyright headers SPDX-compliantFearlessTobi1-3/+2
2022-07-25yuzu_cmd: Fix compilationFearlessTobi1-12/+0
2022-07-25Address second part of review commentsFearlessTobi1-0/+4
2022-07-25network: Add initial files and enet dependencyFearlessTobi1-0/+327
2018-01-13Massive removal of unused modulesJames Rowe1-182/+0
2017-08-19Added missing parts in libnetwork (#2838)B3n301-4/+55
2017-07-16Network: Changed timeout for receiving packets to 100msB3n301-1/+1
2017-07-16Network: Propagate Room closing to connected membersB3n301-1/+2
2017-07-16Network: Made send async in RoomMemberB3n301-0/+1
2017-07-16Network: Send the game titleB3n301-5/+22
2017-07-16Network: Enable sending and receiving chat messagesB3n301-0/+12
2017-07-16Network: Enable to send WifiPacketsB3n301-0/+18
2017-07-16Network: Send JoinRequest and handle the answer in RoomMemberB3n301-0/+18
2017-07-16Network: Threads for Room and RoomMemberB3n301-1/+0
2017-07-07Implement basic virtual Room support based on enet (#2803)B3n301-0/+65