49 Commits (b37e4d0d0b1b38c89f1e8b819a1667d6ae8b50c9)

Author SHA1 Message Date
Graham b37e4d0d0b Use alternatives for most methods deprecated in Kotlin 1.5 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 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 cba34b54c9 Add resolve_{group,index} functions 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 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 f8c44f1de4 Rename master_index_valid_{indexes,groups} to resolved_{indexes,groups} 3 years ago
Graham 833373a70e Fix LEFT JOINs in queries for listing missing groups 3 years ago
Graham 8eb1f82048 Log a warning in CacheImporter if a group is corrupt 3 years ago
Graham e1f1da1cc0 Check that there is no trailing data after a group in CacheImporter 3 years ago
Graham 416dabec4c Include empty loc groups in the total number of known keys 3 years ago
Graham 2ac2ab8230 Add groups and total_uncompressed_length to master_index_archives 3 years ago
Graham 4ca9bcb6d2 Rename master_index_id to last_master_index_id 3 years ago
Graham e565b0cb4f Tighten JOIN conditions in importMasterIndexAndGetIndexes 3 years ago
Graham e3865180ca Remove tmp_groups table 3 years ago
Graham 06ff7a9d3b Download all groups that changed between the previous and current cache 3 years ago
Graham 48ce47ad7b Remove tmp_indexes table 3 years ago
Graham e8fd432f14 Combine key validation with uncompression 3 years ago
Graham 3289af5ddf Add uncompressed_{length,crc32} columns to the containers table 3 years ago
Graham 97640774f9 Store index protocol, version and flags in the database 3 years ago
Graham 1c061c0f66 Store master index format in the database 3 years ago
Graham 5d7bd5b5c7 Add support for signed master indexes 3 years ago
Graham 7b6c0cf1fd Use block comments for multi-line comments 3 years ago
Graham 4126abfaad Add support for unversioned master indexes 3 years ago
Graham 4154e4fdb4 Store non-truncated versions in the archiving service if available 3 years ago
Graham 4fa67c37fc Improve code for merging an old and new master index together 3 years ago
Graham a19a69b21e Add name and description to the master_indexes table 3 years ago
Graham a3593e9326 Rename master_index_entries to master_index_archives 3 years ago
Graham 9834dccfdd Add indexes to the groups table 3 years ago
Graham 723bd42a8e Simplify encrypted flag in the Container class 3 years ago
Graham 6a87159f30 Add lengths and uncompressed checksum to index_groups 3 years ago
Graham 77e227c93d Store game, build and timestamp in the master index table 3 years ago
Graham 689c315bf3 Track current build number automatically 3 years ago
Graham f87d89fe7c Add initial command for downloading the cache from a JS5 server 3 years ago
Graham 95108126f1 Skip addMasterIndex/addIndex if the index already exists 3 years ago
Graham fff63285fe Re-combine CacheImporter and ContainerImporter 3 years ago
Graham 4e90bd76b5 Remove the cache and cache_index tables 3 years ago
Graham 30b605d719 Store master indexes in the database 3 years ago
Graham fc1af29bdf Make BATCH_SIZE const 4 years ago
Graham f143eef142 Move Kotlin files from src/{main,test}/java to src/{main,test}/kotlin 4 years ago
Graham ce5b76ef0f Rename dev.openrs2 package to org.openrs2 4 years ago