Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
module:logon [2019/07/16 00:17] – [Fast Logon] Updated digital manmodule:logon [2020/04/03 08:37] – [Logon] Added eval_first and eval_last modopts.ini options digital man
Line 13: Line 13:
 | rlogin_auto_xtrn  | false | Auto-execute an external program when the RLogin 'terminal-type' includes ''xtrn=//<code>//'' (e.g. for use with [[howto:ecWeb]] External Programs support)| | rlogin_auto_xtrn  | false | Auto-execute an external program when the RLogin 'terminal-type' includes ''xtrn=//<code>//'' (e.g. for use with [[howto:ecWeb]] External Programs support)|
 | rlogin_xtrn_menu  | false | RLogin server acts as a door game server (displays the external program menu) //only// | | rlogin_xtrn_menu  | false | RLogin server acts as a door game server (displays the external program menu) //only// |
-last_few_callers  4     Number of most-recent logons displayed during logon |+show_logon_list   true  Set to ''false'' to disable the display of the logon list ("last few callers"during logon |
 | email_validation  | false | Run the [[module:emailval]] (user e-mail address validation) module during logon | | email_validation  | false | Run the [[module:emailval]] (user e-mail address validation) module during logon |
 | fast_logon        | false | When ''true'', allows users to choose a fast-logon by adding ''!'' in front of their login name/number | | fast_logon        | false | When ''true'', allows users to choose a fast-logon by adding ''!'' in front of their login name/number |
 | fast_logon_requirements | //none// | An [[access:requirements|access requirements string]] that specifies a subset of users which may use the fast-logon option | | fast_logon_requirements | //none// | An [[access:requirements|access requirements string]] that specifies a subset of users which may use the fast-logon option |
 +| eval_first        | //none// | JavaScript expression to evaluate (execute) very early in the module |
 +| eval_last         | //none// | JavaScript expression to evaluate (execute) last thing in the module |