pokemon-showdown/test/application
Guangcong Luo 1a1530f4ff Refactor Connection#rooms to Set
Connection#rooms, previously a null-prototype roomid:room Object,
is now Connection#inRooms, a roomid Set.

This, incidentally, makes it stop retaining rooms, which may make the
GC's job easier and may also lead to unexpected bugs if we get
inconsistent state (we often do get inconsistent state, so look
forward to that!)

The rename is mostly to put it in line with the new User#inRooms,
and for ease of greppability without running into Rooms.rooms.
2016-08-22 03:57:52 -05:00
..
rooms.js Refactor Rooms.rooms and Rooms.aliases to Map 2016-08-08 16:46:11 -05:00
simulator.js Add RoomGame support for /joingame, /leavegame 2016-01-19 01:47:26 -08:00
team-validator.js Test: add TeamValidator tests (#2546) 2016-05-04 16:33:16 -07:00
users.js Refactor Connection#rooms to Set 2016-08-22 03:57:52 -05:00