[Opensim-dev] Status of presence refactor?

2010-02-18 Thread Frisby, Adam
Does anyone know what is the current status of the presence refactor - is there any date on when that is going to hit trunk? I'd really like to see 0.7 get tagged soon, so we can begin the big object model refactor. Thanks! Adam ___ Opensim-dev

Re: [Opensim-dev] Status of presence refactor?

2010-02-18 Thread diva
Sigh. It's ready. It's been fully operational for several weeks, modulo buglets. It hasn't been merged because the SQLite connector hasn't been redone and at least Melanie doesn't want to merge without it. For me, the SQLite connector continues to be a big question mark. There's the

Re: [Opensim-dev] Status of presence refactor?

2010-02-18 Thread Robert Martin
On Thu, Feb 18, 2010 at 10:15 AM, d...@metaverseink.com wrote: Sigh. It's ready. It's been fully operational for several weeks, modulo buglets. It hasn't been merged because the SQLite connector hasn't been redone and at least Melanie doesn't want to merge without it. could you release a

Re: [Opensim-dev] Status of presence refactor?

2010-02-18 Thread diva
I could, but I'm hesitant to make diva distro releases from branches that aren't the master branch. Plus, so far the differences between the two branches are purely internal; there is no functional difference, or new bug fixes, or anything like that. The new architecture will allow for lots of

[Opensim-dev] How to get IUserDataPlugin from region module

2010-02-18 Thread Olli Aro
Hi, Does someone know how to get an instance of IUserDataPlugin from your custom region module? I tried to do: IUserDataPlugin db = client.Scene.RequestModuleInterfaceIUserDataPlugin(); But that returns null. Regards, Olli

Re: [Opensim-dev] Status of presence refactor?

2010-02-18 Thread Chris Hart
I had said I would look at SQLite but I honestly don't think I will have time, plus if there are significant mono-related issues then I am not best positioned to work on it in any case, since I don't have any Linux machines at my disposal for mono testing (and my development servers will be going

Re: [Opensim-dev] Status of presence refactor?

2010-02-18 Thread Melanie
It's not fully there, I still haven't finished friends. RL, the need to produce immediate revenue, and the absence of SQLite support, all contributed to that. I'm wrestling with the client on that, because OpenSim has some badness there. Specifically, if you are missing an online friend (that

Re: [Opensim-dev] Status of presence refactor?

2010-02-18 Thread Michael Cerquoni
Honestly Adam I think if were ever going to be able to get to 0.7 we are going to have to upgrade the memory in the OpenSimulator.org hardware, GIT is so slow right now that it could take forever to do testing if we needed to do alot of patching/fixing. Until thats done I would not expect

Re: [Opensim-dev] How to get IUserDataPlugin from region module

2010-02-18 Thread Olli Aro
Answering my own question. Needed to write a plugin instead :) Olli From: opensim-dev-boun...@lists.berlios.de [mailto:opensim-dev-boun...@lists.berlios.de] On Behalf Of Olli Aro Sent: 18 February 2010 15:27 To: opensim-dev@lists.berlios.de Subject: [Opensim-dev] How to get IUserDataPlugin

Re: [Opensim-dev] How to get IUserDataPlugin from region module

2010-02-18 Thread Melanie
Hi, IUserDataPlugin is deprecatred and will be removed in the upcoming merge. Melanie Olli Aro wrote: Answering my own question. Needed to write a plugin instead :) Olli From: opensim-dev-boun...@lists.berlios.de [mailto:opensim-dev-boun...@lists.berlios.de] On Behalf Of Olli

Re: [Opensim-dev] How to get IUserDataPlugin from region module

2010-02-18 Thread Olli Aro
Good to know :) Thanks for that. Olli -Original Message- From: opensim-dev-boun...@lists.berlios.de [mailto:opensim-dev- boun...@lists.berlios.de] On Behalf Of Melanie Sent: 18 February 2010 20:37 To: opensim-dev@lists.berlios.de Subject: Re: [Opensim-dev] How to get