whales
bf84c0bc5e
Support /forcetrustuser for offline trusting ( #6301 )
2020-01-26 12:54:07 -08:00
Ben Davies
88ccff34ec
Commands: filter guests from the userlist in /cmd roominfo's response
2020-01-20 05:45:26 -04:00
Lusamine
eed30c3759
Update datacenters ( #6294 )
...
* Update datacenters and ip-tools
* Clean up DET/Host1Plus/Heficed ranges
2020-01-18 22:26:42 -07:00
HoeenHero
66916aca5a
Tickets: Fix bug with expiring ticket bans
2020-01-18 15:18:35 -05:00
whales
c4ae4cfdc3
Fix namemonitor message
2020-01-15 20:19:39 +10:30
Waleed Hassan
02c862da31
Add a GroupSymbol type ( #6285 )
2020-01-14 14:07:11 -08:00
Waleed Hassan
6714e14fc5
Fix max line length warnings ( #6286 )
2020-01-14 15:30:50 +04:00
whales
4818190b98
Always show shared battles button in helptickets
2020-01-14 12:29:27 +10:30
Kris Johnson
dde822edd3
Fix Flying Press crash in /coverage ( #6275 )
2020-01-11 07:31:14 +04:00
HoeenHero
56e850ff8e
Remove leftover debug statement
2020-01-10 20:49:20 -05:00
HoeenHero
b1890bb343
Tickets: Only write on destory for open tickets
2020-01-08 08:58:35 -05:00
HoeenHero
584175c57c
Update help information for modchat
2020-01-08 08:17:10 -05:00
HoeenHero
77b76a5b09
Fix mistake in ae28a960b (toId -> toID)
2020-01-04 14:54:09 -05:00
not_a_seagull
ae28a960be
Convert index.js and team-validator-async.js to typescript ( #5987 )
2020-01-04 07:11:54 -05:00
asgdf
45b808b181
Fix /statcalc without pokemon argument ( #6237 )
2020-01-03 01:56:01 +04:00
HoeenHero
86e3c81b8a
Tickets: Ticket rooms expire and close after 40 minutes of inactivity
2020-01-01 20:45:17 -05:00
HoeenHero
913a3b456e
Tickets: Improve ticketban detection
2020-01-01 20:45:16 -05:00
HoeenHero
4704288839
Tickets: Don't use date strings due to inconsitensies between node versions
...
Date strings can have inconsitensies between browsers and apparently node versions too.
sim3 uses a newer node version and as a result date calculations are off by one.
I have swapped to using individual date componets eg `new Date(2020, 0)` to fix this.
2020-01-01 20:45:15 -05:00
Ocean-ey
7260db1b3d
Update !code description ( #6248 )
...
!code no longer requires global voice to use in PM's.
2020-01-01 07:52:31 +04:00
Kris Johnson
649ac8ea6b
Typescript uno/othermetas/hangman ( #6229 )
2019-12-31 17:52:26 +09:00
SirMisterGit
10f034c798
Mafia: Don't show "partners" to traitor faction ( #6205 )
2019-12-30 20:37:39 -05:00
whales
65d904b6e5
Fix room desynch bug ( #6239 )
2019-12-31 00:27:40 +09:00
HoeenHero
427dc80346
Tickets: Add a dash to IP-Appeal
2019-12-29 19:26:42 -05:00
whales
1f9bf5df6a
Fix modchat error message
2019-12-29 10:29:09 +10:30
Ben Davies
e8c8e0d9bd
Add CommandContext#shouldBroadcast and fix !code permission checks ( #6198 )
2019-12-28 16:26:50 +09:00
Claire238
744853cb89
Fix spelling for punishment list ( #6199 )
2019-12-23 09:49:46 +09:00
whales
456f987cb3
Give mods access to /host ( #6200 )
2019-12-23 02:49:23 +09:00
asgdf
b352ab8e3e
Update datacenters ( #6202 )
2019-12-22 05:21:28 +09:00
Ben Davies
8470325f35
Commands: Remove some restrictions on /code ( #6182 )
2019-12-20 00:45:49 +09:00
Kris Johnson
dd016c21ff
Add support in /details for Pokemon that require special trading conditions ( #6194 )
2019-12-19 20:38:05 +09:00
whales
d7c03256aa
Fix modchat modlog entry ( #6196 )
2019-12-19 20:34:30 +09:00
HoeenHero
d8d59dbbae
Fix modchat modlog message
2019-12-18 18:11:39 -05:00
whales
8a2969eb18
Fix rebuilding on windows ( #6191 )
2019-12-17 05:29:24 +09:00
Kris Johnson
42321c5e68
Display Dynamax Power on moves in /details ( #6189 )
2019-12-16 15:36:28 +09:00
fart
0291eabce3
Include National Dex mons in veekun command ( #6186 )
...
Currently fails on Pokemon and moves not included in gen 8
2019-12-16 04:08:48 +09:00
Leonard Craft III
d57cf6b518
Capitalize "Showdown" in IP-Appeal Help Ticket message ( #6185 )
2019-12-15 03:32:07 +09:00
HoeenHero
37600b7094
Helptickets: Require users to give input for IP-Appeal tickets
2019-12-13 20:58:53 -05:00
Ben Davies
a17b81ccf7
Trivia: nuke | 0 int flooring hack
...
Cool optimization bro, too bad numbers like -0 exist
2019-12-13 08:07:35 -04:00
Waleed Hassan
df14f875ec
Add a RoomBattle#challengeType property ( #5940 )
...
This commit adds a `challengeType` property to `RoomBattle` of
type `rated | unrated | challenge | tour`.
Previously, there was no way to programatically differ an unrated
battle from a challenge, which is useful in places like filters.
2019-12-12 19:09:43 +09:00
Dragonmirror27262
128a3391f8
Fix roomevents help messages ( #5800 )
2019-12-12 00:20:35 +04:00
whales
82b4d95b8e
Mafia: Allow setting an IDEA's rolelist as a theme ( #6173 )
2019-12-12 00:17:45 +04:00
Kris Johnson
8eaf19f882
Add past gen support for /mnm and /stone ( #6177 )
2019-12-12 00:13:47 +04:00
whales
dd1dee6fa9
Make subrooms inherit parent room mutes ( #6161 )
2019-12-11 16:58:39 +09:00
The Immortal
5798aad982
Fix LGTM warning
2019-12-11 06:41:27 +04:00
420Blazeitt
59584aea54
Update /smogdex to gen 8 ( #6169 )
2019-12-11 03:08:15 +09:00
whales
fb6f7cb7dc
Typescript mafia ( #6145 )
2019-12-09 22:17:09 +09:00
whales
496cbb70db
Check permissions for offline warns
2019-12-09 13:49:52 +10:30
Kris Johnson
2854e71166
Fix various evolution methods ( #6160 )
2019-12-07 17:15:31 +04:00
whales
0b9d8dd109
Support declarative roomsettings syntax ( #6119 )
2019-12-06 23:16:55 +09:00
Spandan Punwatkar
4876127f08
Update datasearch.js ( #6144 )
2019-12-05 18:04:01 +04:00