Kris Johnson
5e255012bc
Add a 'bst' property to Species ( #7138 )
2020-08-12 12:06:09 -07:00
Stephen Middleton
33e6783d04
Wifi: Change Lottery winner logic ( #6970 )
...
After a Policy decision within Wi-Fi Staff, it's been decided to update the
Lottery Giveaway to still pick winners when there are less than maxWinners,
but people entered. This will allow low entry GA's to overestimate and still
have winners.
2020-08-12 10:03:39 -07:00
Annika
7df8ad12a9
Hosts: Fix bug with /ipranges widen ( #7202 )
2020-08-12 10:03:08 -07:00
DieterReinert
47e780ef2c
Poll: missing < in opening tag ( #7194 )
2020-08-10 16:30:59 +04:00
Annika
1c5f989837
Datasearch: Allow all-only searches if sorted ( #7182 )
2020-08-08 01:11:46 -07:00
Annika
ce8a1dd975
IPTools: Remove '-nohost' suffix and make minor improvements ( #7108 )
2020-08-07 14:47:18 -07:00
Annika
e47461da6d
Trivia: Fix translation formatting ( #7175 )
2020-08-07 11:39:18 -07:00
Annika
4318d7c9bc
Fix modlog formatting ( #7173 )
2020-08-07 11:17:34 -07:00
Mia
deeed6c789
Remove sim/ and data/'s globals ( #7091 )
2020-08-07 06:44:15 -07:00
Annika
f563252418
Modlog: Fix bugs and support hotpatching ( #7163 )
2020-08-06 22:05:13 -04:00
Mia
00526bb604
Help messagefilter: fix crash ( #7158 )
2020-08-06 10:05:03 -07:00
Lusamine
0f56db1853
Remove extra parentheses from 2 other privateModAction ( #7162 )
2020-08-06 10:04:36 -07:00
Guangcong Luo
873efe91ce
Refactor extractRoom to requireRoom
...
New in PageContext as of 9b3a986ef4ef7:
`extractRoom` no longer shows an error message if the room isn't found.
Instead, `requireRoom` does that.
2020-08-06 00:54:02 -07:00
Kris Johnson
f96ec4fb05
Add strict types to tiers ( #7135 )
2020-08-06 00:41:42 -07:00
Annika
f34ffa9e74
Refactor Modlog into one file ( #7127 )
2020-08-06 00:39:37 -07:00
Mia
fd0f83ff8d
Add a command to show the user's team in battles ( #7068 )
2020-08-06 00:36:43 -07:00
Mia
fbe5d90dd0
Youtube: Add tests ( #7081 )
2020-08-06 00:34:18 -07:00
Annika
7f3e55deb9
Improve help message formatting for /searchlogs ( #7136 )
2020-08-05 23:47:08 -07:00
Mia
647d5af76f
Add a filter for auto-answering questions in the Help room ( #7100 )
2020-08-05 23:44:46 -07:00
Annika
42451ff430
Trivia: Make strings translatable ( #7156 )
2020-08-05 23:23:35 -07:00
Annika
ae11a699a6
Add a BasicRoom#tr method ( #7143 )
2020-08-05 19:14:41 -07:00
Kris Johnson
8c22d4ce97
Add /flipped command ( #7139 )
2020-08-05 05:40:31 +04:00
Annika
92552da849
Helptickets: Always respect ignoreTickets ( #7144 )
2020-08-04 01:32:39 -07:00
Mia
b9c9addfdb
Searchlog: Fix crash ( #7121 )
2020-08-02 16:35:07 -07:00
Annika
ee67a41184
Fix crash in Announcements ( #7126 )
2020-08-02 16:10:50 -07:00
Leonard Craft III
d93501949e
Fix /lottery participants from escaping container ( #7116 )
2020-08-01 22:54:15 -07:00
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
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
Mia
2a9015457d
Chatlog: Improve search ( #6955 )
2020-07-31 18:00:54 -07:00
Annika
f472b6c123
Announcements: Make strings translateable ( #7102 )
2020-07-31 17:00:37 -07:00
Annika
f25fc4c344
Trivia: Display question numbers ( #7097 )
2020-07-31 14:39:23 -07:00
Annika
05a9f9a1e5
Minor code quality improvements based on LGTM ( #7092 )
2020-07-30 14:24:37 -07:00
Annika
cd85cd7a9d
Hosts & IPTools: Refactor to remove hardcoded ranges ( #7078 )
2020-07-29 23:04:50 -07: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
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
Peach
d87eeb4e2c
Don't modnote twice on joining a helpticket ( #7049 )
2020-07-29 00:17:24 -07:00
Guangcong Luo
98b5956d93
Linkify TextMonitor roomids
2020-07-28 20:08:27 -04:00
Annika
c16750741a
Fix hotpatching IPTools and multiline patterns for Hosts ( #7069 )
2020-07-27 01:51:28 -07:00
Annika
1bb3ed1531
Trivia: Show creator in /trivia history ( #7067 )
2020-07-26 15:34:12 -07:00
Annika
e0c18e8e0b
Refactor IPTools and add a host management chat plugin ( #7061 )
2020-07-26 12:41:27 -07:00
Annika
c5ebc2683c
Add a help message for /chatlog ( #7063 )
2020-07-25 21:32:26 -07:00
Annika
74e13815af
Modlog: Mark room tournaments in modlog ( #7062 )
2020-07-25 21:32:01 -07:00
Guangcong Luo
c08a1a3199
Fix drivers not having mod powers in battles
...
Battles are now considered personal rooms, and so
`globalGroupInPersonalRoom` now applies to them properly.
2020-07-24 18:51:38 -07:00
Annika
7248e6f87c
Helptickets: Fix grammar and add text about appealing locks ( #7055 )
2020-07-24 15:59:58 -07:00
Guangcong Luo
2f805c93a2
Remove "Battle" prefix from data exports ( #7039 )
...
`BattlePokedex` is now `Pokedex`, `BattleItems` is now `Items`, etc.
I also renamed `Movedex` to `Moves` and `Statuses` to `Conditions`.
`TypeChart` isn't `Types` yet, because unlike the others, it's not
indexed by ID. That should probably be fixed one day.
2020-07-24 12:42:26 -07:00
Peach
be2deb2372
Link IPs in modlog ( #7048 )
2020-07-24 10:47:43 -07:00
Kris Johnson
00b88b521d
Handle Gigantamaxing properly ( #7001 )
2020-07-23 13:27:42 -07:00
Annika
a11753de7a
Trivia: Support pausing and resuming games ( #7038 )
2020-07-23 12:59:14 -07:00
Kris Johnson
31d62a77d8
UNO: Fix typo ( #7035 )
2020-07-22 23:58:07 -07:00