Skip to content
Snippets Groups Projects
  1. Apr 09, 2022
  2. Apr 05, 2022
  3. Apr 04, 2022
  4. Apr 03, 2022
  5. Apr 01, 2022
  6. Mar 31, 2022
  7. Mar 30, 2022
  8. Mar 29, 2022
  9. Mar 28, 2022
    • Rob Swindell's avatar
      Fix the globi() change for *nix · 72aea09b
      Rob Swindell authored
      I was stripping the path here... oops.
      72aea09b
    • Rob Swindell's avatar
      Fix build (needed getstats.o) · a9e3abf7
      Rob Swindell authored
      a9e3abf7
    • Rob Swindell's avatar
      Fix another new GCC warning I missed · ccfd6f44
      Rob Swindell authored
      ccfd6f44
    • Rob Swindell's avatar
      Eliminate DSTSEDIT, no longer needed · 08c08de5
      Rob Swindell authored
      */dsts.dab was replaced by dsts.ini.
      */dsts.ini is just a text file, you don't need a special editor.
      08c08de5
    • Rob Swindell's avatar
      Resolve new GCC warnings · a94d291e
      Rob Swindell authored
      a94d291e
    • Rob Swindell's avatar
    • Rob Swindell's avatar
    • Rob Swindell's avatar
      Overhaul statistics files · f963dcbf
      Rob Swindell authored
      */dsts.dab (daily statistics and running totals) -> */dsts.ini
      */csts.dab (cumulative statistics / log) -> */csts.tab
      
      * dsts.ini now has both daily and total stats for all fields (not just timeon and logons).
      * dsts.ini is now an easily modifiable text file - no longer need dstsedit (here-by deprecated and soon to be deleted)
      * dsts.ini and csts.tab support 64-bit upload/download byte stats and are very extensible for future fields to be added or extended > 32-bit (this was the main inspiration for this overhaul, but it was overdue and already designed for v4, pretty much)
      * csts.tab is a tab-delimited fixed length record format suitable for easy import to a spreadsheet program or parsing with scripts. Each day is a 128-character LF-delimited record with tab-delimited fields of plain ASCII text.
      * All fields except timeon in dsts.ini files are updated immediately and by more non-terminal servers (e.g. post statistics from web UI scripts).
      * New user stats are tracked more than just for "today".
      
      The upgrade of these files is automatic and built-into SBBS.
      
      Still to do: overhaul the slog utility to support the new csts.tab file format.
      f963dcbf
Loading