log

age author description
Fri, 12 Apr 2013 22:59:20 -0400 Andrew Knoll Added tag v1.3.1 release for changeset c48d2d940e82 default tip
Fri, 12 Apr 2013 22:59:03 -0400 Andrew Knoll Incremented minor version number after slash command bug fix. v1.3.1 release
Fri, 12 Apr 2013 22:57:15 -0400 Andrew Knoll Corrected error in default slash command handler function.
Wed, 10 Apr 2013 15:55:03 -0400 Andrew Knoll Added tag v1.3 release for changeset 9e1b25004509
Wed, 10 Apr 2013 15:54:33 -0400 Andrew Knoll Added GetSecondaryCommands() function. v1.3 release
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:52 -0400 Andrew Knoll Added tag v1.2 release for changeset f971130a84bb
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:54:47 -0400 Andrew Knoll Added tag v1.1 release for changeset 328df380892c
Wed, 20 Mar 2013 00:52:00 -0400 Andrew Knoll Corrected errors in DBGroup:AddDB(). v1.1 release
Tue, 19 Mar 2013 00:13:41 -0400 Andrew Knoll Added tag v1.0 release for changeset 3f329c676eac
Tue, 19 Mar 2013 00:10:03 -0400 Andrew Knoll Updated luadoc comments. v1.0 release
Mon, 18 Mar 2013 15:29:49 -0400 Andrew Knoll Added tag v0.1 beta for changeset ff0e10fd2a5f
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.
Fri, 15 Mar 2013 22:26:14 -0400 Andrew Knoll Implemented callback forwarding functions
Fri, 15 Mar 2013 21:09:34 -0400 Andrew Knoll Added OnDatabaseShutdown callbacks to all member DBs.
Fri, 15 Mar 2013 20:42:26 -0400 Andrew Knoll Corrected some assertions.
Fri, 15 Mar 2013 17:10:57 -0400 Andrew Knoll rewrote LMDBS:NewGroup() to require an initial DB.
Fri, 15 Mar 2013 03:02:01 -0400 Andrew Knoll implemented DBG:AddDB()
Thu, 14 Mar 2013 22:23:48 -0400 Andrew Knoll Completed basic implementation of LMDBS:NewGroup()