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