Skip to content
  • rswindell's avatar
    43b6084e
    Bug-fix: daily statistics and free-credits-per-day were not reset when the user · 43b6084e
    rswindell authored
    logged in via FTP. This affected: posts_today, emails_today, free_credits,
    timeon_today, and extra time values (e.g. posts_today would contnue to
    accumulate potentially affecting the users ability to post via FTP-uploaded REP
    packet). getuserdat() does the necessary value resets, we just needed to write
    the entire user record back to disk upon successfull login, rather than just
    updating specific fields in the user record on disk. The HTTP server looks like
    it might have the same/similar bug.
    43b6084e
    Bug-fix: daily statistics and free-credits-per-day were not reset when the user
    rswindell authored
    logged in via FTP. This affected: posts_today, emails_today, free_credits,
    timeon_today, and extra time values (e.g. posts_today would contnue to
    accumulate potentially affecting the users ability to post via FTP-uploaded REP
    packet). getuserdat() does the necessary value resets, we just needed to write
    the entire user record back to disk upon successfull login, rather than just
    updating specific fields in the user record on disk. The HTTP server looks like
    it might have the same/similar bug.
Loading