Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More reordering | Melanie | 2009-09-28 | 1 | -40/+40 |
| | |||||
* | Reorder prebuild stuff to make panda eat bamboo in peace | Melanie | 2009-09-28 | 1 | -43/+43 |
| | |||||
* | Fixed the connection from User server to GridServer. | Diva Canto | 2009-09-27 | 1 | -0/+3 |
| | |||||
* | Unpacking the mess with OtherRegionUp, so we can have a real cache of the ↵ | Diva Canto | 2009-09-27 | 1 | -0/+2 |
| | | | | neighbours in the grid service modules. | ||||
* | Added test GridClient, which allowed me to remove a few bugs out of the new ↵ | Diva Canto | 2009-09-24 | 1 | -0/+29 |
| | | | | code. | ||||
* | Unit tests for the grid service. Yey! | Diva Canto | 2009-09-23 | 1 | -0/+1 |
| | |||||
* | Added HGGridConnector and related code. | Diva Canto | 2009-09-22 | 1 | -0/+1 |
| | |||||
* | Adding Xml serialization of Dictionary<string, object> where object | Melanie | 2009-09-19 | 1 | -0/+1 |
| | | | | | is either another Dictionary<string, object> or a value that is convertible to a string. | ||||
* | Reorder prebuild and remove one unneeded backward reference | Melanie | 2009-09-19 | 1 | -29/+29 |
| | |||||
* | Renamed the project lslc to OpenSim.Tools.lslc to conform to the naming ↵ | Diva Canto | 2009-09-18 | 1 | -1/+1 |
| | | | | conventions so far. Added copyright to it. | ||||
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-09-18 | 1 | -64/+0 |
|\ | |||||
| * | Remove The legacy inventory and asset servers. Bump interface version to 6 | Melanie | 2009-09-17 | 1 | -64/+0 |
| | | |||||
* | | First pass at the grid service. | Diva Canto | 2009-09-18 | 1 | -0/+31 |
|/ | |||||
* | Add the Null storage implementation for the RegionData service. Standalones | Melanie | 2009-09-16 | 1 | -0/+1 |
| | | | | have no regions table, so this is needed | ||||
* | This fix adds a stand-alone compilation environment | Alan M Webb | 2009-09-16 | 1 | -0/+27 |
| | | | | | | | | | for OpenSIm scripts. It makes it very easy to address coding issues before going in-world to try a script out. This is a HUGE time saver if you're doing anything significant with scripts. Signed-off-by: dr scofield (aka dirk husemann) <drscofield@xyzzyxyzzy.net> | ||||
* | OK, that didn't work. Those libs are used in OptionalModules after all. | Diva Canto | 2009-09-14 | 1 | -0/+3 |
| | |||||
* | Removed dependencies that OptionalModules had on IronPython and Puma. They ↵ | Diva Canto | 2009-09-14 | 1 | -3/+0 |
| | | | | are not used. | ||||
* | The stubs for an authorization service, at the moment the service will ↵ | Rob Smart | 2009-09-10 | 1 | -0/+31 |
| | | | | always grant access to an avatar entering the region if requested. | ||||
* | Implement plain password authentication partway. Tested, but no user | Melanie | 2009-09-04 | 1 | -0/+2 |
| | | | | functionality yet. | ||||
* | Thank you, dslake, for a set of patches to improve OpenSim startup | Melanie | 2009-09-02 | 1 | -0/+2 |
| | | | | and idle performance. | ||||
* | * Another attempt at fixing the random spurious test error. | Teravus Ovares (Dan Olivares) | 2009-08-26 | 1 | -2/+7 |
| | | | | * This time it might be the listening socket thread from HttpServer aborting with a non blocking thread abort exception. Hopefully calling Stop() on MainServer.Instance will solve that. | ||||
* | Add reference to OpenMetaverse.dll to UserServer.Modules to make MSVS happy | Melanie | 2009-08-26 | 1 | -0/+1 |
| | |||||
* | A slightly modified version of | Teravus Ovares (Dan Olivares) | 2009-08-25 | 1 | -0/+1 |
| | | | | http://opensimulator.org/mantis/view.php?id=4040 by jhurliman. The patch didn't match up, so I winged it here. My effort to manually merge the patch seems to make sense, so I'm going to commit it. | ||||
* | Remove the AssetInventory server from core. It has fallen behind both | Melanie | 2009-08-20 | 1 | -122/+0 |
| | | | | | | upstream and the reference implementation to the point where it is no longer usable. It has no known users, and sinnce it doesn't work anymore, it is safe to assume that no one has used it in a long time. | ||||
* | Graft the REST console onto the message server as well. What a dirty hack! | Melanie | 2009-08-19 | 1 | -0/+1 |
| | | | | Works the same as the others. | ||||
* | Graft the REST console onto the grid server. Same procedure as with | Melanie | 2009-08-19 | 1 | -0/+1 |
| | | | | the user server. | ||||
* | Add rest console support to the user server. Will ask new questions at | Melanie | 2009-08-19 | 1 | -0/+1 |
| | | | | | | startup. To use, run it normally once, answering the questions, then run again with -console=rest. Also now supports -console=basic for a console that reads stdin | ||||
* | Apply http://opensimulator.org/mantis/view.php?id=4016 | Justin Clark-Casey (justincc) | 2009-08-17 | 1 | -0/+1 |
| | | | | | Make previously hidden cookies available to code Thanks jhurliman | ||||
* | Add System.Xml reference to the console project | Melanie | 2009-08-17 | 1 | -0/+1 |
| | |||||
* | Add the OpenSim.ConsoleClient app. | Melanie | 2009-08-17 | 1 | -0/+32 |
| | | | | | Usage: OpenSim.ConsoleClient -h <host> -p <port> -u <user> -P <pass> host defaults to localhost, port defaults to 8003. | ||||
* | Filling in the blanks: The "meat" of the REST console | Melanie | 2009-08-17 | 1 | -0/+2 |
| | |||||
* | * More improvements to BasicAssetTest.cs | Kunnis | 2009-08-16 | 1 | -0/+1 |
| | |||||
* | * Kunnis' third patch in mantis: ↵ | Teravus Ovares (Dan Olivares) | 2009-08-14 | 1 | -112/+113 |
| | | | | | | http://opensimulator.org/mantis/view.php?id=3993 * Sets the assembly target of all projects to .NET 3.5. I was asked to apply this by Diva to resolve a build issue with LinQ on Visual Studio 2008 but I have not tested it personally. | ||||
* | * Adds two tests to OpenSim.Framework.Tests. *AgentCircuitData test to ↵ | Teravus Ovares (Dan Olivares) | 2009-08-13 | 1 | -0/+1 |
| | | | | ensure that the Packing and unpacking method to and from OSD works as expected called, TestAgentCircuitDataOSDConversion. Also created a HistoricalAgentCircuitDataOSDConversion to ensure that any changes in the way the json wire format is parsed warns us via this test. | ||||
* | * Fix test failure by setting up MainConsole.Instance in ↵ | Justin Clark-Casey (justincc) | 2009-08-10 | 1 | -0/+1 |
| | | | | SceneSetupHelpers.SetupScene() | ||||
* | Remove the OpenSim.Services.exe project | Melanie | 2009-08-07 | 1 | -33/+0 |
| | |||||
* | Remove the forge module patch insertion area from prebuild.xml | Melanie | 2009-08-06 | 1 | -10/+0 |
| | |||||
* | Fix prebuild include syntax | Melanie | 2009-08-05 | 1 | -1/+1 |
| | |||||
* | Comment the include line as it seems our prebuild can't handle it. | Melanie | 2009-08-05 | 1 | -1/+1 |
| | |||||
* | Add include line to prebuild | Melanie | 2009-08-05 | 1 | -0/+2 |
| | |||||
* | Add the region module shell for the new freeswitch service | Melanie | 2009-08-04 | 1 | -1/+5 |
| | |||||
* | Adding the plumbing for a ROBUST freeswitch service | Melanie | 2009-08-04 | 1 | -0/+31 |
| | |||||
* | Some module reshuffling, no user functionality yet | Melanie Thielker | 2009-07-10 | 1 | -38/+0 |
| | |||||
* | Create a MainServer static class to access the regions server's HTTP server | Melanie Thielker | 2009-07-10 | 1 | -0/+1 |
| | |||||
* | A stab at fixong a Windows build break | Melanie Thielker | 2009-07-07 | 1 | -0/+1 |
| | | | | | | Mantis #3872 | ||||
* | Committing the basic universal server Technology (B.U.S.T.) | Melanie Thielker | 2009-07-07 | 1 | -0/+33 |
| | |||||
* | * Fixed some prebuild ref issues | lbsa71 | 2009-06-22 | 1 | -2/+1 |
| | |||||
* | Moved OpenSim/Framework/Communications/Capabilities up to ↵ | diva | 2009-06-18 | 1 | -0/+44 |
| | | | | OpenSim/Framework/Capabilities. Didn't change the namespace because VC# is not helping, and this would imply manually changing more than 50 files. So the namespace is still OpenSim.Framework.Communications.Capabilities, to be cleaned up later by someone with more energy. | ||||
* | Removing the OpenSim.SimulatorServices project. All of those region modules ↵ | diva | 2009-06-15 | 1 | -35/+1 |
| | | | | are now in CoreModules/ServiceConnectorsIn, where they belong. | ||||
* | Pulled out HelloNeighbour into its own service, INeighbourService, which may ↵ | diva | 2009-06-14 | 1 | -0/+2 |
| | | | | get more functions as we go along. It's a very simple service and service connectors, and it served primarily to establish the design of services that dependent on Scenes and that must always have a local connector. More refactoring coming, as this showed how to do it right. |