* Fix 'newMark' -> 'newIndicator' in message list

* Better Telnet trace filter similar to SSH
This commit is contained in:
Bryan Ashby
2015-10-22 13:01:16 -06:00
parent e9836e18db
commit 4988559569
6 changed files with 38 additions and 7 deletions

View File

@@ -33,6 +33,12 @@ function validateApplicationData(formData, cb) {
return;
}
var invalidNames = Config.users.newUserNames + Config.users.badUserNames;
if(invalidNames.indexOf(formData.value.username.toLowerCase()) > -1) {
cb('Handle is blacklisted!', [ 1 ] );
return;
}
if(isNaN(Date.parse(formData.value.birthdate))) {
cb('Invalid birthdate!', [ 3 ] );
return;

View File

@@ -482,7 +482,7 @@
fullLoginSequenceLoginArt: {
desc: Logging In
art: LOGIN
art: WELCOME
options: { pause: true }
next: fullLoginSequenceLastCallers
}

View File

@@ -43,6 +43,24 @@
}
}
}
newUserApplicationSsh: {
mci: {
ET1: { width: 23 }
ET2: { width: 23 }
ET5: { width: 23 }
ET6: { width: 23 }
ET7: { width: 23 }
ET8: { width: 23 }
ET9: { width: 23 }
ET10: { width: 23 }
TM12: {
focusTextStyle: first lower
}
}
}
newUserFeedbackToSysOp: {
0: {
@@ -117,8 +135,8 @@
messageAreaMessageList: {
config: {
listFormat: "|00|01|37{msgNum:>4} |00|37- |36{subj:<29.29} {from:<20.20} {ts} |01|31{newMark}"
focusListFormat: "|00|42|30{msgNum:>4} - {subj:<29.29} {from:<20.20} {ts} {newMark}"
listFormat: "|00|01|37{msgNum:>4} |00|37- |36{subj:<29.29} {from:<20.20} {ts} |01|31{newIndicator}"
focusListFormat: "|00|42|30{msgNum:>4} - {subj:<29.29} {from:<20.20} {ts} {newIndicator}"
dateTimeFormat: ddd MMM DDD
}
mci: {