aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices/OpenGridServices.UserServer/Main.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-216/+0
2007-06-26*Added support for reservations in OpenGridServices (mysql only for now)mingchen1-4/+4
*SQL file coming soon (as soon as I can figure out how to get the
2007-06-20* and done the same for OGS..Adam Frisby1-7/+7
2007-06-11Seems someone deleted BaseServer.cs without removing references to itMW1-1/+1
2007-06-09* Just for the heck of it - added a UUID based equivilent too.Adam Frisby1-0/+3
2007-06-09* Sugilite user server can now return user profile information by account ↵Adam Frisby1-4/+4
name (Hi MingChen) - uses the REST GET /user/name/ method.
2007-06-08Re-imported OpenGridServices from trunkMW1-0/+216
2007-06-08Deleted OpenGridServices folder as the easiest way to reimport the latest ↵MW1-217/+0
version from trunk
2007-06-05* Finished adding licensing declarations to everything (3/3)Adam Frisby1-7/+6
2007-06-05* Fixed OGS buildAdam Frisby1-6/+6
* Converted to new console interfaces * Fixed other minor issues which somehow snuck in
2007-05-28DB4o is re-tah-ded. (Changed default DB provider to MySQL)Adam Frisby1-1/+1
2007-05-25Possible my last ever OpenSim/OGS contribution (if I continue to feel like ↵MW1-18/+38
this): Re-added a CLI "create user" command to the userserver, only currently works if using DB4o as the database provider. Added Xml config files to both the UserServer and Gridserver (UserServerConfig.xml and GridServerConfig.xml), so that the database provider can be set in it. (both currently default to DB4o , so maybe Adam will want to change it back to defaulting to MySQL)
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-0/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-0/+0
the Grid servers can be a separate solution to the region server.
2007-05-20* Switching back to MySqlAdam Frisby1-1/+2
2007-05-20* DB4o support made defaultAdam Frisby1-1/+1
* Some comments
2007-05-20Infact, so fresh it didnt even load a database connection!Adam Frisby1-5/+1
2007-05-20Adam proudly presents: A new user/login server - fresh to you from his ↵Adam Frisby1-8/+12
desktop, and completely untested!
2007-05-16Let stuff be broken!Adam Frisby1-0/+6
2007-05-12EXTERM-INATED. (Add warnings produced by WriteLine change have been updated ↵Adam Frisby1-10/+7
to include Log Priority)
2007-05-12* Changed homepos default to 150m from original of 23 which could be ↵Adam Frisby1-1/+1
underground. * Need to create new user accounts for this to take effect.
2007-04-26added just what opensim needs...yet another command line option: -noverbose ↵MW1-1/+1
. cut down on the system console output (should really be stopping it all but not all output is going through OpenSim.Framework.Console)
2007-04-11* Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa711-103/+103
* Now dumping default value in config. *
2007-04-11* Started on converting UserHTTPServer to BaseHttpServerlbsa711-0/+6
* Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
2007-04-11Added POST handler for /sims/ in the grid servergareth1-25/+36
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-02Added help linegareth1-6/+7
2007-04-02Added DB backing for user profilesgareth1-2/+28
Added "create profile command"
2007-04-02Finished putting user server config into Db4ogareth1-42/+41
2007-03-28* log file name conflictlbsa711-1/+1
2007-03-27* Now there's one Console class, and instead the apps responds to cmd's and ↵lbsa711-162/+53
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)
2007-03-24Brought in the OGS user server into the main trunk (in a rather messy way)gareth1-6/+84
2007-03-22brought zircon branch into trunkgareth1-0/+0
2007-03-14Merged ogs-cs into trunkgareth1-89/+59
2007-03-13added movement etc from r191gareth1-17/+26
2007-03-13Rolled back all but the VS solutiongareth1-26/+17
2007-03-13-- Trying to get trunk to run from first buildlbsa711-17/+26
* Collected required dll's into /bin * Moved timer start for great justice * Added some Writes to Console, and a Status field * Added dumb NullPhysicsScene and NullPhysicsActor that kicks in if Physics Plugin not specified * Svn-ignored a shitload
2007-03-08Primitive's shape and scale are now saved into database and reloaded.MW1-13/+18
New ServerConsole command: regenerate - will regenerate the terrain of the whole sim.
2007-03-08Another attemp to fix the Session Logout bugMW1-2/+5
World map data is now saved in database and recovered on startup. Primitives are now backed up to a local database and reloaded on startup.
2007-03-07fixed last screwupgareth1-0/+0
2007-03-07Imported branchgareth1-0/+194