Annika
6b1a53ae95
Trivia: Add Infinite length ( #7114 )
2020-08-01 17:06:50 -07:00
Annika
1b52e51ae0
Polls: Make strings translatable ( #7110 )
2020-08-01 16:51:41 -07:00
Peach
27513b7ff1
Fix chat commands typing ( #7106 )
2020-08-01 16:05:27 -07:00
Mia
eef5686ae0
Room-Battle: Improve API ( #7083 )
2020-08-01 16:04:39 -07:00
Kris Johnson
4776d729e1
Add remaining tier changes ( #7113 )
2020-08-01 22:25:56 +04:00
The Immortal
8098848ac4
Revert ""Drop" Gigantamax to Doubles OU for testing"
...
This reverts commit 5f3cca0470 .
2020-08-01 22:06:40 +04:00
The Immortal
f37aa00613
Usage-based tier update for August
2020-08-01 22:03:49 +04:00
TheMezStrikes
0c54842ae3
Detach 2v2 banlist from doubles tiering ( #7112 )
2020-08-01 21:29:01 +04:00
Marty-D
592abc0525
Fix Rising Voltage Max Move power
2020-08-01 11:15:43 -04:00
The Immortal
1360f7d06d
Random Battle updates
2020-08-01 17:31:16 +04:00
Kris Johnson
274e5ef267
Add August OM and RoA Spotlight ladders ( #7111 )
2020-08-01 16:46:04 +04:00
The Immortal
1fc691e232
Move Venusaur and Diggersby to UUBL
2020-08-01 16:29:30 +04:00
Charlie Kobayashi
448c9cbcee
Scavengers: general improvements ( #7105 )
...
- Add new command to directly stuff a hunt back into the queue
- Better queue response
- Fix extra spaces in teamscav team names
- Get rid of some old code tidbits that were neccessary when roomlogs were still bork
2020-07-31 18:34:47 -07:00
Spandan Punwatkar
fdea3aca28
Add /battlerules ( #7029 )
2020-07-31 18:06:19 -07:00
Mia
2a9015457d
Chatlog: Improve search ( #6955 )
2020-07-31 18:00:54 -07:00
Charlie Kobayashi
69cf80ed2a
Make broadcastBuffer an array ( #7103 )
...
This removes any extra unnecessary newlines at the end of each message sent to each client, and will always handle all messages assigned to the buffer properly.
2020-07-31 17:57:19 -07:00
Leonard Craft III
95243cdb00
Don't leak target of two-turn charge moves ( #7104 )
2020-07-31 17:55:28 -07:00
Marty-D
7e33b3647a
Gen I: Fix Sludge poison chance
2020-07-31 20:07:18 -04:00
Annika
f472b6c123
Announcements: Make strings translateable ( #7102 )
2020-07-31 17:00:37 -07:00
Guangcong Luo
7d95f68d26
Fix message corruption
...
Fixes #7099
2020-07-31 16:39:35 -07:00
Quinton Lee
a8b3da922a
Allow bots to use !checkchallenges again ( #7098 )
2020-07-31 14:44:57 -07:00
Annika
f25fc4c344
Trivia: Display question numbers ( #7097 )
2020-07-31 14:39:23 -07:00
Kris Johnson
e62a63f636
Credits: Fix capitalization of Spandan's name ( #7095 )
2020-07-31 14:37:55 -07:00
Marty-D
69bb32a22e
Formats: Remove DOU Dynamax Level 0
2020-07-31 16:49:37 -04:00
Kris Johnson
91d4d57e40
Add Doubles OU suspect notice ( #7096 )
...
https://www.smogon.com/forums/threads/np-ss-dou-stage-3-awful-ever-after.3668046/
2020-07-31 15:38:22 +04:00
Kirk Scheibelhut
36402d2aae
Update credits ( #7094 )
2020-07-30 20:22:02 -07:00
Alumn
080cab42b9
Update links for Gen 7 OU ( #7093 )
2020-07-31 04:44:27 +04:00
Guangcong Luo
95006a84c8
Improve CONTRIBUTING.md
2020-07-30 17:17:04 -07:00
Guangcong Luo
c39be07d23
Fix crash messages not appearing in Upper Staff
2020-07-30 17:17:04 -07:00
Guangcong Luo
b4de66c8b9
Remove mistakenly-added /hiderank command
...
It was accidentally included in #7078 but is actually part of #7058
and crashes without the other changes.
2020-07-30 17:35:32 -04:00
Annika
05a9f9a1e5
Minor code quality improvements based on LGTM ( #7092 )
2020-07-30 14:24:37 -07:00
Mia
29afa9f454
Fix RO rank displaying ( #7090 )
2020-07-30 13:17:46 -07:00
Kris Johnson
335a4a0d3f
Update CODEOWNERS ( #7088 )
2020-07-30 17:37:59 +04:00
Annika
a1ce0cdce1
Moderation: Add /clearaltstext ( #7086 )
2020-07-30 00:35:30 -07:00
Peach
9cdee242f1
Fix Config error reporting ( #7080 )
2020-07-30 00:35:13 -07:00
Annika
24c4f2ca55
Moderation: Support private reasons in /warn ( #7050 )
2020-07-30 00:00:47 -07:00
Annika
d8e7fb4692
Add short alias for /hidebattlesfromtrainercard ( #7085 )
...
This was requested and makes sense to me, since it's quite a long command to type out each time.
2020-07-29 23:59:31 -07:00
Kris Johnson
616b9a6820
Godly Gift should be challenge-only ( #7087 )
2020-07-29 23:58:10 -07:00
Annika
cd85cd7a9d
Hosts & IPTools: Refactor to remove hardcoded ranges ( #7078 )
2020-07-29 23:04:50 -07:00
Kris Johnson
70edfaa64c
Add support for more OMs ( #7084 )
2020-07-30 05:22:21 +04:00
Guangcong Luo
328ba42a12
Change onChatMessage API to use void return
...
onChatMessage previously took `string | false`, where `false` means
"let the message through". This is a reversal of what `false` usually
means, so this is now updated to `string | void`, which should be
much clearer.
2020-07-29 15:01:04 -07:00
Guangcong Luo
eead573ed1
Sync hosts again
2020-07-29 17:22:29 -04:00
Annika
74a22d0402
Correctly display reveal button for /cleartext ( #7082 )
2020-07-29 14:21:42 -07:00
Marty-D
2e04ede83d
Add latest CAP prevos
...
and swap Kitsunoh's types, per https://www.smogon.com/forums/posts/8550327/
2020-07-29 16:41:18 -04:00
Peach
b4a6cd325b
Don't hardcrash when loading config ( #7079 )
2020-07-29 01:23:58 -07:00
Guangcong Luo
fe2eb27860
Refactor ip and modchat permissions ( #7076 )
...
- `ip` and `ipself` are now separate permissions. This means that `ip`
is now a generalized permission for viewing IPs (no more need to use
`globalban`, since `ipself` now controls the ability to see your own
IP address)
- `alts` and `altsself` are now also separate (all users used to be
able to `altsself`).
- `modchat`, `modchatall`, and `manageroom` are now just one `modchat`
permission whose jurisdiction controls how high you can set modchat.
2020-07-29 00:38:52 -07:00
Guangcong Luo
add3a5d9f0
Fix bug when hidetexting own text
2020-07-29 00:37:18 -07:00
Mia
94fff9d496
Support customizing permissions per-room ( #6883 )
2020-07-29 00:22:03 -07:00
Mia
7216c493bb
Support renaming groupchats ( #6965 )
2020-07-29 00:21:24 -07:00
Peach
d87eeb4e2c
Don't modnote twice on joining a helpticket ( #7049 )
2020-07-29 00:17:24 -07:00