aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Servers (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-04-11Renamed the Servers directory to OpenSim.ServersMW8-1192/+0
2007-04-11Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW1-48/+48
scripting Engines. Added the work in progress JVM scripting engine.
2007-04-11Added POST handler for /sims/ in the grid servergareth1-48/+48
Removed asset/user config in grid mode in the region server Added "create user" command in the user server console Begun buggy code to send sim details to the grid at startup Drank whole pack of red bull in one night and made stupid jokes in SVN logs and C# comments
2007-04-11* built binaries, pdb's and user files should not be under version control.lbsa711-48/+48
* updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files
2007-04-10Fixed "teh bug"gareth1-48/+48
2007-04-04* Added Primitive2 to vs2005 solutionlbsa711-48/+48
* Apparently, Prebuild thinks DEBUG should be in there.
2007-04-03Finished initial sim<>Grid login (kinda)gareth1-48/+48
Can login but no config data sent/updated yet
2007-04-02Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic ↵MW2-49/+49
configuration method, so that it is easier to load configuration data from a ogs server
2007-04-02Moved database storage of the world map to the Db4LocalStorage so its in the ↵MW1-115/+115
same database as in world prims are stored.
2007-04-02Added OpenUser.Config projectgareth1-115/+115
2007-04-02(no commit message)MW1-1/+3
2007-04-02Fixed VS2005 solution/project filesMW1-115/+115
2007-04-02Added new REST protocol (partially complete)gareth2-163/+163
Made sim profiles load from DB Updated build files for grid server Added sim login
2007-03-30* updated build fileslbsa712-0/+4
2007-03-30Added a LoginResponse class for LoginServer.andy2-38/+412
2007-03-30Started to add a few features to the web front end that should be useful ↵MW2-6/+6
during debugging. First such feature is that you can see a list of any connected clients inventory.
2007-03-29* Moved LoginServer and LocalUserProfileManager to OpenSim.Serverslbsa714-0/+422
2007-03-29* Now the rest handlers try to match path as close as possibly, so it's ↵lbsa712-5/+17
possible to add handlers for just a beginning of a path.
2007-03-29* RestMethod now uses same pattern as XmlRpcMethodlbsa712-22/+20
* Made /Admin use RestMethod * HttpServer is now a mini-webapp-server yay!
2007-03-29* Naaw, -realphysx is too much to asklbsa711-26/+23
* Genning proj Guids from name hash, for great justice
2007-03-29Added lbsa71's http server changes. MW5-0/+223
So it now has a single http listener that passes incoming requests to the correct handler. This means that logins (in sandbox mode) now go through this listener, which for now is listening on the port you set in startup (default 9000). (This needs changing so that the http listener and udp server are not using the same port)
2007-03-28RIP OpenSimRoot. (removed)MW1-1/+0
Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch.
2007-03-28* worked a little bit more on straigthening the startup procedure outlbsa711-17/+21
2007-03-27* revert the revert - begin the beguinelbsa714-343/+29
2007-03-27* Reverting todays work. It was worth a try.lbsa714-13/+335
2007-03-27* vaseline + duct-tape.lbsa711-1/+1
2007-03-27* Fixed yet another project ref fuck-up in Prebuild.lbsa711-24/+18
2007-03-27* Introduced BaseHttpServer (doing nothing at the moment)lbsa714-20/+35
* Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go.
2007-03-27* Prebuild breaks nant build if project is empty. Quick fix : add dummy filelbsa713-1/+6
2007-03-27* Enabled the OpenSim.Servers projectlbsa713-337/+1
2007-03-27* Now there's one Console class, and instead the apps responds to cmd's and ↵lbsa713-0/+471
show's * Removed Golden Future TCP/SimChat options * Moved Ode.NET.dll to bin and changed prebuild accordingly (due to Prebuild limitations) * Normalized some namespaces * Added FxCop project * Added (temp disabled) Servers project (for great justice)