pokemon-showdown/server
Guangcong Luo d7ba455e2b Update permissions
Permissions have gotten out-of-date, so this commit syncs them.
Default permissions are now matched with Main, in particular including
the new & rank as admin (removing the old Leader rank and ~ symbol).

Relevant changes:
- Admin (~) and Leader (&) have been merged into Admin (&)
- The 'ban' permission was split into 'globalban' and 'ban'
- The 'broadcast' permission was renamed 'show' (going forward,
  "broadcast" should only refer to the big red/blue/green
  announcement bars.)
- Bots no longer have global moderation abilities, making it
  easier to give untrustworthy bots the "bot" rank.
2020-07-03 17:32:49 -04:00
..
chat-commands Update permissions 2020-07-03 17:32:49 -04:00
chat-plugins Update permissions 2020-07-03 17:32:49 -04:00
static
tournaments Don't sort player array in-place when scoring round robin tournaments (#6945) 2020-07-02 15:46:55 -07:00
chat-formatter.ts
chat.ts Update permissions 2020-07-03 17:32:49 -04:00
config-loader.ts Strongly type RoomPermission and GlobalPermission 2020-06-21 01:43:27 -07:00
global-types.ts Merge BasicChatRoom and BasicRoom 2020-07-02 18:54:02 -07:00
global-variables.d.ts
index.ts Separate Config.ofemain and Config.ofesockets 2020-06-12 22:02:32 -07:00
ip-tools.ts Update datacenters & ip-tools (#6903) 2020-06-22 07:18:40 -07:00
ladders-local.ts Update Streams API with pushEnd/writeEnd 2020-06-10 16:07:24 -07:00
ladders-remote.ts Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
ladders.ts
loginserver.ts Fix memory leak in ladders-remote 2020-06-09 18:31:29 -07:00
monitor.ts
punishments.ts Update permissions 2020-07-03 17:32:49 -04:00
room-battle.ts Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
room-game.ts "Remove" the global room (#6885) 2020-07-02 11:31:34 -07:00
roomlogs.ts Merge BasicChatRoom and BasicRoom 2020-07-02 18:54:02 -07:00
rooms.ts Fix bug in /renameroom (#6952) 2020-07-03 11:48:25 -07:00
sockets.ts "Remove" the global room (#6885) 2020-07-02 11:31:34 -07:00
team-validator-async.ts
user-groups.ts Update permissions 2020-07-03 17:32:49 -04:00
users.ts Merge BasicChatRoom and BasicRoom 2020-07-02 18:54:02 -07:00
verifier.ts