Skip to content
Snippets Groups Projects
  1. Oct 14, 2011
  2. Oct 13, 2011
  3. Sep 01, 2011
  4. Jul 06, 2011
  5. May 13, 2011
  6. Apr 20, 2011
  7. Mar 29, 2011
  8. Mar 28, 2011
  9. Mar 26, 2011
    • Nigel Kukard's avatar
      Database query fixup · 532c0930
      Nigel Kukard authored
      Make sure we standardize how the database columns are cased. The only
      real impact of this change is userdb.id becomes userdb.ID as this was
      the only variable affected.
      532c0930
    • Nigel Kukard's avatar
      Added support for global/FirstLogin users_data entry · 78aaa8fc
      Nigel Kukard authored
      mysql> select * from users_data;
      +----+--------+-------------+-------------------------------------------------+--------------+
      | ID | UserID | LastUpdated | Name                                            | Value        |
      +----+--------+-------------+-------------------------------------------------+--------------+
      | 25 |      1 |  1301180792 | global/FirstLogin                               | 1301180792   |
      +----+--------+-------------+-------------------------------------------------+--------------+
      1 row in set (0.00 sec)
      78aaa8fc
    • Nigel Kukard's avatar
      Added mod_feature_user_stats module · 2062ed6a
      Nigel Kukard authored
      This module create the following users_data entries...
      mysql> select * from users_data;
      +----+--------+-------------+-------------------------------------------------+--------------+
      | ID | UserID | LastUpdated | Name                                            | Value        |
      +----+--------+-------------+-------------------------------------------------+--------------+
      | 26 |      1 |  1301181002 | mod_feature_user_stats/CurrentMonthTotalTraffic | 1            |
      | 27 |      1 |  1301181002 | mod_feature_user_stats/CurrentMonthTotalUptime  | 244          |
      | 28 |      1 |  1301181002 | mod_feature_user_stats/NAS-Identifier           | Neemo        |
      | 29 |      1 |  1301181002 | mod_feature_user_stats/Framed-IP-Address        | 192.168.0.99 |
      +----+--------+-------------+-------------------------------------------------+--------------+
      4 rows in set (0.00 sec)
      
      Added to config file
      
      Fixed bug in config file regarding users_data query
      2062ed6a
    • Nigel Kukard's avatar
      Major users_data fixups · b258cff5
      Nigel Kukard authored
      - Better describe functions
      - Formatting fixups
      - Use better cached variable names
      - Fixed bug where wrong cached time variable was being used
      - Set cache dataset name to something more meaningful
      - Database column names are lowercase not upper case , this must be fixed though
      b258cff5
    • Nigel Kukard's avatar
      7be6a14b
    • Nigel Kukard's avatar
      Arbitrary user data caching cleanup · 4f21720d
      Nigel Kukard authored
      Better support for globally unique user data caching.
      4f21720d
    • Robert Anderson's avatar
      Provide user data storage with cache support · 379ed2b8
      Robert Anderson authored and Nigel Kukard's avatar Nigel Kukard committed
      Added new data_set() and data_get() userdb functions for setting and fetching user data. New table users_data stores user data as Name => Value. Updated UPGRADING file with upgrading instructions.
      379ed2b8
  10. Mar 23, 2011
  11. Feb 01, 2011
  12. Jan 31, 2011
  13. Jan 28, 2011
  14. Jan 27, 2011
Loading