Commit graph

16 commits

Author SHA1 Message Date
a8ad47f830
whoops i didnt want to commit that yet lol 2025-09-04 23:08:53 -04:00
ded35a743d
fix potential base64 injection
"EOF" is made up of entirely valid base64 characters, it would be bad if the program crashed because we tried to diff a file whose base64 representation contained the string EOF. underscores don't appear in base64 strings
2025-09-04 23:07:04 -04:00
4f17754f4c
allow custom diff header labels 2025-09-04 23:05:54 -04:00
436acf7299
improve killpage logic
relying on an interval causes the process to never exit, because the interval is still running in the background. this is bad for oneshot scripts like ours. instead the check works by comparing the current date to the last known date any time a post request is sent
2025-09-04 23:04:54 -04:00
37129d3833
Add killpage support 2025-08-20 00:02:44 -06:00
78ad0761b3
uhh apparently i just never committed these 2025-08-19 23:23:41 -06:00
dc1c1514a6
okay yeah the }} isn't always the only thing on the line 2025-08-12 18:35:40 -04:00
4d7bd2515a
Add one-off script for adding hrothgar/viera headwear compatibility data 2025-08-12 18:27:59 -04:00
7b5357c050
Add one-off script for patch 7.3 stellar mission name changes 2025-08-05 11:45:21 -04:00
8e89e05756
add-edb-ids: Also handle quests from Category:Missing quest EDB ID 2025-08-02 20:09:51 -04:00
3aa9a44cae
Add script for populating id-gt from XIVAPI 2025-07-29 22:02:55 -04:00
a687833764
oops i need to commit this too 2025-07-29 21:39:13 -04:00
0db95cad3d
Refactor parameter replacement logic 2025-07-29 21:38:46 -04:00
e3fd6ae47f
misc. style/doc fixes 2025-07-29 20:05:44 -04:00
ca097159dd
Move api client initialization to separate config file 2025-07-29 19:15:20 -04:00
8f07661fb2
Restructure project files 2025-07-29 19:04:14 -04:00