log LibModuleDBShare-1.0/LibModuleDBShare-1.0.lua @ 43:288987af9e66

age author description
Wed, 10 Apr 2013 15:26:12 -0400 Andrew Knoll Removed error when duplicate slash command alias is found.
Wed, 10 Apr 2013 15:12:43 -0400 Andrew Knoll Corrected errors in parameter checks for :AddSecondaryCommand()
Wed, 10 Apr 2013 14:13:06 -0400 Andrew Knoll Fixed issue causing data to sometimes not record when logging out.
Tue, 09 Apr 2013 22:15:58 -0400 Andrew Knoll Updated comments.
Sun, 07 Apr 2013 22:50:00 -0400 Andrew Knoll Added slash command support.
Thu, 04 Apr 2013 20:10:20 -0400 Andrew Knoll Timestamps should now be recorded even if dual spec is not used. v1.2 release
Wed, 20 Mar 2013 00:52:00 -0400 Andrew Knoll Corrected errors in DBGroup:AddDB(). v1.1 release
Tue, 19 Mar 2013 00:10:03 -0400 Andrew Knoll Updated luadoc comments. v1.0 release
Mon, 18 Mar 2013 15:29:26 -0400 Andrew Knoll Tested parameter checks. v0.1 beta
Mon, 18 Mar 2013 00:48:54 -0400 Andrew Knoll So? public APIs didn't work so well? back to data.
Sun, 17 Mar 2013 03:05:25 -0400 Andrew Knoll Rewrote LibDualSpec support to use public APIs instead of directly accessing data.
Sun, 17 Mar 2013 01:56:31 -0400 Andrew Knoll Added support for LibDualSpec.
Sat, 16 Mar 2013 22:56:03 -0400 Andrew Knoll Created a namespace in member DBs to store group data in.
Sat, 16 Mar 2013 20:09:19 -0400 Andrew Knoll Rewrote parameter checks - now checks to see if DBs are actually DBs
Fri, 15 Mar 2013 23:33:28 -0400 Andrew Knoll Removed print statements from callback forwarders.