Changed mbsebbs logging
This commit is contained in:
parent
ff6f6bbfad
commit
0c9eec7371
@ -22,6 +22,7 @@ v0.37.5 12-Jul-2003
|
||||
Removed debug logging for userrecord i/o
|
||||
During virusscan of file uploads, the mbtask timeout timer is
|
||||
set to one hour to support very long scans.
|
||||
Changed logging during user login.
|
||||
|
||||
mbsetup:
|
||||
Added menu entry 1.5.21 for setting maximum allowed logins.
|
||||
|
@ -115,7 +115,7 @@ int main(int argc, char **argv)
|
||||
Syslog('+', "CONNECT %s", p);
|
||||
if ((p = getenv("CALLER_ID")) != NULL)
|
||||
if (strncmp(p, "none", 4))
|
||||
Syslog('+', "CALLER %s", p);
|
||||
Syslog('+', "CALLER_ID %s", p);
|
||||
|
||||
/*
|
||||
* Initialize
|
||||
@ -197,7 +197,6 @@ int main(int argc, char **argv)
|
||||
printf("No BBS on this port allowed!\n\n");
|
||||
Quick_Bye(MBERR_OK);
|
||||
}
|
||||
Syslog('b', "Node number %d", iNode);
|
||||
|
||||
/*
|
||||
* Display Connect String if turned on.
|
||||
|
@ -232,7 +232,7 @@ void user()
|
||||
} else
|
||||
strncpy(FirstName, UserName, sizeof(FirstName)-1);
|
||||
strncpy(UserName, usrconfig.sUserName, sizeof(UserName)-1);
|
||||
Syslog('+', "%s On-Line at %s", UserName, ttyinfo.comment);
|
||||
Syslog('+', "%s On-Line at \"%s\", node %d", UserName, ttyinfo.comment, iNode);
|
||||
IsDoing("Just Logged In");
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user