Skip to content
Snippets Groups Projects
  1. Mar 14, 2014
  2. Mar 13, 2014
  3. Mar 12, 2014
  4. Mar 11, 2014
  5. Mar 10, 2014
  6. Mar 08, 2014
  7. Mar 07, 2014
    • deuce's avatar
      Make nonblocking_connect() also select() for exceptional conditions since · 1f9fe60a
      deuce authored
      Win32 make connect() failure an exceptional condition.
      1f9fe60a
    • rswindell's avatar
      * Eliminated the sbbs.ini [BBS] Options flag: USE_2ND_RLOGIN · 1158079d
      rswindell authored
      - 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).
      1158079d
    • rswindell's avatar
      * Eliminated the sbbs.ini [BBS] Options flag: USE_2ND_RLOGIN · b45af31d
      rswindell authored
      - 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.
      b45af31d
    • rswindell's avatar
      Resolving error when creating a new user via RLogin connection and the · 805ae4be
      rswindell authored
      ctrl/modopts.ini has no [newuser] section:
      newuser.js line 15: TypeError: options is undefined
      805ae4be
    • deuce's avatar
      Check exceptions on sockets when select()ing for connect() completion since · 70587641
      deuce authored
      that's what Windows does when a non-blocking connect() fails.
      
      Should fix the IPv6 localhost issue.
      70587641
    • ree's avatar
      Add function used by websocket services · 7c5ab20f
      ree authored
      7c5ab20f
    • ree's avatar
      Fix protocol selection · ae65c35c
      ree authored
      Also some other stuff I changed like a year ago that I forget why...presumably to fix something though
      ae65c35c
  8. Mar 06, 2014
Loading