Skip to content
Snippets Groups Projects
  1. Jan 12, 2021
    • Rob Swindell's avatar
      By default, export MD5 digest of real name associated with an avatar · 5f088ad2
      Rob Swindell authored
      This enables Avatar displays on real-name-only networks without leaking
      real names into the SYNCDATA sub.
      
      If the -realnames option is used, the unobscured full real names are
      exported (as before).
      
      If the (new) -aliasonly option is used, even the MD5 digest of users'
      real names is left out.
      5f088ad2
  2. Jan 11, 2021
  3. Jan 09, 2021
    • Rob Swindell's avatar
      Don't delete pack####.now upon FTP-logoff · 3ead8a4d
      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
      3ead8a4d
    • Rob Swindell's avatar
      Merge branch 'mlong/lore' into 'master' · d961570d
      Rob Swindell authored
      xtrn install lore
      
      See merge request !70
      d961570d
  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. · 2d421cb3
      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).
      2d421cb3
    • Deucе's avatar
      Remove nonsensical warning added in 89956b3d · e2e83629
      Deucе authored
      e2e83629
    • Deucе's avatar
      Clamp values for y in highlighting loop. · 8a4a5b70
      Deucе authored
      This is a really stupid way of drawing the highlight, but fixing it
      this way is trivial vs. refactoring all the ugly.
      
      Fixes #192
      8a4a5b70
  11. Dec 31, 2020
  12. Dec 30, 2020
  13. Dec 29, 2020
Loading