summaryrefslogtreecommitdiff
path: root/perl/Wallet/Server.pm
AgeCommit message (Expand)Author
2007-09-20Add support for attribute setting and retrieving to the high-levelRuss Allbery
2007-09-18Add flag_set and flag_clear to Wallet::Server.Russ Allbery
2007-09-17Add an acl_show() method to Wallet::Server that calls the underlying ACLRuss Allbery
2007-09-01Note that not all objects support store.Russ Allbery
2007-09-01Add some additional safeguards to ensure that users cannot destroy,Russ Allbery
2007-08-31Use a better method of setting the internal error that automaticallyRuss Allbery
2007-08-31Allow empty DB_INFO and DB_NAME settings as long as they're defined.Russ Allbery
2007-08-30Fix ACL verification for destroy and flags actions. Clear the internalRuss Allbery
2007-08-30Return true from object creation, not the new object, which would be aRuss Allbery
2007-08-30Properly clean up errors from exceptions. Properly catch exceptions whenRuss Allbery
2007-08-30Clean up all exception output when storing it in the error variable toRuss Allbery
2007-08-30Fix all the interfaces so that objects are identified as type, name, notRuss Allbery
2007-08-30This class now provides a method to do database initialization, whichRuss Allbery
2007-08-29Add an initialize function to Wallet::Server to set up the database.Russ Allbery
2007-08-29Wallet::Server is now responsible for connecting to the database. Don'tRuss Allbery
2007-08-29Fix the store implementation to take the right arguments.Russ Allbery
2007-08-28Initial untested implementation. Now supports all the remaining metadataRuss Allbery
2007-08-28Checkpoint. The object manipulation functions are here, as are the ACLRuss Allbery