Dashboard

Preston Elder

committed 617 to mantra

10 Mar
MANTRA-28 - fixed return when trace is compiled out
Preston Elder

committed 616 to mantra

10 Mar
Moved a lot of code around (trace is under utils, and log, admin and priv become 'top level'
entities, not under 'core' anymore). Also re-wrote the trace code to both use variadic
macros, and automatically figure out the function names (MANTRA-28), and made a macro that
combines MT_BE/MT_FUNC and MT_RET/MT_EE and used that throughout the code.
Preston Elder

committed 615 to mantra

09 Mar
Fixed failure to catch interruption exception in loaded modules caused by visibility
issues in release mode because the exceptions involved (ie. boost::thread_interrupted)
did not have default visibility (MANTRA-29).

Preston Elder

committed 614 to mantra

08 Mar
Fixed faulty while loop for MANTRA-41.
Preston Elder

committed 611 to mantra

06 Mar
Major chaneges for the permissioning scheme (MANTRA-11). Made the implementation
fully variable, and split it into 3 parts (authentication, properties and permissions)
which can be combined separately. Still needs some work - especially with cleaning
up the login code for telnet/console so that it does not attempt logins when no
directory is specified. Also need to add UNIX/PAM authentication.

Preston Elder

committed 608 to mantra

01 Mar
Added case independence for properties and cleaned up the
enable_if's in BDB (follow on from MANTRA-26).
Preston Elder

resolved MANTRA-41

01 Mar
Preston Elder

commented on MANTRA-41

01 Mar

Problem was found in the property system - namely properties for loaded modules were not cleaning themselves up. Added mass-unregister functions for properties - and made sure ALL properties are unregistered before the modules are unloaded.

Preston Elder

changed the status to Assigned of MANTRA-41

01 Mar
Preston Elder

created MANTRA-41

01 Mar
Preston Elder

committed 603 to mantra

01 Mar
Massive changes to help with MANTRA-26, that essentially include re-writing
the registry system and all associated follow-on changes. The new registry
however is much more flexible and has less code duplication.

Preston Elder

changed the status to Assigned of MANTRA-40

12 Feb
Preston Elder

created MANTRA-40

12 Feb
Preston Elder

resolved MANTRA-39

10 Feb
Preston Elder

changed the status to Assigned of MANTRA-39

10 Feb