citra-emu
/
citra-canary
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-canary/src/network
zhupengfei 7acd2664dd
network/room_member: Add moderation functions
To allow for passing moderation errors around without impacting the State, this commit also separates the previous State enum into two enums: State, and Error. The State enum now only contains generic states like disconnected or connected, and the Error enum describes the specific error happened.

citra_qt/multiplayer/{state, message} is changed accordingly.
2018-12-15 11:03:31 +08:00
..
CMakeLists.txt network, web_service: Add Verification backend and use new lobby API 2018-12-15 11:02:51 +08:00
network.cpp log: replace all NGLOG with LOG 2018-06-29 14:18:07 +03:00
network.h Implement basic virtual Room support based on enet (#2803) 2017-07-07 15:34:15 -04:00
packet.cpp packet: Simplify operator bool overload 2017-11-28 21:00:24 -05:00
packet.h Added missing parts in libnetwork (#2838) 2017-08-19 11:14:33 -06:00
room.cpp network/room: Moderation implementation 2018-12-15 11:03:28 +08:00
room.h network/room: Moderation implementation 2018-12-15 11:03:28 +08:00
room_member.cpp network/room_member: Add moderation functions 2018-12-15 11:03:31 +08:00
room_member.h network/room_member: Add moderation functions 2018-12-15 11:03:31 +08:00
verify_user.cpp network, web_service: Add Verification backend and use new lobby API 2018-12-15 11:02:51 +08:00
verify_user.h network, web_service: Add Verification backend and use new lobby API 2018-12-15 11:02:51 +08:00