# HG changeset patch # User John@Yosemite-PC # Date 1331524658 14400 # Node ID ecd37523ae043676d4d63b3067c43a88702cdee7 # Parent 0e03db65c1fedf4ac7d92add77f016d7ec1e8f7d More todos diff -r 0e03db65c1fe -r ecd37523ae04 Core.lua --- a/Core.lua Sun Mar 11 23:27:02 2012 -0400 +++ b/Core.lua Sun Mar 11 23:57:38 2012 -0400 @@ -1,6 +1,4 @@ -- ideas: last attended data and/or remove people who haven't attended in X days --- and/or just a "remove from all lists" option - -- order of implementation -- (*) lists fully functional (/script interface) @@ -15,6 +13,7 @@ -- ( ) communication and list merging/trimming -- ( ) admins -- ( ) players gui +-- ( ) undo -- ( ) crypto / protection against tampering -- ( ) alt tracking -- (_) reserves @@ -47,7 +46,6 @@ function bsk:OnEnable() bsk:CreateWorkingStateFromChanges(self.db.profile.changes) - --self:HandleCommand() end function bsk:HandleCommand(paramIn) diff -r 0e03db65c1fe -r ecd37523ae04 Lists.lua --- a/Lists.lua Sun Mar 11 23:27:02 2012 -0400 +++ b/Lists.lua Sun Mar 11 23:57:38 2012 -0400 @@ -12,6 +12,7 @@ -- TODO: collapse slists into delimited strings for space (premature optimization?) -- TODO: organize working state data a little more carefully - hard to keep -- track of all the arrays that are floating out there +-- TODO: players list, drop the "main" sub-entry for people with no alts -- holy crap long notes {{{ -- notes on list storage: