aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Servers/OpenSim.Servers.dll.build (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed the Servers directory to OpenSim.ServersMW2007-04-111-48/+0
|
* Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW2007-04-111-48/+48
| | | | | | | scripting Engines. Added the work in progress JVM scripting engine.
* Added POST handler for /sims/ in the grid servergareth2007-04-111-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
* * built binaries, pdb's and user files should not be under version control.lbsa712007-04-111-48/+48
| | | | | | | * updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files
* Fixed "teh bug"gareth2007-04-101-48/+48
|
* * Added Primitive2 to vs2005 solutionlbsa712007-04-041-48/+48
| | | | | * Apparently, Prebuild thinks DEBUG should be in there.
* Finished initial sim<>Grid login (kinda)gareth2007-04-031-48/+48
| | | | | | | Can login but no config data sent/updated yet
* Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic ↵MW2007-04-021-48/+48
| | | | configuration method, so that it is easier to load configuration data from a ogs server
* Added new REST protocol (partially complete)gareth2007-04-021-48/+48
| | | | | | | | Made sim profiles load from DB Updated build files for grid server Added sim login
* * updated build fileslbsa712007-03-301-0/+1
|
* * Moved LoginServer and LocalUserProfileManager to OpenSim.Serverslbsa712007-03-291-0/+2
|
* Added lbsa71's http server changes. MW2007-03-291-0/+2
| | | | | | 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)
* RIP OpenSimRoot. (removed)MW2007-03-281-1/+0
| | | | | | Merged most of the bug fixes etc in from LLdemo branch. Added the textures from that branch.
* * revert the revert - begin the beguinelbsa712007-03-271-1/+2
|
* * Reverting todays work. It was worth a try.lbsa712007-03-271-1/+1
|
* * Introduced BaseHttpServer (doing nothing at the moment)lbsa712007-03-271-1/+1
| | | | | * Removed OpenSimRoot dependencies from SimClient and AgentAssetUpload. 2 down, 7 left to go.
* * Prebuild breaks nant build if project is empty. Quick fix : add dummy filelbsa712007-03-271-0/+1
|
* * Enabled the OpenSim.Servers projectlbsa712007-03-271-1/+0
|
* * Now there's one Console class, and instead the apps responds to cmd's and ↵lbsa712007-03-271-0/+43
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)