summary refs log tree commit diff
path: root/scripts/client.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use print instead of console.log in client cache so it doesn't output weirdnessMadeline2023-02-011-1/+1
|
* Don't try to cache files like /assets/;var u,p={26700:0};l.fMadeline2023-01-241-4/+9
|
* Update client cacher to allow numbers in extensions ( for woff2 )Madeline2023-01-241-1/+3
|
* Rewrite client cacher (#962)Madeline2023-01-221-136/+48
|
* `npm run generate:client` downloads more assets now (Thanks Rory!). Also ↵Madeline2023-01-181-15/+34
| | | | `ONLY_CACHE_JS` env var (#948)
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* Window name patch + fix overlapping text in client patcherMadeline2023-01-151-11/+17
|
* Fix missed moveCursor callTheArcaneBrony2023-01-131-1/+1
| | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* Fix console fuckery to allow running in a headless terminal, and to fix ↵TheArcaneBrony2023-01-131-13/+8
| | | | | | flickering of output. Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* PrettierMadeline2023-01-051-29/+62
|
* Update patcher to disable qr loginPuyodead12022-12-221-0/+3
|
* Fix logo patch and update changelog generatorMadeline2022-12-211-13/+3
|
* Update client script js hashesPuyodead12022-12-201-4/+4
|
* First pass of removing Slowcord mentionsMadeline2022-12-171-11/+31
|
* Fast connect but send identifyMadeline2022-10-311-0/+6
|
* client patcher: discordstatus.com -> status.understars.devMadeline2022-10-301-1/+2
|
* Prevent client from deleting localStorageMadeline2022-10-261-0/+5
|
* Fix server -> guild patch and add status.discord.com -> ↵Madeline2022-10-241-29/+51
| | | | status.understars.dev patch
* TestClient middleware will now add cache misses to file for generate:client ↵Madeline2022-10-241-15/+76
| | | | script to fetch. Also patch discord icon top left
* Change android and ios client downloads to use /download endpoint, update ↵Madeline2022-10-241-0/+17
| | | | Release entity to suck less
* Make client cacher suck less?Madeline2022-09-271-10/+18
|
* client patcher stuffMadeline2022-09-261-10/+12
|
* PrettierMadeline2022-09-261-18/+32
|
* Add generate:client scriptMadeline2022-09-261-0/+125