Skip to content
Snippets Groups Projects
  1. Jan 11, 2021
  2. Jan 10, 2021
  3. Jan 09, 2021
    • Rob Swindell's avatar
      Don't delete pack####.now upon FTP-logoff · 4e6b8853
      Rob Swindell authored
      When a user logins to the FTP server concurrently, this creates a
      race condition with an/the other FTP session that may be creating/
      downloading a QWK packet. On Vertrauen, this results in the
      occasional error removing the file since it was removed unexpectedly:
      !ERROR 2 (No such file or directory) in main.cpp line 2747 (event_thread) removing "/sbbs/data/pack1111.now" access=0
      4e6b8853
    • Rob Swindell's avatar
      Merge branch 'mlong/lore' into 'master' · e1e7aec0
      Rob Swindell authored
      xtrn install lore
      
      See merge request !70
      e1e7aec0
  4. Jan 08, 2021
  5. Jan 07, 2021
  6. Jan 05, 2021
  7. Jan 04, 2021
  8. Jan 03, 2021
  9. Jan 02, 2021
  10. Jan 01, 2021
    • Rob Swindell's avatar
      Fix: can_* and is_* properties were not dynamic. Added "posts" property. · e5856f0a
      Rob Swindell authored
      The following properties would only reflect the status at the time the
      msg_area object was initialized:
      - can_access
      - can_read
      - can_post
      - is_operator
      - is_moderated
      
      ... so if changes were made the user while online, for example, these
      property values would *not* also change to reflect the current state.
      
      The grp[] and grp_list[] 'can_access' properties still have this flaw.
      
      Also: Add a new "posts" property to the sub[] and sub_list[] objects to
      report the current number of posted messages (quicker than opening a MsgBase
      instance).
      e5856f0a
    • Deucе's avatar
      Remove nonsensical warning added in 89956b3d · 7adbe0e9
      Deucе authored
      7adbe0e9
Loading