pokemon-showdown/server
Guangcong Luo c40a7d2fb2 Allow broadcastable commands in command console
Command consoles previously would silently fail if you used a
broadcastable command (like `/dt` or `/learn`). They are now let
through, although actually trying to broadcast (like `!dt`) will
still show an error message.
2019-11-11 02:13:48 +13:00
..
chat-plugins Allow broadcastable commands in command console 2019-11-11 02:13:48 +13:00
static Move server code to server/ 2019-02-03 16:07:06 -06:00
tournaments Take steps to statically type Config (#5920) 2019-10-30 18:45:20 +10:30
chat-commands.js New translations and stuff (#5921) 2019-11-10 13:31:11 +01:00
chat-formatter.ts Server: Use readonly where appropriate (#5902) 2019-10-21 16:12:32 +10:30
chat.ts Allow broadcastable commands in command console 2019-11-11 02:13:48 +13:00
config-loader.ts Make config-loader return type Config (#5939) 2019-11-09 04:21:54 +10:30
global-types.ts Take steps to statically type Config (#5920) 2019-10-30 18:45:20 +10:30
global-variables.d.ts Take steps to statically type Config (#5920) 2019-10-30 18:45:20 +10:30
index.js Typescript punishments (#5728) 2019-08-29 19:46:42 -05:00
ip-tools.ts Update datacenters & ip-tools (#5937) 2019-11-07 17:41:10 +10:30
ladders-local.ts Server: Use readonly where appropriate (#5902) 2019-10-21 16:12:32 +10:30
ladders-remote.ts Server: Use readonly where appropriate (#5902) 2019-10-21 16:12:32 +10:30
ladders.ts Server: Use readonly where appropriate (#5902) 2019-10-21 16:12:32 +10:30
loginserver.ts Server: Use readonly where appropriate (#5902) 2019-10-21 16:12:32 +10:30
monitor.ts Rooms: Rooms.get can return null (#5860) 2019-10-09 18:52:33 +11:00
punishments.ts Allow trusted users to bypass blacklist/roomban if not directly punished (#5925) 2019-11-01 19:52:50 +10:30
room-battle.ts Fix Nidoqueen egg move validation 2019-10-23 13:58:50 +10:30
room-game.ts Server: Use readonly where appropriate (#5902) 2019-10-21 16:12:32 +10:30
roomlogs.ts Server: Use readonly where appropriate (#5902) 2019-10-21 16:12:32 +10:30
rooms.ts Take steps to statically type Config (#5920) 2019-10-30 18:45:20 +10:30
sockets.js Take steps to statically type Config (#5920) 2019-10-30 18:45:20 +10:30
team-validator-async.js Upgrade to TypeScript 3.7 (#5935) 2019-11-06 23:02:36 +10:30
users.ts Allow /blockpms to block locked and semilocked users (#5923) 2019-11-01 13:34:52 +10:30
verifier.ts Remove hardcoded URLs in favor of Config.routes (#5557) 2019-07-01 10:19:21 -07:00