pokemon-showdown/server
Ben Davies d4c479686c Use dns.lookup over dns.resolve4 in IPTools.dnsblQuery
This helps prevent DNS poisoning attacks if the platform supports DNSSEC
since dns.resolve4 uses c-ares, which doesn't support DNSSEC.
2019-07-08 21:39:44 -03:00
..
chat-plugins Use nicknamefilter for status messages 2019-07-06 03:49:46 -05:00
static
tournaments Include player count in |tournament|start and /tour getusers (#5581) 2019-07-03 15:56:07 -07:00
chat-commands.js Prevent /groupchatuptime from being used without a room (#5592) 2019-07-06 14:24:33 -05:00
chat-formatter.ts toId -> toID 2019-05-12 17:53:01 -07:00
chat.js Filter statuses properly (#5593) 2019-07-06 05:24:01 -05:00
config-loader.ts Fix config modification for unit tests (#5585) 2019-07-03 21:38:02 -07:00
global.d.ts Include a >version-origin hash if different from >version (#5542) 2019-06-16 13:24:11 +09:00
globals.ts Clear forcerename monitor names on namelock more completely (#5510) 2019-05-29 09:41:54 -05:00
index.js Fix config modification for unit tests (#5585) 2019-07-03 21:38:02 -07:00
ip-tools.ts Use dns.lookup over dns.resolve4 in IPTools.dnsblQuery 2019-07-08 21:39:44 -03:00
ladders-local.ts Remove import = and export = 2019-05-16 01:27:07 +04:00
ladders-remote.ts Remove import = and export = 2019-05-16 01:27:07 +04:00
ladders.js Remove Object.assign(function) pattern from TeamValidator{Async} 2019-07-01 08:20:51 -07:00
loginserver.ts Remove import = and export = 2019-05-16 01:27:07 +04:00
monitor.js Remove import = and export = 2019-05-16 01:27:07 +04:00
punishments.js Fix #hostfilter entering punishments table 2019-06-30 21:18:52 -04:00
room-battle.js Fix a bug with clearing non-afk statuses 2019-07-02 13:58:30 +02:00
room-game.js Fix input logs (#5539) 2019-06-26 07:38:17 +09:00
roomlogs.js toId -> toID 2019-05-12 17:53:01 -07:00
rooms.js Enable mafia by default 2019-07-02 11:21:46 -04:00
sockets.js Remove hardcoded URLs in favor of Config.routes (#5557) 2019-07-01 10:19:21 -07:00
team-validator-async.js Remove hardcoded URLs in favor of Config.routes (#5557) 2019-07-01 10:19:21 -07:00
users.js Add a 15 second timeout when warning individual users (#5588) 2019-07-05 14:08:30 -05:00
verifier.ts Remove hardcoded URLs in favor of Config.routes (#5557) 2019-07-01 10:19:21 -07:00