Commit Graph

18 Commits

Author SHA1 Message Date
towards-a-new-leftypol ac32f29c83 Move JSONSettings into Common.Server 2024-03-22 20:01:02 -04:00
towards-a-new-leftypol 7c7c6df955 Fix ensuring correct local_idx for posts
- query each thread's max local_idx before processing
2024-03-20 04:56:53 -04:00
towards-a-new-leftypol 081f334fad Move get/post definitions out of DataClient into Common (to be used by chandlr-server) 2024-03-18 08:34:35 -04:00
towards-a-new-leftypol 6485acf12b Move AttachmentType into Common (separate git repo) 2024-01-22 13:59:27 -05:00
towards-a-new-leftypol 29c8f4eedb WIP: Save Attachments
- nothing works well but the code to compute sha256 and perceptual hash
  on files is there...
2024-01-20 21:04:13 -05:00
towards-a-new-leftypol 97884ee425 WIP: Saving attachments
- handle legacy json case for attachement parsing
- compute sha256
- computing phash is TODO
2024-01-19 19:05:02 -05:00
towards-a-new-leftypol a78464fa81 WIP: Saving attachments - refactor procedural stuff into own method for processing files 2024-01-18 14:37:32 -05:00
towards-a-new-leftypol ecb444ac21 Use PostsType from Common 2024-01-15 20:59:26 -05:00
towards-a-new-leftypol 54a14156d0 Move PostsType into submodule, commit local changes 2024-01-13 11:22:06 -05:00
towards-a-new-leftypol c18be31289 Can read in the whole site from the api json files 2023-10-13 14:43:02 -04:00
towards-a-new-leftypol 7bab7ea3f3 Change some fields to use Text, more parsing 2023-10-11 14:37:55 -04:00
towards-a-new-leftypol ce097414db Can create all the threads on a board now 2023-10-07 16:58:59 -04:00
towards-a-new-leftypol 8d3a2c05d0 Creating boards if they don't exist 2023-10-07 01:12:30 -04:00
towards-a-new-leftypol 5d63d23c79 create site if not exists
- get and post implemented in DataClient, and some helper methods
2023-10-06 02:05:58 -04:00
towards-a-new-leftypol 26c57a3bc8 Parse catalog json from file 2023-10-05 02:25:00 -04:00
towards-a-new-leftypol 5af7924779 Read settings.json and list the directory
-basically chat-gpt bootstrapping this script
2023-10-04 15:23:58 -04:00
towards-a-new-leftypol 5466849e33 minor thing - rename settings file for script 2023-10-03 22:22:23 -04:00
towards-a-new-leftypol 519a3854da init cabal project, add more indices 2023-10-03 18:37:55 -04:00