Commit Graph

27954 Commits

Author SHA1 Message Date
Mia
ef56c668d2 Suspects: Fall back on existing suspect URL in edits if need be
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
2025-07-22 12:51:49 -05:00
Kris Johnson
d97b176082 Revert "Simplify the implementation of locked moves (#11256)"
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
This reverts commit 4d634394f5.
2025-07-22 03:38:29 -06:00
André Bastos Dias
4d634394f5
Simplify the implementation of locked moves (#11256) 2025-07-22 02:14:13 -07:00
André Bastos Dias
fd21559ba8
Refactor Gen 1 partial trapping (#11189) 2025-07-22 02:12:20 -07:00
André Bastos Dias
f74586f765
Implement Imprison disabling logic using Test Fight (#11208) 2025-07-22 02:09:45 -07:00
Mia
99af09ba7c Chat: Ensure absolute plugin files are always loaded
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
Accounting for loading outside of the normal dir
2025-07-21 17:28:19 -05:00
Mia
0899c4b7b3 Chat: Annotate commands with plugin names for categorization 2025-07-21 17:15:40 -05:00
André Bastos Dias
46d77d4b06
35 Pokes: Ban Rillaboom and unban Sandaconda (#11287)
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
2025-07-21 11:01:36 -06:00
André Bastos Dias
48316b5864
GSC ZU: Ban Mantine (#11288) 2025-07-21 11:01:23 -06:00
Runo
33673d88bc
NatDex UU: Ban Iron Crown (#11289)
https://www.smogon.com/forums/threads/sv-national-dex-uu-stage-8-2-king-without-a-crown.3768238/
2025-07-21 11:01:10 -06:00
Kris Johnson
b019954f68
PU: Unban Duraludon for suspect 2025-07-21 10:29:24 -06:00
Mia
9ca1b0c35f Chatlog: Rewrite argument protocol for searches
Some checks failed
Node.js CI / build (18.x) (push) Has been cancelled
2025-07-19 00:28:33 -05:00
Mia
e9fd0b76dd Chatlog: Render search arguments in display 2025-07-19 00:12:40 -05:00
Mia
3823ec2471 Fix typo
WHY DID THIS NOT GET STAGED I SPECIFICALLY CLICKED STAGE
2025-07-19 00:10:07 -05:00
Mia
546dfd07ff Searchlog: Standardize handling of search parameters
Makes this easier to extend for the future, too.
2025-07-19 00:08:20 -05:00
Mia
4d314e3f5e Ladder trackers: Suppress user-facing errors on restoration
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
2025-07-18 14:28:08 -05:00
Mia
67ca3b04eb Fix searchlog padding 2025-07-18 13:09:47 -05:00
Mia
ad3cedc8ad Actually guard dates via regex testing 2025-07-18 13:00:40 -05:00
Mia
0c4298d29d Fix typo 2025-07-18 12:58:48 -05:00
Mia
c4a6e8de1f Searchlog: Fix next/prev month buttons 2025-07-18 12:58:02 -05:00
Mia
4012a4b532 Searchlog: Add prev/next month buttons, fix date handling for more ambiguous dates 2025-07-18 12:53:34 -05:00
Mia
2b7e1d48b5 Searchlog: Allow searching only a username
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
2025-07-17 23:26:21 -05:00
Mia
4d4c541a57 Searchlog: Adjust header to be more descriptive 2025-07-17 23:14:48 -05:00
Mia
20072695c1 Fix typo 2025-07-17 23:13:41 -05:00
Mia
fa5295db23 Searchlog: Use plainto_tsquery to sanitize syntax 2025-07-17 23:12:11 -05:00
Mia
88726667a1 Searchlog: Fix text rendering 2025-07-17 23:08:35 -05:00
Mia
e81d70440e Chatlog: Fully deprecate support for 'all' dates 2025-07-17 22:58:02 -05:00
Mia
5f31e2efe3 Chatlog: Restore /searchlog 2025-07-17 22:54:09 -05:00
Yoshiblaze
29f0455878
Change Scream Tail's ability (#11283)
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
2025-07-17 15:28:22 -06:00
InkyDarkBird
450528489c
Full Potential and Battlefields Bans (#11284)
* Full Potential and Battlefields Bans 3

* Full Potential ban fix

* Update config/formats.ts

---------

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2025-07-17 15:27:57 -06:00
Slayer95
19d279c9b5
CLI: Update to use util.parseArgs (#11245)
Some checks are pending
Node.js CI / build (18.x) (push) Waiting to run
---------

Co-authored-by: Guangcong Luo <guangcongluo@gmail.com>
2025-07-17 05:06:26 -07:00
Sergio
38b0d9475e
Minor changes to the help boxes of /ds and /ms (#11094)
Some checks failed
Node.js CI / build (18.x) (push) Has been cancelled
* Minor changes to the help boxes of /ds and /ms

Removed parameters that do nothing (instruct, mimic), changed ssb examples (they were obsolete), added a couple more things. Would love to make the wall of mods you can use with both ds and ms smaller, since a lot of those don't actually change their behaviour, like randomroulette, but I'm not sure how to approach it. A hardcoded list of mods that change things is an option.

* Added "restricted" as a parameter
2025-07-15 21:11:15 -06:00
André Bastos Dias
324966b811
CAP: Prevent Polar Flare from thawing targets (#11273) 2025-07-15 21:39:19 -04:00
André Bastos Dias
53fe99a6ff
Fix interaction between Max Weather Ball and -ate Abilities (#11138)
Some checks failed
Node.js CI / build (18.x) (push) Waiting to run
Publish to npm / test (push) Has been cancelled
Publish to npm / get-version (push) Has been cancelled
Publish to npm / npm-publish (push) Has been cancelled
* Fix interaction between Max Weather Ball and -ate Abilities

* Apply to the other moves

* Revert Normalize

* Revert "Revert Normalize"

This reverts commit e6f670daa8.
2025-07-15 11:36:07 -06:00
shrianshChari
6cf20d2101
Gen 1: Ban all partial trapping moves from UU (#11277)
* Gen 1: Ban all partial trapping moves from UU

https://www.smogon.com/forums/threads/rby-uu-hub.3647713/page-10#post-10630807

* bruh
2025-07-15 11:33:57 -06:00
André Bastos Dias
c12111b5a8
STABmons: Ban Meloetta (#11279) 2025-07-15 11:31:23 -06:00
André Bastos Dias
beed07db0b
[Gen 8] National Dex Doubles: Update bans (#11280)
* [Gen 8] National Dex Doubles: Ban Charizard, Regieleki and Weakness Policy

* Update formats.ts
2025-07-15 11:30:44 -06:00
André Bastos Dias
b11d29db70
National Dex LC: Update bans (#11281) 2025-07-15 11:23:08 -06:00
André Bastos Dias
63c36a1dca
Doubles LC: Ban Stantler (#11278)
* Doubles LC: Ban Stantler

* Extend across multiple lines
2025-07-15 11:22:46 -06:00
ACakeWearingAHat
eb6d580a90
CAP Random Battle: Add Ramnarok (#11276)
this thing more broken than cawm y'all
2025-07-14 16:23:59 -06:00
André Bastos Dias
85d60cefe6
Make Chromera a Sub-Legendary (#11274) 2025-07-14 14:08:37 -07:00
hammer798
fddbf8adb5
Fix item filters duplicating search terms (#11271) 2025-07-14 14:03:08 -07:00
Slayer95
7d8f01f849
Remove build on postinstall (#11244)
- Errors in the node build script will no longer cause a false perception
that dependencies cannot be installed.
- Simplifies 1cea3f39cb
2025-07-14 13:34:46 -07:00
Slayer95
0b6c1dbeec
Make some dependencies optional: probe-image-size, source-map-support (#11247) 2025-07-14 03:01:41 -07:00
André Bastos Dias
3b7b1d2864
Don't update the timer when an updated request is sent (#11251)
* Don't add time if there is a request update

* Ups

* Change prevRequest to updatedRequest

* Fix tests

* Refactor

* Fix tests
2025-07-13 15:38:58 -06:00
Zachary Perlmutter
14f8677565
National Dex Ubers UU: Implement Tier shifts (#11268)
* National Dex Ubers UU: Implement Tier Shifts

https://www.smogon.com/forums/threads/national-dex-ubers-uu-shifts-84.3742166/post-10610952

* Update formats.ts

---------

Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
2025-07-13 12:06:10 -06:00
Marty-D
b3fd853052
Mark CAP 36 alternate form as Illegal 2025-07-13 12:39:57 -04:00
Spammernoob69
613613b6b6
Implement CAP 36 (#11270) 2025-07-13 10:49:17 -04:00
Slayer95
07b90b13cf
Refactor Team Preview to avoid code duplication (#11237)
DRY is particularly relevant because of the hardcodes,
which are unlikely to be kept in sync in OM code.
2025-07-12 20:57:05 -06:00
André Bastos Dias
3b6af0dd6d
Re-number CAP moves and abilities (#11257) 2025-07-12 15:17:35 -06:00