pokemon-showdown/server
Guangcong Luo 2f805c93a2
Remove "Battle" prefix from data exports (#7039)
`BattlePokedex` is now `Pokedex`, `BattleItems` is now `Items`, etc.

I also renamed `Movedex` to `Moves` and `Statuses` to `Conditions`.

`TypeChart` isn't `Types` yet, because unlike the others, it's not
indexed by ID. That should probably be fixed one day.
2020-07-24 12:42:26 -07:00
..
chat-commands Remove "Battle" prefix from data exports (#7039) 2020-07-24 12:42:26 -07:00
chat-plugins Remove "Battle" prefix from data exports (#7039) 2020-07-24 12:42:26 -07:00
static Move server code to server/ 2019-02-03 16:07:06 -06:00
tournaments Minor cleanup of global demotion messages (#7011) 2020-07-17 01:17:36 -07:00
chat-formatter.ts Add type and category support for <psicon> (#6983) 2020-07-18 18:05:19 -07:00
chat.ts Support Chat.ErrorMessage in async commands 2020-07-18 16:33:22 -07:00
config-loader.ts Fix permission inheritance 2020-07-24 11:19:45 -07:00
global-types.ts Refactor Auth.hasPermission 2020-07-13 00:55:23 -07:00
global-variables.d.ts Refactor Sockets to ProcessManager+TypeScript (#6584) 2020-04-17 04:05:45 -07:00
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 Add a throttle for pending challenges (#7045) 2020-07-24 12:04:29 -07:00
loginserver.ts Fix memory leak in ladders-remote 2020-06-09 18:31:29 -07:00
monitor.ts Use optional chaining and linter improvements (#6422) 2020-03-06 11:44:32 -08:00
punishments.ts Server side changes to support persistent user settings and privacy changes (#6947) 2020-07-06 21:18:38 -07:00
room-battle.ts Support renaming battles (#7015) 2020-07-18 21:27:24 -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 Add cooldown for unregistered namechanges (#7032) 2020-07-23 00:00:29 -07:00
sockets.ts "Remove" the global room (#6885) 2020-07-02 11:31:34 -07:00
team-validator-async.ts Improve validator crash phrasing 2020-05-01 13:22:16 -07:00
user-groups.ts Refactor Auth.hasPermission 2020-07-13 00:55:23 -07:00
users.ts Support hiding battles from /cmd userdetails (#7040) 2020-07-23 21:30:30 -07:00
verifier.ts Improve eslintrc 2020-03-06 22:35:55 -08:00