pokemon-showdown/server/chat-plugins
Ben Davies b867fce831 Don't use String#split with an empty string as an argument
String#split with an empty string as an argument butchers Unicode
codepoints that are more than one character long.
String#[Symbol.iterator] doesn't, and is also faster.
2020-06-18 10:50:44 -03:00
..
announcements.ts Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
blackjack.ts Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
calculator.ts Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
chat-monitor.ts Don't use String#split with an empty string as an argument 2020-06-18 10:50:44 -03:00
chatlog.ts Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
COMMANDS.md Rename Room#id -> Room#roomid, User#userid -> User#id (#5826) 2019-10-03 18:57:38 +10:00
daily-spotlight.ts Fix bugs in /show 2020-06-17 21:11:52 -04:00
datasearch.ts Better document debug options in config-example.js 2020-06-13 15:58:35 -07:00
hangman.ts Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
helptickets.ts Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
jeopardy.ts Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
lottery.ts Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
mafia.ts Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
modlog.ts Don't use String#split with an empty string as an argument 2020-06-18 10:50:44 -03:00
othermetas.ts Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
poll.ts Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
random-battles.ts Random Battles chat plugin: Add /cap1v1 (#6698) 2020-05-16 10:45:31 +04:00
room-events.ts Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
room-faqs.ts Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
scavenger-games.ts Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
scavengers.ts Show given hints on /scav hint (#6842) 2020-06-16 11:22:44 +02:00
tcgtabletop.ts Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
thecafe.ts Update references to Global Administrators post-flattening (#6815) 2020-06-08 09:41:03 -07:00
thing-of-the-day.ts Fix bugs in /show 2020-06-17 21:11:52 -04:00
trivia.ts Trivia: Fix bug with computing user ranking (#6843) 2020-06-16 14:03:39 -07:00
uno.ts Fix UNO DQ message to use correct name (#6831) 2020-06-13 11:21:58 -07:00
wifi.ts Add a library for utility functions (#6817) 2020-06-09 22:06:43 -07:00
youtube.ts Youtube: Fix ID crash (#6858) 2020-06-17 20:42:02 -07:00