This commit is contained in:
mysticbbs 2012-03-10 03:49:20 -05:00
parent 7320e3db69
commit 71573c51af
1 changed files with 8 additions and 2 deletions

View File

@ -4020,8 +4020,14 @@
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).