From 71573c51af3306417f20b14e3e945a4cf0d8908f Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Sat, 10 Mar 2012 03:49:20 -0500 Subject: [PATCH] Updates --- mystic/HISTORY.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/mystic/HISTORY.txt b/mystic/HISTORY.txt index c40c862..2ed5793 100644 --- a/mystic/HISTORY.txt +++ b/mystic/HISTORY.txt @@ -4019,9 +4019,15 @@ node message. You can now place a clear screen comfortably in those prompts to make a really clean look when users are interrupted with node messages. - - + Mystic now has less chance of a "ghost" user situation occuring in Linux. + MIS Linux can now accept telnet connections and properly redirect STDIO while spawning Mystic. This means it can entirely replace a Linux telnet daemon if desired. It has had little testing though at the moment. + + + Prompt 000 now has new MCI prompt info codes: + &1 = Login attempt number + &2 = Max login attempts + &3 = Attempts remaining + + + The scrollback buffer in node chat has been expanded to the same size as + the maximum message size (1000 lines up from 200).