Skip to content
Snippets Groups Projects
  1. Mar 28, 2011
  2. 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 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
    • 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
  3. Jan 28, 2011
  4. Jan 27, 2011
  5. Jan 11, 2011
  6. Aug 03, 2010
  7. May 24, 2010
  8. May 11, 2010
  9. May 06, 2010
  10. May 03, 2010
  11. Apr 26, 2010
  12. Mar 05, 2010
  13. Nov 03, 2009
  14. Oct 14, 2009
  15. Aug 24, 2009
  16. Aug 04, 2009
  17. Jul 23, 2009
  18. Jul 15, 2009
  19. Jul 14, 2009
  20. Jul 13, 2009
  21. May 02, 2009
  22. Apr 29, 2009
  23. Apr 26, 2009
  24. Apr 23, 2009
  25. Mar 20, 2009
  26. Mar 01, 2009
  27. Feb 27, 2009
  28. Feb 26, 2009
Loading