-
- Downloads
* Eliminated the sbbs.ini [BBS] Options flag: USE_2ND_RLOGIN
- this option has been a default option flag for 10 years - this option was introduced *before* the RLogin password capability - Synchronet now always expects the login-ID (alias) to be the 2nd string received during RLogin connections (called 'server-user-name' in RFC 1282. * Now storing the complete terminal type/speed string received during RLogin connection in the bbs.rlogin_terminal property (sbbs_t.rlogin_term in C++). * bbs.rlogin_gate() is over-hauled: - arguments are: address, client-user-name, server-user-name, terminal, mode - if existing JS module assumes this to be: address, server-user-name, password those scripts will need to be updated to reflect the correct argument order - all arguments beyond the first are now optional - the terminal string can now be passed-in * Deprecated the telnet gateway option: TG_SENDPASS (the 'password' if desired to be sent as the 'client-user-name' can be specified as an argument and this option sent the password as the *second* RLogin string ('server-user-name'), which was always wrong. * sbbs_t::telnet() can now accept the terminal string as an optional argument.
Showing
- src/sbbs3/Makefile 1 addition, 1 deletionsrc/sbbs3/Makefile
- src/sbbs3/answer.cpp 8 additions, 8 deletionssrc/sbbs3/answer.cpp
- src/sbbs3/js_bbs.cpp 40 additions, 36 deletionssrc/sbbs3/js_bbs.cpp
- src/sbbs3/main.cpp 1 addition, 0 deletionssrc/sbbs3/main.cpp
- src/sbbs3/sbbs.h 3 additions, 2 deletionssrc/sbbs3/sbbs.h
- src/sbbs3/sbbsdefs.h 1 addition, 1 deletionsrc/sbbs3/sbbsdefs.h
- src/sbbs3/startup.h 2 additions, 3 deletionssrc/sbbs3/startup.h
- src/sbbs3/telgate.cpp 8 additions, 11 deletionssrc/sbbs3/telgate.cpp
Please register or sign in to comment