mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-21 06:37:09 -05:00
Rooms now have their logging abstracted into their own file, which also allows the rest of rooms.js to be simplified by a decent margin. This is in preparation for using Redis as a backing for scrollback log storage, which will give us a lot more RAM to work with. My newest newest plan is actually to locally cache room scrollback, and only read battle logs from Redis. This will make chatroom-joining faster. |
||
|---|---|---|
| .. | ||
| chat.js | ||
| ladders-matchmaker.js | ||
| process-manager.js | ||
| rooms.js | ||
| simulator.js | ||
| sockets.js | ||
| team-validator.js | ||
| users.js | ||