pokemon-showdown/server
fart 5a6ea0edc5
Fix /tour autodq off (#6401)
The most recent change to this file prevents "/tour autodq off" from working and sends a "That isn't a valid timeout value." error to the client. This is because it checks for a condition where timeout is greater than 1 hour, but when turning autodq off, the timeout variable is set to Infinity. This proposed change adds a check in the condition for if the timeout value is Infinity and does not send the error if that is the case (but if timeout is a numeric value greater than 1 hour, it still will fail).
2020-02-28 05:38:30 -08:00
..
chat-commands Fix bugs with renaming rooms (#6392) 2020-02-24 23:54:10 -08:00
chat-plugins Add some common rooms to the roomid type (#6393) 2020-02-24 19:52:41 -08:00
static
tournaments Fix /tour autodq off (#6401) 2020-02-28 05:38:30 -08:00
chat-formatter.ts
chat.ts Typescript Help Tickets and Modlog and fix warnings (#6352) 2020-02-12 21:48:03 -08:00
config-loader.ts Make config-loader return type Config (#5939) 2019-11-09 04:21:54 +10:30
global-types.ts Add some common rooms to the roomid type (#6393) 2020-02-24 19:52:41 -08:00
global-variables.d.ts Split up server/chat-commands/ (#5943) 2019-11-15 11:12:54 +13:00
index.ts Add Config.startuphook (#6382) 2020-02-22 15:51:18 -08:00
ip-tools.ts Update datacenters and IP-tools (#6355) 2020-02-09 16:11:33 -08:00
ladders-local.ts Fix file extensions in comments (#6062) 2019-11-24 12:57:12 +13:00
ladders-remote.ts Fix LGTM warning 2019-12-11 06:41:27 +04:00
ladders.ts Add a RoomBattle#challengeType property (#5940) 2019-12-12 19:09:43 +09:00
loginserver.ts
monitor.ts Further improve handling of crashed subprocesses 2020-02-23 01:33:35 -08:00
punishments.ts Add some common rooms to the roomid type (#6393) 2020-02-24 19:52:41 -08:00
room-battle.ts Fix inputlogs for battle evals (#6388) 2020-02-23 03:59:03 -08:00
room-game.ts Support renaming rooms (#6295) 2020-02-21 00:47:07 -08:00
roomlogs.ts Fix bugs with renaming rooms (#6392) 2020-02-24 23:54:10 -08:00
rooms.ts Fix bugs with renaming rooms (#6392) 2020-02-24 23:54:10 -08:00
sockets.js Fix file extensions in comments (#6062) 2019-11-24 12:57:12 +13:00
team-validator-async.ts Typescript Help Tickets and Modlog and fix warnings (#6352) 2020-02-12 21:48:03 -08:00
users.ts Add some common rooms to the roomid type (#6393) 2020-02-24 19:52:41 -08:00
verifier.ts