Code in src/rivetWWW.c, src/rivetCrypt.c and src/rivetList.c has been so far independent from definitions in the mod_rivet.h. This was a sensible approach that made it reusable outside the context of the apache module.
I favor the move of the commands coded in those files into the newly created Rivet namespace, thus breaking the mentioned independence. The package Rivet they provide could be also be moved into the module code to better qualify the whole Rivet namespace (after all Rivet should be a keyword reserved to the module). Existing scripts won't be affected, because the module initialization could 'package require Rivet' and user scripts will have a mean to test which scripting level they're running in by calling 'package require Rivet x.y' comments are welcome. -- Massimo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
