155 Commits (master)

Author SHA1 Message Date
Graham 334424e57a Fix addMasterIndex() 2 years ago
Graham f4ae5540d7 Skip version list entries with a version of zero 2 years ago
Graham ab964a2b1f Skip corrupt files when importing a legacy cache 2 years ago
Graham f079c415f5 Add initial support for archiving legacy caches 2 years ago
Graham 39d2ad7ee3 Fix ByteBuf leak 2 years ago
Graham ab2c56f0af Set HttpClient timeouts 2 years ago
Graham 046ccbc2c9 Optimize the master_index_stats view 2 years ago
Graham 1efa370fdd Reconnect to the JS5 server if we lose connection while parsing indexes 3 years ago
Graham 20868a39ad Fix warnings in CacheExporter 3 years ago
Graham 3848a89f68 Ensure a directory is created for the ARCHIVESET archive 3 years ago
Graham cbb2a90388 Disable .dat2/.idx link if the cache is too big for a DiskStore 3 years ago
Graham 7915698cda Reduce CacheExporter BATCH_SIZE 3 years ago
Graham 821cb732fd Remove signature verification from the cache downloader 3 years ago
Graham 0781e23874 Add update links to each master index 3 years ago
Graham 6f02ab2f65 Add NXT cache downloader 3 years ago
Graham 21ed41c307 Use applet viewer config to find the hostname of a JS5 server 3 years ago
Graham a3cca0e6c3 Add Protocol constants 3 years ago
Graham b37e4d0d0b Use alternatives for most methods deprecated in Kotlin 1.5 3 years ago
Graham e0a2df889b Add more information to the individual cache pages 3 years ago
Graham 9be1a54b76 Add estimated cache size column 3 years ago
Graham 6cf9eb5043 Set source name for original caches to 'Jagex' 3 years ago
Graham a6fa7bf5b6 Throw exception before importing a cache if its master index is empty 3 years ago
Graham e4776f7c3c Only call games.single() when game is accessed 3 years ago
Graham e6af0affb6 Ignore corrupt indexes in Js5MasterIndex::create 3 years ago
Graham a8fbfd851c Replace PL/pgSQL functions with inlineable SQL functions 3 years ago
Graham 5d1fa42623 Remove pointless LATERAL JOINs 3 years ago
Graham 18d7fdc343 Resolve collisions by prioritising groups from the same source 3 years ago
Graham 1f735f4b99 Remove duplicate descriptions 3 years ago
Graham cba34b54c9 Add resolve_{group,index} functions 3 years ago
Graham b685d901aa Mark empty master index as invalid 3 years ago
Graham eeb82d2e47 Fix typo in master_index_stats JOIN 3 years ago
Graham 9bce5cc1b3 Replace LEFT JOIN on sources/games with a JOIN 3 years ago
Graham b98d045cfe Add group source tracking 3 years ago
Graham 4deabceb9e Move container_id to the end of the groups index 3 years ago
Graham d665749481 Use a shorter name for caches downloaded directly from a JS5 server 3 years ago
Graham 5d7bf1d59b Don't merge names/descriptions if they are equal to the existing ones 3 years ago
Graham 509d88b18f Add support for storing multiple build numbers per master index 3 years ago
Graham 9a672153f9 Change the overwrite flag to only overwrite the name/description 3 years ago
Graham 25ee52738d Use minimum build number when merging master indexes 3 years ago
Graham 23bb1ef13c Add refresh-views command 3 years ago
Graham 70644b5e06 Combine master_index_{archive,group}_stats 3 years ago
Graham f8c44f1de4 Rename master_index_valid_{indexes,groups} to resolved_{indexes,groups} 3 years ago
Graham c5bd044574 Add CloseableInjector 3 years ago
Graham 833373a70e Fix LEFT JOINs in queries for listing missing groups 3 years ago
Graham d7919da2a3 Improve error messages in Js5ChannelHandler 3 years ago
Graham 59d75721d1 Add JS5 client timeout 3 years ago
Graham aa7b59e4b9 Add a page for each cache 3 years ago
Graham 5f5d1aad93 Fix divide by zero in CacheExporter 3 years ago
Graham 4b4b6fabc0 Add percentage of valid indexes, groups and keys to the table 3 years ago
Graham 8eb1f82048 Log a warning in CacheImporter if a group is corrupt 3 years ago