HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #657142
closedfcdb: provide Lua instance with access to game data, signals etc
0%
Description
Jacob Nevins <jtn>:
"It seems to me that much of the potential of the fcdb/luasql system is lost with the current facilities available to the Lua script database.lua.
For instance, if it had read access to game data and could receive signals, you could log game/score statistics, etc.
(I'm guessing this is the sort of thing book had in mind for "Easily extended beyond just auth" back in bug #13643?)"
Related issues
Updated by Marko Lindqvist over 7 years ago
- Blocks Task #656466: S3_0 datafile format freeze (d3f) added
Updated by Jacob Nevins over 6 years ago
- Related to Feature #657143: fcdb: allow database.lua to set user's cmdlevel, delegation etc added
Updated by Zoltán Žarkov over 6 years ago
Since this feature is pretty nonspecific, I'll treat it as a metaticket for all of the fcdb extensions I'm planning.
- Add luasql-odbc (fcweb.org is hosted on azure for now, so database is mssql).
- luasocket + json.lua would be nice to be able to call http apis for auth and other stuff like logging scores.
- Change the API of script_fcdb_call to be able to return values directly from lua stack.
- Remove hardcoded md5 password hashing and offload to lua. Add crypt(3) and md5 hashing libraries to lua environment.
Updated by Marko Lindqvist almost 6 years ago
- Blocks Task #673656: S3_1 datafile format freeze (d3f) added
Updated by Marko Lindqvist almost 6 years ago
- Sprint/Milestone changed from 3.0.0 to 3.1.0
Updated by Marko Lindqvist almost 6 years ago
- Blocks deleted (Task #656466: S3_0 datafile format freeze (d3f))
Updated by Marko Lindqvist almost 3 years ago
- Sprint/Milestone changed from 3.1.0 to 3.2.0
To be postponed to 3.2 with Feature #657143
Updated by Marko Lindqvist almost 3 years ago
- Blocked by Task #939772: S3_2 datafile format freeze (d3f) added
Updated by Marko Lindqvist almost 3 years ago
- Blocked by deleted (Task #939772: S3_2 datafile format freeze (d3f))
Updated by Marko Lindqvist almost 3 years ago
- Blocks Task #939772: S3_2 datafile format freeze (d3f) added
Updated by Marko Lindqvist almost 3 years ago
- Blocks deleted (Task #673656: S3_1 datafile format freeze (d3f))
Updated by Marko Lindqvist 9 months ago
- Status changed from New to Rejected
fcdb features have changed a lot in S3_2, and this ticket no longer asily maps to roadmaps. I'm closing this. Let's open better formulated tickets if these things are still needed.