citra/src/core/hle/service/nwm
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
..
nwm.cpp Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
nwm.h Core: pass down Core::System reference to all services (#4272) 2018-10-05 10:59:43 -04:00
nwm_cec.cpp service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_cec.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_ext.cpp service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_ext.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_inf.cpp service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_inf.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_sap.cpp service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_sap.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_soc.cpp service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_soc.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_tst.cpp service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_tst.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
nwm_uds.cpp network, citra_qt: Give moderation permission to community mods 2018-12-15 20:28:03 +08:00
nwm_uds.h CoreTiming: wrap into class 2018-11-04 10:26:38 -05:00
uds_beacon.cpp service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
uds_beacon.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
uds_connection.cpp Merge pull request #4244 from wwylele/swap-enum 2018-10-04 14:51:49 -04:00
uds_connection.h Merge pull request #4244 from wwylele/swap-enum 2018-10-04 14:51:49 -04:00
uds_data.cpp Merge pull request #4244 from wwylele/swap-enum 2018-10-04 14:51:49 -04:00
uds_data.h Merge pull request #4244 from wwylele/swap-enum 2018-10-04 14:51:49 -04:00