74 Commits (cd874f4b2c93f9da43efa5ebcb9245be27df295e)

Author SHA1 Message Date
Graham cd874f4b2c Add connection pooling to the archiving service 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 37d86af7c1 Add command for downloading group names from RuneStar 3 years ago
Graham 5f5d1aad93 Fix divide by zero in CacheExporter 3 years ago
Graham c260548d73 Add command for downloading keys from RuneLite and OpenOSRS 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
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 86f100ff4f Format CacheExporter 3 years ago
Graham bce6270957 Set background colour of the indexes, groups and keys cells 3 years ago
Graham 554520b285 Add initial Bootstrap style 3 years ago
Graham 81e2dedee5 Add number of valid indexes, groups and keys to the web interface 3 years ago
Graham 192b24b9bd Improve JsonKeyReader 3 years ago
Graham 704687e262 Remove /keys/submit endpoint 3 years ago
Graham e1f33158f2 Throw an exception if the JS5 connection closes unexpectedly 3 years ago
Graham 2bce00be54 Remove pointless return 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 692ca20344 Add processGroup method to Js5ChanneHandler 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 2aab020e67 Use int for master index ids consistently 3 years ago
Graham 5d8f89e319 Add master_index_valid_{indexes,groups} views to reduce duplication 3 years ago
Graham e8fd432f14 Combine key validation with uncompression 3 years ago
Graham 91d4e46c89 Rename GroupKey to Key 3 years ago
Graham 3289af5ddf Add uncompressed_{length,crc32} columns to the containers table 3 years ago
Graham b003e02ef4 De-duplicate key validation code in KeyBruteForcer 3 years ago
Graham eae9a3e2f4 Remove master index digest column from the web page 3 years ago
Graham 619424321f Add index version consistency check 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 cbeb9a3a67 Add mapsquare key for compatibility with Polar's XTEA key files 3 years ago
Graham 5cfb234cc7 Use Ktor's Content-Disposition builder 3 years ago
Graham 412d6f4c1f Add XTEA key export endpoint 3 years ago
Graham 98dcbedeaf Sort install() calls in ArchiveModule 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 47127113f4 Add initial archiving service web interface 3 years ago
Graham 6e9ba80d0c Rename dev.openrs2.net to org.openrs2.net 3 years ago