pokemon-showdown/server
Guangcong Luo 8fcb3ef036 Refactor PokemonSources into a class
This mostly just makes a lot of the weirder checks in the validator
substantially more readable.

This also renames `lsetData` to `setSources`, which should also help
readability.
2019-10-06 04:17:51 +11:00
..
chat-plugins Refactor PokemonSources into a class 2019-10-06 04:17:51 +11:00
static Move server code to server/ 2019-02-03 16:07:06 -06:00
tournaments Add a RoomID type (#5759) 2019-09-07 14:15:27 -05:00
chat-commands.js Add missing spaces to unticketban and unbattleban modlogging (#5804) 2019-09-21 22:11:26 +09:30
chat-formatter.ts Correctly define global types for .ts files 2019-08-23 09:33:49 -07:00
chat.ts Refactor validator 2019-10-06 04:17:50 +11:00
config-loader.ts Fix config modification for unit tests (#5585) 2019-07-03 21:38:02 -07:00
global.d.ts Add a RoomID type (#5759) 2019-09-07 14:15:27 -05:00
globals.ts Correctly define global types for .ts files 2019-08-23 09:33:49 -07:00
index.js Typescript punishments (#5728) 2019-08-29 19:46:42 -05:00
ip-tools.ts Fix more typing in preperation for TS 3.7.0 2019-10-01 21:44:09 -04:00
ladders-local.ts Correctly define global types for .ts files 2019-08-23 09:33:49 -07:00
ladders-remote.ts Correctly define global types for .ts files 2019-08-23 09:33:49 -07:00
ladders.ts Refactor Rooms(), Users() to Rooms.get(), Users.get() (#5725) 2019-08-25 06:33:56 -07:00
loginserver.ts Correctly define global types for .ts files 2019-08-23 09:33:49 -07:00
monitor.ts Refactor Rooms(), Users() to Rooms.get(), Users.get() (#5725) 2019-08-25 06:33:56 -07:00
punishments.ts Destroy groupchats on all global punishments (#5755) 2019-09-15 06:27:51 +02:00
room-battle.ts Fix bugs when logging out during a RoomGame 2019-08-31 10:50:00 -05:00
room-game.ts Add a RoomID type (#5759) 2019-09-07 14:15:27 -05:00
roomlogs.ts Correctly define global types for .ts files 2019-08-23 09:33:49 -07:00
rooms.ts Destroy groupchats on all global punishments (#5755) 2019-09-15 06:27:51 +02:00
sockets.js Track connection times and log probable ghosts (#5768) 2019-09-17 21:02:57 -07:00
team-validator-async.js Import Chat correctly (#5693) 2019-08-11 17:24:31 +02:00
users.ts Properly give trusted users a 100ms throttle (#5839) 2019-10-03 01:53:22 +10:00
verifier.ts Remove hardcoded URLs in favor of Config.routes (#5557) 2019-07-01 10:19:21 -07:00