aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added license to new filesTedd Hansen2008-01-124-4/+90
|
* Major reorganizing of DotNetEngine. Moved common script engine parts to ↵Tedd Hansen2008-01-121-1/+2
| | | | | | | | ScriptEngine.Common, only .Net-specific code in DotNetEngine. AppDomains, event handling, event execution queue and multithreading, script load/unload queue, etc has been moved to ScriptEngine.Common. Loads of things has been put into interfaces instead of the specific class. We are now one step closer to ScriptServer, and its very easy to implement new script languages. Just a few lines required to make them a OpenSim script module with all its glory.
* Set svn:eol-style.Jeff Ames2008-01-121-27/+27
|
* Added references for last commitTedd Hansen2008-01-121-0/+27
|
* ScriptServer communication is ok. Script is creatd on onrez. But since it ↵Tedd Hansen2008-01-122-2/+11
| | | | | | | can not access Scene it sort of crashes right away ;) Added some sample placeholders for implementing rest of LSL events.
* New ScriptServer protocol successfully implemented.Tedd Hansen2008-01-121-4/+25
| | | | | Still needs hooking up for all commands in both ends, separation of local and remote LSL-commands, etc.
* ScriptServer communication protocol (v1), primitive RPC-like TCP client/serverTedd Hansen2008-01-121-1/+1
|
* Whitespace cleanup.Jeff Ames2008-01-108-305/+296
|
* Set svn:eol-style.Jeff Ames2008-01-091-122/+122
|
* * This update enables the web_login method.Teravus Ovares2008-01-091-0/+2
| | | | | * Remember, the client doesn't support web_login to other grids in the current RC, however the next RC will.
* Did someone say missing files? Thanks SakaiTedd Hansen2008-01-091-0/+123
|
* Dynamic loading of ScriptEngine in ScriptServerTedd Hansen2008-01-096-187/+26
| | | | | ScriptServer event pipe (OpenSim->ScriptServer->ScriptEngine) should in theory be done
* * Added a hashtable based HTTP processor in preparation of the web_login_keyTeravus Ovares2008-01-091-0/+1
| | | | | | | | * Added the web_login_key to the users table * Added happy configurable http error message pages * This update is large enough to have 'awe' value.. so backup your users or weep. * Not tested on MSSQL, even though I added code to update the tables!
* * Added the files for work units for the purpose of sending out updates to ↵Teravus Ovares2008-01-083-0/+78
| | | | regions.
* * Added more methods to MessageServiceTeravus Ovares2008-01-081-49/+161
|
* * Switched over to RegionProfileData from using RegionInfo because ↵Teravus Ovares2008-01-082-22/+64
| | | | | | | RegionInfo was missing the httpURI on the MessageService. * Fixed some code, added a method.
* * Message Server stuff.Teravus Ovares2008-01-071-11/+11
|
* *Added ability to update only necessary data on insertRegion for the grid ↵mingchen2008-01-071-1/+1
| | | | server.
* * More message server methodsTeravus Ovares2008-01-072-2/+104
|
* * Adding More to the MessageServer classes.Teravus Ovares2008-01-074-0/+302
| | | | | * Don't forget to prebuild
* * A few more Message Server comms related updatesTeravus Ovares2008-01-064-10/+70
|
* Added code to gridserver to prevent new region from connecting at X,Y ↵Brian McBee2008-01-061-112/+128
| | | | location already used by an existing region.
* * Added some userserver glue for communications with the message server Teravus Ovares2008-01-064-75/+197
| | | | | * Added some code for the message server, fixed a few references and starting to flesh it out.
* Set svn:eol-style.Jeff Ames2008-01-061-225/+225
|
* Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono.Tedd Hansen2008-01-051-9/+9
| | | | | Some debug info for startup added to find bugs. ++
* * Applying jhurliman's LLSD login enablement patch.Teravus Ovares2008-01-051-1/+2
| | | | | | | | * I'm keeping it deactivated until some issues are resolved. * I'm patching it in deactivated so the patch doesn't get outdated * I've deactivated it by commenting out the handler for the application/xml+llsd content type. * While I've tested this as much as possible on my setup and found the deactivated code doesn't cause any problems, consider this update experimental (event though it's deactivated)
* * Added shell Messaging Server. Don't run the MessagingServer yet or you ↵Teravus Ovares2008-01-051-0/+226
| | | | might end up with problems later.
* And another log-instead-of-crash... when creating user fails.Tedd Hansen2008-01-051-3/+19
|
* Full .dll-name in config option for ScriptEngine. Loading only scriptengine ↵Tedd Hansen2008-01-023-2/+5
| | | | | | | specified in config. ScriptServer will still not start!
* * Refactored out function to load specified AssetSet Xmllbsa712008-01-021-1/+1
| | | | | This commit dedicated to 'Mohawk - Bad Girls (Need Love Too)'
* * Added using as per mail to see if that does anything for Ursulas build ↵lbsa712008-01-021-0/+1
| | | | issues. Thanks Ursula!
* * Updates UserServer Teravus Ovares2008-01-022-2/+102
| | | | | | | | * Updates OSG1UserServices * Friends list is now persistent in grid mode. * You can add, new friends and remove them
* Move unused inventory files into the atticJustin Clarke Casey2007-12-311-2/+2
|
* Set svn:eol-style and svn:ignore.Jeff Ames2007-12-312-53/+53
|
* Standard library folders can now be configued in the xml in ↵Justin Clarke Casey2007-12-312-3/+8
| | | | | | | | inventory/OpenSimLibrary - no hardcoded changes are required. For some reason, all the folders are currently showing up as texture folders, even though they are configured with the same types as the agent inventory folders. This should be resolved soon.
* Comments + fix = in theory stand alone script server + "RemoteSevrver" ↵Tedd Hansen2007-12-302-4/+14
| | | | ScriptEngine (as opposed to "DotNetEngine") should work for a single region. It will however not work because it doesn't have two-way communication.
* server->script event path almost ready for remote scriptengine (translation ↵Tedd Hansen2007-12-302-0/+52
| | | | table between local script ID and remote script ID missing)
* Remove now dead codeJustin Clarke Casey2007-12-281-44/+0
|
* Factor out common asset loading from AssetServerBase and Grid/AssetServer/MainJustin Clarke Casey2007-12-281-24/+12
|
* Move inventory contents configuration files to bin/inventory folderJustin Clarke Casey2007-12-281-3/+3
|
* * Optimized usingslbsa712007-12-2716-137/+142
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* Clean up the region initialization GridServer messages a bit.Charles Krinke2007-12-231-6/+8
|
* Simplify GridServer mainmap log messages.Charles Krinke2007-12-231-5/+6
|
* Remove a now unnecessary bit of inventory log verbosityJustin Clarke Casey2007-12-221-1/+2
|
* * Fixed UserServer crash when it's passed 00000000000000000000000000 as the ↵Teravus Ovares2007-12-211-3/+28
| | | | | | | UUID. * It turns out that by proxy, this means that you won't have to look up people's UUID anymore in grid mode, If the UUID is LLUUID.Zero, it tries to look up avatar by name.
* Comment out "METHOD BY UUID CALLED" WriteLine as it isCharles Krinke2007-12-201-1/+2
| | | | | obscuring the UserServer console for now.
* * Added a configuration parameter on the Grid Server to disallow forceful ↵Teravus Ovares2007-12-201-0/+2
| | | | | | | banlists. * Added a way for Grid based configuration parameters to (generally used in overriding functionality) to get to the regions on Registration.
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames2007-12-207-32/+32
| | | | Works with LibSL rev>1532
* * Removed redundant code in RestService.csAdam Frisby2007-12-181-8/+1
| | | | | | | | * Removed unchecked TryParse, replaced with Parse as we were not checking for success and could lead to weirdness if an exception is ignored. * Removed unused variable m_newAvatar * Removed several unused try{}catch(Exception e){}'s. * Added null assignment in simpleapp to prevent warning.
* More subtle message tuning of log messages.Charles Krinke2007-12-161-1/+1
|