Lime-3DS-Emulator/src/network
zhupengfei 9d062d63da
network, citra_qt: Give moderation permission to community mods
Based on the `roles` payload in the JWT, the rooms will now give mod permission to Citra Community Moderators. To notify the client of its permissions, a new response, IdJoinSuccessAsMod is added, and there's now a new RoomMember::State called Moderator.
2018-12-15 20:28:03 +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 network/packet: Fix reading vectors/arrays of strings 2018-12-15 14:37:23 +08:00
room_member.cpp network, citra_qt: Give moderation permission to community mods 2018-12-15 20:28:03 +08:00
room_member.h network, citra_qt: Give moderation permission to community mods 2018-12-15 20:28:03 +08:00
room.cpp network, citra_qt: Give moderation permission to community mods 2018-12-15 20:28:03 +08:00
room.h network, citra_qt: Give moderation permission to community mods 2018-12-15 20:28:03 +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, citra_qt: Give moderation permission to community mods 2018-12-15 20:28:03 +08:00