From 8c9a13faf1e19d4ee5ffa0a8e627f5b31b970fd3 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Thu, 16 Apr 2026 21:39:51 +0200 Subject: [PATCH] Fixes around D30 managemen --- lethal-fantasy.mjs | 9 +++++++-- module/utils.mjs | 3 +++ .../lf-equipment/{000561.log => 000565.log} | 0 packs-system/lf-equipment/CURRENT | 2 +- packs-system/lf-equipment/LOG | 16 ++++++++-------- packs-system/lf-equipment/LOG.old | 16 ++++++++-------- .../{MANIFEST-000559 => MANIFEST-000563} | Bin 178 -> 178 bytes .../lf-gifts/{000558.log => 000562.log} | 0 packs-system/lf-gifts/CURRENT | 2 +- packs-system/lf-gifts/LOG | 16 ++++++++-------- packs-system/lf-gifts/LOG.old | 16 ++++++++-------- .../{MANIFEST-000556 => MANIFEST-000560} | Bin 247 -> 247 bytes .../lf-skills/{000563.log => 000567.log} | 0 packs-system/lf-skills/CURRENT | 2 +- packs-system/lf-skills/LOG | 16 ++++++++-------- packs-system/lf-skills/LOG.old | 16 ++++++++-------- .../{MANIFEST-000561 => MANIFEST-000565} | Bin 178 -> 178 bytes .../{000258.log => 000262.log} | 0 packs-system/lf-spells-miracles/CURRENT | 2 +- packs-system/lf-spells-miracles/LOG | 16 ++++++++-------- packs-system/lf-spells-miracles/LOG.old | 16 ++++++++-------- .../{MANIFEST-000256 => MANIFEST-000260} | Bin 177 -> 177 bytes .../{000557.log => 000561.log} | 0 packs-system/lf-vulnerabilities/CURRENT | 2 +- packs-system/lf-vulnerabilities/LOG | 16 ++++++++-------- packs-system/lf-vulnerabilities/LOG.old | 16 ++++++++-------- .../{MANIFEST-000555 => MANIFEST-000559} | Bin 176 -> 176 bytes 27 files changed, 95 insertions(+), 87 deletions(-) rename packs-system/lf-equipment/{000561.log => 000565.log} (100%) rename packs-system/lf-equipment/{MANIFEST-000559 => MANIFEST-000563} (71%) rename packs-system/lf-gifts/{000558.log => 000562.log} (100%) rename packs-system/lf-gifts/{MANIFEST-000556 => MANIFEST-000560} (77%) rename packs-system/lf-skills/{000563.log => 000567.log} (100%) rename packs-system/lf-skills/{MANIFEST-000561 => MANIFEST-000565} (71%) rename packs-system/lf-spells-miracles/{000258.log => 000262.log} (100%) rename packs-system/lf-spells-miracles/{MANIFEST-000256 => MANIFEST-000260} (72%) rename packs-system/lf-vulnerabilities/{000557.log => 000561.log} (100%) rename packs-system/lf-vulnerabilities/{MANIFEST-000555 => MANIFEST-000559} (72%) diff --git a/lethal-fantasy.mjs b/lethal-fantasy.mjs index 39afb39..d8d7466 100644 --- a/lethal-fantasy.mjs +++ b/lethal-fantasy.mjs @@ -250,6 +250,7 @@ Hooks.on(hookName, (message, html, data) => { const attackWeaponId = message.rolls[0]?.rollTarget?.weapon?.id || message.rolls[0]?.rollTarget?.weapon?._id const attackRollType = message.rolls[0]?.type const attackRollKey = message.rolls[0]?.rollTarget?.rollKey + console.log(`[LF] request-defense-btn | attackRollType=${attackRollType} defender=${defenderName} defenderType=${combatant.actor?.type}`) const attackD30result = message.rolls[0]?.options?.D30result || null const attackD30message = message.rolls[0]?.options?.D30message || null const attackRerollContext = { @@ -294,10 +295,14 @@ Hooks.on(hookName, (message, html, data) => { const attacker = game.actors.get(attackerId) const attackerOwners = attacker ? game.users.filter(u => attacker.testUserPermission(u, "OWNER")).map(u => u.id) : [] + // Monsters always need their owner (usually the GM) to roll a save/defense, + // even if that owner also controls the attacker. Only skip for same-player PC-vs-PC. + const defenderIsMonster = combatant.actor?.type === "monster" + let messageSent = false owners.forEach(owner => { - // Ne pas afficher le dialogue à l'attaquant lui-même s'il contrôle aussi le défenseur - if (attackerOwners.includes(owner.id) && owner.id === game.user.id) { + // Don't let a player be both attacker and defender for their own PC, unless defending a monster. + if (attackerOwners.includes(owner.id) && owner.id === game.user.id && !defenderIsMonster) { // Ne rien faire - on ne veut pas que l'attaquant se défende contre lui-même return } diff --git a/module/utils.mjs b/module/utils.mjs index cd28d3b..586485a 100644 --- a/module/utils.mjs +++ b/module/utils.mjs @@ -235,6 +235,8 @@ export default class LethalFantasyUtils { const isMonster = defender.type === "monster" + console.log(`[LF] showDefenseRequest | attackRollType=${attackRollType} isMonster=${isMonster} defender=${defender?.name}`) + // Spell/miracle attacks use saving throws instead of weapon defense const isSpellAttack = attackRollType === "spell-attack" || attackRollType === "miracle-attack" if (isSpellAttack) { @@ -266,6 +268,7 @@ export default class LethalFantasyUtils { content, buttons: [ { + action: "rollSave", label: "Roll Save", icon: "fa-solid fa-person-running", callback: (event, button) => button.form.elements.saveKey.value, diff --git a/packs-system/lf-equipment/000561.log b/packs-system/lf-equipment/000565.log similarity index 100% rename from packs-system/lf-equipment/000561.log rename to packs-system/lf-equipment/000565.log diff --git a/packs-system/lf-equipment/CURRENT b/packs-system/lf-equipment/CURRENT index 2093527..38571d7 100644 --- a/packs-system/lf-equipment/CURRENT +++ b/packs-system/lf-equipment/CURRENT @@ -1 +1 @@ -MANIFEST-000559 +MANIFEST-000563 diff --git a/packs-system/lf-equipment/LOG b/packs-system/lf-equipment/LOG index 82912fd..84a85ee 100644 --- a/packs-system/lf-equipment/LOG +++ b/packs-system/lf-equipment/LOG @@ -1,8 +1,8 @@ -2026/04/14-20:54:14.172569 7fc1dafbf6c0 Recovering log #557 -2026/04/14-20:54:14.184089 7fc1dafbf6c0 Delete type=3 #555 -2026/04/14-20:54:14.184186 7fc1dafbf6c0 Delete type=0 #557 -2026/04/14-21:31:09.240081 7fc1d8fbb6c0 Level-0 table #562: started -2026/04/14-21:31:09.240104 7fc1d8fbb6c0 Level-0 table #562: 0 bytes OK -2026/04/14-21:31:09.273756 7fc1d8fbb6c0 Delete type=0 #560 -2026/04/14-21:31:09.274050 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end) -2026/04/14-21:31:09.274107 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end) +2026/04/16-08:58:49.556234 7fc1d97bc6c0 Recovering log #561 +2026/04/16-08:58:49.566786 7fc1d97bc6c0 Delete type=3 #559 +2026/04/16-08:58:49.566849 7fc1d97bc6c0 Delete type=0 #561 +2026/04/16-10:53:23.903167 7fc1d8fbb6c0 Level-0 table #566: started +2026/04/16-10:53:23.903203 7fc1d8fbb6c0 Level-0 table #566: 0 bytes OK +2026/04/16-10:53:23.909050 7fc1d8fbb6c0 Delete type=0 #564 +2026/04/16-10:53:23.921766 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end) +2026/04/16-10:53:23.921790 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-equipment/LOG.old b/packs-system/lf-equipment/LOG.old index 71db33e..82912fd 100644 --- a/packs-system/lf-equipment/LOG.old +++ b/packs-system/lf-equipment/LOG.old @@ -1,8 +1,8 @@ -2026/04/12-10:10:03.851531 7f20ed3fd6c0 Recovering log #553 -2026/04/12-10:10:03.861282 7f20ed3fd6c0 Delete type=3 #551 -2026/04/12-10:10:03.861341 7f20ed3fd6c0 Delete type=0 #553 -2026/04/12-11:08:03.389691 7f1e4ffff6c0 Level-0 table #558: started -2026/04/12-11:08:03.389742 7f1e4ffff6c0 Level-0 table #558: 0 bytes OK -2026/04/12-11:08:03.395757 7f1e4ffff6c0 Delete type=0 #556 -2026/04/12-11:08:03.415391 7f1e4ffff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end) -2026/04/12-11:08:03.415438 7f1e4ffff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end) +2026/04/14-20:54:14.172569 7fc1dafbf6c0 Recovering log #557 +2026/04/14-20:54:14.184089 7fc1dafbf6c0 Delete type=3 #555 +2026/04/14-20:54:14.184186 7fc1dafbf6c0 Delete type=0 #557 +2026/04/14-21:31:09.240081 7fc1d8fbb6c0 Level-0 table #562: started +2026/04/14-21:31:09.240104 7fc1d8fbb6c0 Level-0 table #562: 0 bytes OK +2026/04/14-21:31:09.273756 7fc1d8fbb6c0 Delete type=0 #560 +2026/04/14-21:31:09.274050 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end) +2026/04/14-21:31:09.274107 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-equipment/MANIFEST-000559 b/packs-system/lf-equipment/MANIFEST-000563 similarity index 71% rename from packs-system/lf-equipment/MANIFEST-000559 rename to packs-system/lf-equipment/MANIFEST-000563 index 6dbc8d16467de574b59fdf48e588708c3258bb9b..6e5bdd036a0c0d70477d260a4dea33ee5531ac42 100644 GIT binary patch delta 43 tcmdnQxQTH>pGvY=(p_!_My4$+oD9rcSy<+AT6ruN1&M40iEIan008_;3Jw4O delta 43 tcmdnQxQTH>pUS2g#{S$4j7%F?I2o8XvarnKaWWtF|p5)-)@7@0P*a56A&Vqw|McrSFDHb`U>NMs901OP?t41NFr delta 43 tcmey)_?>aWWtAOSlQp;*7@5|xa56BjV`16Nn3(p59VD_2B(eb{0st)|3!DG| diff --git a/packs-system/lf-skills/000563.log b/packs-system/lf-skills/000567.log similarity index 100% rename from packs-system/lf-skills/000563.log rename to packs-system/lf-skills/000567.log diff --git a/packs-system/lf-skills/CURRENT b/packs-system/lf-skills/CURRENT index 22c53bf..6971e86 100644 --- a/packs-system/lf-skills/CURRENT +++ b/packs-system/lf-skills/CURRENT @@ -1 +1 @@ -MANIFEST-000561 +MANIFEST-000565 diff --git a/packs-system/lf-skills/LOG b/packs-system/lf-skills/LOG index d9db6bc..4399ab4 100644 --- a/packs-system/lf-skills/LOG +++ b/packs-system/lf-skills/LOG @@ -1,8 +1,8 @@ -2026/04/14-20:54:14.156150 7fc1d97bc6c0 Recovering log #559 -2026/04/14-20:54:14.166976 7fc1d97bc6c0 Delete type=3 #557 -2026/04/14-20:54:14.167099 7fc1d97bc6c0 Delete type=0 #559 -2026/04/14-21:31:09.203242 7fc1d8fbb6c0 Level-0 table #564: started -2026/04/14-21:31:09.203283 7fc1d8fbb6c0 Level-0 table #564: 0 bytes OK -2026/04/14-21:31:09.239957 7fc1d8fbb6c0 Delete type=0 #562 -2026/04/14-21:31:09.274032 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) -2026/04/14-21:31:09.274121 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) +2026/04/16-08:58:49.542216 7fc1dafbf6c0 Recovering log #563 +2026/04/16-08:58:49.551998 7fc1dafbf6c0 Delete type=3 #561 +2026/04/16-08:58:49.552067 7fc1dafbf6c0 Delete type=0 #563 +2026/04/16-10:53:23.915570 7fc1d8fbb6c0 Level-0 table #568: started +2026/04/16-10:53:23.915589 7fc1d8fbb6c0 Level-0 table #568: 0 bytes OK +2026/04/16-10:53:23.921669 7fc1d8fbb6c0 Delete type=0 #566 +2026/04/16-10:53:23.921782 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) +2026/04/16-10:53:23.921813 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-skills/LOG.old b/packs-system/lf-skills/LOG.old index 88c2a51..d9db6bc 100644 --- a/packs-system/lf-skills/LOG.old +++ b/packs-system/lf-skills/LOG.old @@ -1,8 +1,8 @@ -2026/04/12-10:10:03.838632 7f20ee3ff6c0 Recovering log #555 -2026/04/12-10:10:03.848360 7f20ee3ff6c0 Delete type=3 #553 -2026/04/12-10:10:03.848406 7f20ee3ff6c0 Delete type=0 #555 -2026/04/12-11:08:03.402029 7f1e4ffff6c0 Level-0 table #560: started -2026/04/12-11:08:03.402048 7f1e4ffff6c0 Level-0 table #560: 0 bytes OK -2026/04/12-11:08:03.408790 7f1e4ffff6c0 Delete type=0 #558 -2026/04/12-11:08:03.415414 7f1e4ffff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) -2026/04/12-11:08:03.415454 7f1e4ffff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) +2026/04/14-20:54:14.156150 7fc1d97bc6c0 Recovering log #559 +2026/04/14-20:54:14.166976 7fc1d97bc6c0 Delete type=3 #557 +2026/04/14-20:54:14.167099 7fc1d97bc6c0 Delete type=0 #559 +2026/04/14-21:31:09.203242 7fc1d8fbb6c0 Level-0 table #564: started +2026/04/14-21:31:09.203283 7fc1d8fbb6c0 Level-0 table #564: 0 bytes OK +2026/04/14-21:31:09.239957 7fc1d8fbb6c0 Delete type=0 #562 +2026/04/14-21:31:09.274032 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) +2026/04/14-21:31:09.274121 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-skills/MANIFEST-000561 b/packs-system/lf-skills/MANIFEST-000565 similarity index 71% rename from packs-system/lf-skills/MANIFEST-000561 rename to packs-system/lf-skills/MANIFEST-000565 index c3a2b8de00e7918d556845e0757fe60b38357e3f..87ceef3531481c45c4f8669f425b65c4d33d0464 100644 GIT binary patch delta 43 tcmdnQxQTH>pGxAU^KRS>j7-~DI2o9?v#>m5{rj{+3na1~B(f7E0stt@3`zh1 delta 43 tcmdnQxQTH>pUMWEWmmWv7@0P)a56A&W?^~AI_Z(kN|4BAkjPe$2mmQ#3_Sn< diff --git a/packs-system/lf-spells-miracles/000258.log b/packs-system/lf-spells-miracles/000262.log similarity index 100% rename from packs-system/lf-spells-miracles/000258.log rename to packs-system/lf-spells-miracles/000262.log diff --git a/packs-system/lf-spells-miracles/CURRENT b/packs-system/lf-spells-miracles/CURRENT index 0002b46..8819f7c 100644 --- a/packs-system/lf-spells-miracles/CURRENT +++ b/packs-system/lf-spells-miracles/CURRENT @@ -1 +1 @@ -MANIFEST-000256 +MANIFEST-000260 diff --git a/packs-system/lf-spells-miracles/LOG b/packs-system/lf-spells-miracles/LOG index 1c3f273..31de34f 100644 --- a/packs-system/lf-spells-miracles/LOG +++ b/packs-system/lf-spells-miracles/LOG @@ -1,8 +1,8 @@ -2026/04/14-20:54:14.216969 7fc1d97bc6c0 Recovering log #254 -2026/04/14-20:54:14.226830 7fc1d97bc6c0 Delete type=3 #252 -2026/04/14-20:54:14.226876 7fc1d97bc6c0 Delete type=0 #254 -2026/04/14-21:31:09.316377 7fc1d8fbb6c0 Level-0 table #259: started -2026/04/14-21:31:09.316424 7fc1d8fbb6c0 Level-0 table #259: 0 bytes OK -2026/04/14-21:31:09.353574 7fc1d8fbb6c0 Delete type=0 #257 -2026/04/14-21:31:09.426120 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!37mu4dxsSuftlnmP' @ 72057594037927935 : 1 .. '!items!zKOpU34oLziGJW6y' @ 0 : 0; will stop at (end) -2026/04/14-21:31:09.426154 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!37mu4dxsSuftlnmP' @ 72057594037927935 : 1 .. '!items!zKOpU34oLziGJW6y' @ 0 : 0; will stop at (end) +2026/04/16-08:58:49.600337 7fc1dafbf6c0 Recovering log #258 +2026/04/16-08:58:49.610136 7fc1dafbf6c0 Delete type=3 #256 +2026/04/16-08:58:49.610209 7fc1dafbf6c0 Delete type=0 #258 +2026/04/16-10:53:23.940580 7fc1d8fbb6c0 Level-0 table #263: started +2026/04/16-10:53:23.940611 7fc1d8fbb6c0 Level-0 table #263: 0 bytes OK +2026/04/16-10:53:23.947242 7fc1d8fbb6c0 Delete type=0 #261 +2026/04/16-10:53:23.947402 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!37mu4dxsSuftlnmP' @ 72057594037927935 : 1 .. '!items!zKOpU34oLziGJW6y' @ 0 : 0; will stop at (end) +2026/04/16-10:53:23.947419 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!37mu4dxsSuftlnmP' @ 72057594037927935 : 1 .. '!items!zKOpU34oLziGJW6y' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-spells-miracles/LOG.old b/packs-system/lf-spells-miracles/LOG.old index 0d5d52f..1c3f273 100644 --- a/packs-system/lf-spells-miracles/LOG.old +++ b/packs-system/lf-spells-miracles/LOG.old @@ -1,8 +1,8 @@ -2026/04/12-10:10:03.889781 7f20ed3fd6c0 Recovering log #250 -2026/04/12-10:10:03.899549 7f20ed3fd6c0 Delete type=3 #248 -2026/04/12-10:10:03.899595 7f20ed3fd6c0 Delete type=0 #250 -2026/04/12-11:08:03.421462 7f1e4ffff6c0 Level-0 table #255: started -2026/04/12-11:08:03.421486 7f1e4ffff6c0 Level-0 table #255: 0 bytes OK -2026/04/12-11:08:03.427527 7f1e4ffff6c0 Delete type=0 #253 -2026/04/12-11:08:03.443589 7f1e4ffff6c0 Manual compaction at level-0 from '!folders!37mu4dxsSuftlnmP' @ 72057594037927935 : 1 .. '!items!zKOpU34oLziGJW6y' @ 0 : 0; will stop at (end) -2026/04/12-11:08:03.443624 7f1e4ffff6c0 Manual compaction at level-1 from '!folders!37mu4dxsSuftlnmP' @ 72057594037927935 : 1 .. '!items!zKOpU34oLziGJW6y' @ 0 : 0; will stop at (end) +2026/04/14-20:54:14.216969 7fc1d97bc6c0 Recovering log #254 +2026/04/14-20:54:14.226830 7fc1d97bc6c0 Delete type=3 #252 +2026/04/14-20:54:14.226876 7fc1d97bc6c0 Delete type=0 #254 +2026/04/14-21:31:09.316377 7fc1d8fbb6c0 Level-0 table #259: started +2026/04/14-21:31:09.316424 7fc1d8fbb6c0 Level-0 table #259: 0 bytes OK +2026/04/14-21:31:09.353574 7fc1d8fbb6c0 Delete type=0 #257 +2026/04/14-21:31:09.426120 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!37mu4dxsSuftlnmP' @ 72057594037927935 : 1 .. '!items!zKOpU34oLziGJW6y' @ 0 : 0; will stop at (end) +2026/04/14-21:31:09.426154 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!37mu4dxsSuftlnmP' @ 72057594037927935 : 1 .. '!items!zKOpU34oLziGJW6y' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-spells-miracles/MANIFEST-000256 b/packs-system/lf-spells-miracles/MANIFEST-000260 similarity index 72% rename from packs-system/lf-spells-miracles/MANIFEST-000256 rename to packs-system/lf-spells-miracles/MANIFEST-000260 index 7df6c64c610695bf1f0c3525a4519c8dd8966ca6..30eca59e042028da025241a8085aca4ae2a073bc 100644 GIT binary patch delta 43 scmdnUxRG%}ugcM?D{r_N7@1m`I2oARm{=xp%xF;J1&OqQL^?ns031CEeEA}t^h02pcti~s-t diff --git a/packs-system/lf-vulnerabilities/000557.log b/packs-system/lf-vulnerabilities/000561.log similarity index 100% rename from packs-system/lf-vulnerabilities/000557.log rename to packs-system/lf-vulnerabilities/000561.log diff --git a/packs-system/lf-vulnerabilities/CURRENT b/packs-system/lf-vulnerabilities/CURRENT index 9fee1a6..2093527 100644 --- a/packs-system/lf-vulnerabilities/CURRENT +++ b/packs-system/lf-vulnerabilities/CURRENT @@ -1 +1 @@ -MANIFEST-000555 +MANIFEST-000559 diff --git a/packs-system/lf-vulnerabilities/LOG b/packs-system/lf-vulnerabilities/LOG index e72f629..0facdf8 100644 --- a/packs-system/lf-vulnerabilities/LOG +++ b/packs-system/lf-vulnerabilities/LOG @@ -1,8 +1,8 @@ -2026/04/14-20:54:14.202677 7fc1da7be6c0 Recovering log #553 -2026/04/14-20:54:14.213358 7fc1da7be6c0 Delete type=3 #551 -2026/04/14-20:54:14.213482 7fc1da7be6c0 Delete type=0 #553 -2026/04/14-21:31:09.160202 7fc1d8fbb6c0 Level-0 table #558: started -2026/04/14-21:31:09.160283 7fc1d8fbb6c0 Level-0 table #558: 0 bytes OK -2026/04/14-21:31:09.203034 7fc1d8fbb6c0 Delete type=0 #556 -2026/04/14-21:31:09.274014 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) -2026/04/14-21:31:09.274091 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) +2026/04/16-08:58:49.586323 7fc1d9fbd6c0 Recovering log #557 +2026/04/16-08:58:49.596973 7fc1d9fbd6c0 Delete type=3 #555 +2026/04/16-08:58:49.597026 7fc1d9fbd6c0 Delete type=0 #557 +2026/04/16-10:53:23.909144 7fc1d8fbb6c0 Level-0 table #562: started +2026/04/16-10:53:23.909174 7fc1d8fbb6c0 Level-0 table #562: 0 bytes OK +2026/04/16-10:53:23.915478 7fc1d8fbb6c0 Delete type=0 #560 +2026/04/16-10:53:23.921775 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) +2026/04/16-10:53:23.921804 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-vulnerabilities/LOG.old b/packs-system/lf-vulnerabilities/LOG.old index 23570af..e72f629 100644 --- a/packs-system/lf-vulnerabilities/LOG.old +++ b/packs-system/lf-vulnerabilities/LOG.old @@ -1,8 +1,8 @@ -2026/04/12-10:10:03.877445 7f20ee3ff6c0 Recovering log #549 -2026/04/12-10:10:03.887615 7f20ee3ff6c0 Delete type=3 #547 -2026/04/12-10:10:03.887678 7f20ee3ff6c0 Delete type=0 #549 -2026/04/12-11:08:03.408913 7f1e4ffff6c0 Level-0 table #554: started -2026/04/12-11:08:03.408942 7f1e4ffff6c0 Level-0 table #554: 0 bytes OK -2026/04/12-11:08:03.415303 7f1e4ffff6c0 Delete type=0 #552 -2026/04/12-11:08:03.415422 7f1e4ffff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) -2026/04/12-11:08:03.415446 7f1e4ffff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) +2026/04/14-20:54:14.202677 7fc1da7be6c0 Recovering log #553 +2026/04/14-20:54:14.213358 7fc1da7be6c0 Delete type=3 #551 +2026/04/14-20:54:14.213482 7fc1da7be6c0 Delete type=0 #553 +2026/04/14-21:31:09.160202 7fc1d8fbb6c0 Level-0 table #558: started +2026/04/14-21:31:09.160283 7fc1d8fbb6c0 Level-0 table #558: 0 bytes OK +2026/04/14-21:31:09.203034 7fc1d8fbb6c0 Delete type=0 #556 +2026/04/14-21:31:09.274014 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) +2026/04/14-21:31:09.274091 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-vulnerabilities/MANIFEST-000555 b/packs-system/lf-vulnerabilities/MANIFEST-000559 similarity index 72% rename from packs-system/lf-vulnerabilities/MANIFEST-000555 rename to packs-system/lf-vulnerabilities/MANIFEST-000559 index 4d6baf2d8bbc7925f9e22d36820561cdf5f86ebb..d63d46a969bb2f254019912fe6d2e819492848a1 100644 GIT binary patch delta 41 scmdnMxPfs(pHf8NrSDt}j7%F?I2o8Xvan=v-%dyb32X!jYz7Jd00No{p8x;= delta 41 scmdnMxPfs(pVFa{oC+=mMy53^oD9rsSy-|Rx&A!>39JPPtOp7J0R6iPsQ>@~