From ad410f6f7dd3fe6b55a9dda9b64e0f97f7c66b9c Mon Sep 17 00:00:00 2001 From: Pingout Duffield Date: Fri, 26 Apr 2024 07:16:59 -0400 Subject: [PATCH] Update oc_addons.lsl Document the change --- src/collar/oc_addons.lsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/collar/oc_addons.lsl b/src/collar/oc_addons.lsl index 7448024e5..4eeaf61fe 100644 --- a/src/collar/oc_addons.lsl +++ b/src/collar/oc_addons.lsl @@ -9,12 +9,13 @@ Medea (medea.destiny) Sept 2021 - Provided auth failure mode for menu. Insufficient auth now provides suitable notification to user and respawns main menu. Fixes issue #665 - KristenMynx Dec 2021 - Fix timeout removal stride May 2022 - Fix offline removal stride - Reduce chatter Jun 2022 - Reduce chatter more +Ping (pingout.duffield) + April 2024 - Fix at Initial Handshake to disregard any nearby rezzed collar. Ref Issue #1038