boinc/py
David Anderson dbd2d03a0d server/web: add support for per-application credit
See http://boinc.berkeley.edu/trac/wiki/PerAppCredit
If enabled (by the <credit_by_app> config flag)
validators will maintain on a per-(app, user, credit type) basis,
and same for teams,
in new DB tables credit_user and credit_team.
This info is displayed in the web site, on user and team pages,
using project-supplied functions to generate the HTML.

Note: update_stats doesn't decay the recent-average values
for per-app credit; I'll add this if needed.
2014-08-15 14:01:32 -07:00
..
Boinc server/web: add support for per-application credit 2014-08-15 14:01:32 -07:00
Makefile.am server: fix bugs when using Python assimilator framework. 2013-06-10 11:37:40 -07:00
boinc_path_config.py.in
db_def_to_py
setup.py.in