[Opensim-dev] ESB?

2009-03-24 Thread doug . lundin
All, Suspect the notion of using an ESB with OpenSim would be seen as a feature request. But, am curious if anyone has thought about such an infrastructure approach and pros/cons for this project. How might it relate to the Grid? Would be interested in hearing your thoughts. Doug Sent via BlackBe

Re: [Opensim-dev] ESB?

2009-03-24 Thread Teravus Ovares
http://en.wikipedia.org/wiki/Enterprise_service_bus <--- See link for more info on ESB http://wiki.open-esb.java.net/ <--- for OpenESB I dunno, I guess, working with an ESB would be mostly a set of services implemented in Enterprise Message Model. Is there any demand for it? --

[Opensim-dev] Client signature processing in the OpenSim User Server

2009-03-24 Thread James Stallings II
Greetings All :D I have a need to do some processing of what I will call the 'client signature', or that bit of data that the client sends to identify itself at login (Version, Channel, and Platform). Presently, the only thing done with this information is that it is logged on the User Server log.

Re: [Opensim-dev] Client signature processing in the OpenSim User Server

2009-03-24 Thread Sacha Magne
+1 Fist thing i will blacklist is SecondInventory until thsy fixe this soft ! Sacha On Tue, Mar 24, 2009 at 5:36 PM, James Stallings II < james.stalli...@gmail.com> wrote: > Greetings All :D > I have a need to do some processing of what I will call the 'client > signature', or that bit of data t

Re: [Opensim-dev] function libraries for script engine

2009-03-24 Thread Justin Clark-Casey
Mic Bowman wrote: > opensim currently has the LSL and OSL APIs that implement functions > for scripting. is there an good/easy/appropriate way to add a library > of functions dynamically? can i register new script functions through > a region module? Just fyi Mic, there was also some discussion ab

Re: [Opensim-dev] function libraries for script engine

2009-03-24 Thread Melanie
I have really broken my head over this. The API module system I have implemented actually allows loading of APIs by name, so the "worker" stuff could be made dynamic with only trivial effort. However, adding actual methods to the script base class is proving a challenge. Specifically, language

Re: [Opensim-dev] Client signature processing in the OpenSim User Server

2009-03-24 Thread Diva Canto
If you just want the string that identifies the type of client, so you can use it in region modules, that may be easy to add. But if you want to add different login procedures, that's a whole other matter... I just did that, and I'm not happy with the result. We really need to have a plugin arc