From 65f84177ba6c7a24d313800ab982a3916f5255d5 Mon Sep 17 00:00:00 2001 From: Durel Date: Sat, 16 Dec 2017 11:56:43 -0500 Subject: [PATCH] Version 2.0024 1) Fixed triggers that did not handle when the mud was in compact mode. This could result in timeouts because triggers that depended on hitting an empty line would not match the compacted output. 2) Fixed case where a user accessed containers before a build was complete. The previous code could assert errors if invmon tried to access unidentified items. --- aard_inventory.changelog | 13 ++++ aard_inventory.xml | 162 +++++++++++++++++++++------------------ 2 files changed, 100 insertions(+), 75 deletions(-) diff --git a/aard_inventory.changelog b/aard_inventory.changelog index 7fc756b..bd48520 100644 --- a/aard_inventory.changelog +++ b/aard_inventory.changelog @@ -2,6 +2,19 @@ dbot.changelog = {} +dbot.changelog[2.0024] = +{ + { change = drlDbotChangeLogTypeFix, + desc = [[Fixed triggers that did not handle when the mud was in compact mode. This could + result in timeouts because triggers that depended on hitting an empty line would + not match the compacted output.]] + }, + { change = drlDbotChangeLogTypeFix, + desc = [[Fixed case where a user accessed containers before a build was complete. The + previous code could assert errors if invmon tried to access unidentified items.]] + } +} + dbot.changelog[2.0023] = { { change = drlDbotChangeLogTypeMisc, diff --git a/aard_inventory.xml b/aard_inventory.xml index 6e196f0..db50ff7 100644 --- a/aard_inventory.xml +++ b/aard_inventory.xml @@ -88,7 +88,7 @@ dbot.version : Module to track version and changelog information and update the save_state="y" date_written="2017-08-12 08:45:15" requires="4.98" - version="2.0023" + version="2.0024" >