[Coldstuff] More suggestions

Brandon Gillespie brandon@roguetrader.com
Fri, 4 Jan 2002 09:35:54 -0700


On Fri, Jan 04, 2002 at 03:49:19PM +0100, xmath wrote:
> 7. [ColdCore] Add some mechanism to $root to associate custom 
> meta-data with objects, such as custom flags. (yes, I have an 
> application in mind, 'remote to indicate the method may be called by 
> an RPC)
 
It does exist.  Look in $root.add_flag(), the code even says:

  // let them add any flag they want

And from the command line you can do:

@chflags me +fribble

which adds the 'fribble flag to me.

> 8. [ColdCore] There should be some way for programmers to get a list 
> of tasks that are under their controls. So, a programmer-level @tasks 
> and @kill

Sounds like a great idea, feel free to writeup something :)

-Brandon