SuddenlyQ
7ba7e0264d
Add /pl as an alias to /punishlog ( #5875 )
2019-10-12 04:25:20 +02:00
Waleed Hassan
da4b887054
Rename Room#id -> Room#roomid, User#userid -> User#id ( #5826 )
...
These should make it clearer that userids are IDs but roomids aren't.
2019-10-03 18:57:38 +10:00
asgdf
3648e575a4
Use global modlog for queries in help tickets instead of failing ( #5822 )
2019-09-28 11:38:40 +09:30
TheJetOU
2b28c9fd6b
Refactor Rooms(), Users() to Rooms.get(), Users.get() ( #5725 )
2019-08-25 06:33:56 -07:00
Kirk Scheibelhut
7f4dd13aec
Update /punishlog tags
2019-08-03 12:52:27 +02:00
Kirk Scheibelhut
e8b3343ba4
Add MAFIAHOSTBAN to punishlog
...
Mafia specific, but still enough of a punishment to perhaps be
useful when viewing a user's punishment history.
2019-08-03 12:35:43 +02:00
Kirk Scheibelhut
a61c10eeb8
Remove hardcoded URLs in favor of Config.routes ( #5557 )
2019-07-01 10:19:21 -07:00
Kirk Scheibelhut
85b6325d4a
Allow for viewing only punishment-related actions in the modlog ( #5535 )
2019-06-21 17:11:01 +09:00
Guangcong Luo
7436c1f0f2
Remove import = and export =
...
`import =` and `export =` are really only intended for backwards
compatibility with CommonJS. While I really don't like the new module
system TC39 has designed for us, it's what we should be using, and
consistency is important.
2019-05-16 01:27:07 +04:00
Kirk Scheibelhut
3d24166cdf
toId -> toID
...
Closes #5479
2019-05-12 17:53:01 -07:00
HoeenHero
8d9af2bb83
Battlesearch: Fix date sorting
2019-03-27 13:15:24 -04:00
Guangcong Luo
ce5a954ae2
Use array spread instead of Array.from
2019-03-03 08:47:08 -06:00
Kirk Scheibelhut
6e122d5d74
Refactor lib/ to be native Typescript ( #5217 )
2019-03-02 11:12:24 -06:00
Konrad Borowski
04fef9e8df
Log long modlog queries
2019-03-01 02:35:39 -06:00
Konrad Borowski
0a9af088ce
Make modlog asynchronous
...
This should prevent issues in which the /modlog takes forever
because it's waiting for previous /modlog command.
2019-03-01 02:35:39 -06:00
Kirk Scheibelhut
b09fd63377
Refactor sim/ to be native Typescript ( #5210 )
2019-02-26 11:03:30 -06:00
uzelbot
922a4cef95
Remove * from most permissions shown in /help ( #5168 )
2019-02-20 00:59:50 -06:00
Bär Halberkamp
5fb8b5e954
Add a PageContext for HTML pages and expand html page functionality ( #5160 )
2019-02-12 19:00:14 +01:00
Guangcong Luo
b498bb222c
Require object literal method shorthand
2019-02-11 18:14:09 -06:00
HoeenHero
870d308ee6
Fix modlog search location
2019-02-06 11:59:04 -05:00
HoeenHero
7f68ab7352
Battlesearch improve UI
2019-02-06 11:16:04 -05:00
Guangcong Luo
f3e45fbb72
Move server code to server/
...
Also move mods/ to data/mods/
This makes PS more monorepo-like. The intent is to further separate
the sim and the server code, but without fully committing to splitting
the repository itself.
We now support `./pokemon-showdown start` in addition to
`./pokemon-showdown`. I'm not clear which I want to be the default
yet.
2019-02-03 16:07:06 -06:00