aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices.UserServer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-246-1041/+0
| | | | the Grid servers can be a separate solution to the region server.
* * Minor tweaks with new userserverAdam Frisby2007-05-201-12/+19
| | | | | | | | * Fixed password encoding to match MD5 standard properly. * Fixed exception caused on user first login (minor) * Fixed exception caused by incorrect username (minor) * Returns login error rather than grid error if username is incorrect
* Finished adding commentsAdam Frisby2007-05-201-0/+61
|
* * Switching back to MySqlAdam Frisby2007-05-201-1/+2
|
* * DB4o support made defaultAdam Frisby2007-05-202-1/+18
| | | | | * Some comments
* Infact, so fresh it didnt even load a database connection!Adam Frisby2007-05-201-5/+1
|
* Adam proudly presents: A new user/login server - fresh to you from his ↵Adam Frisby2007-05-202-14/+346
| | | | desktop, and completely untested!
* * Fixed depreciated warning in MSSQL ManagerAdam Frisby2007-05-201-0/+51
| | | | | * Added support for user agents in the Userserver UserManager
* * TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby2007-05-191-50/+50
| | | | | | | changed something. * Updated solution files & build files via prebuild.
* Added session IDs to the grid management agentgareth2007-05-181-50/+50
|
* More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW2007-05-172-182/+182
| | | | class a bit and added a WorldBase class (that World now inherits from)
* rebuilt build filesgareth2007-05-162-182/+182
| | | | | | Imported crappy monodevelop GTK# manager app (tis embarrassing)
* Updating nant/solution files.Adam Frisby2007-05-162-30/+29
|
* Let stuff be broken!Adam Frisby2007-05-163-18/+138
|
* Added OpenSimApplication as a base class to OpenSimMainMW2007-05-161-48/+48
|
* FIXED THE BUILD!gareth2007-05-161-48/+48
|
* updated Build/project files to include the new projects and new files.MW2007-05-151-48/+48
| | | | | Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
* Added skeleton master service managergareth2007-05-131-48/+48
|
* EXTERM-INATED. (Add warnings produced by WriteLine change have been updated ↵Adam Frisby2007-05-121-10/+7
| | | | to include Log Priority)
* * Changed homepos default to 150m from original of 23 which could be ↵Adam Frisby2007-05-121-1/+1
| | | | | | | underground. * Need to create new user accounts for this to take effect.
* * deleted bin directorieslbsa712007-05-081-48/+48
| | | | | | * ignored bin directories * regenerated nant files
* Copied gridserver ready to convert to asset servergareth2007-04-291-48/+48
| | | | | | I'M THAT NUTS!!!!!!!!
* added just what opensim needs...yet another command line option: -noverbose ↵MW2007-04-261-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)
* updated to use lastest version of libsl but is currently broke when using SL ↵MW2007-04-252-0/+7
| | | | viewer 1.15.02, due to big changes in the message templates.
* === Dedicated to Jesse. ===lbsa712007-04-221-47/+47
| | | | | | * Deleted empty directory
* Added OpenGridProtocol class - start of the new TCP-based intersim protocol, ↵gareth2007-04-211-47/+47
| | | | | | | | | very basic skeleton First commit since we lost JesseMalt - Dedicated to their memory
* * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa712007-04-114-261/+103
| | | | | | * Now dumping default value in config. *
* * Started on converting UserHTTPServer to BaseHttpServerlbsa712007-04-112-12/+14
| | | | | | * Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
* Renamed the Servers directory to OpenSim.ServersMW2007-04-111-1/+1
|
* * Introduced BaseHttpServer as base for UserHTTPServer and GridHTTPServerlbsa712007-04-113-2/+10
|
* Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW2007-04-111-47/+47
| | | | | | | scripting Engines. Added the work in progress JVM scripting engine.
* Added POST handler for /sims/ in the grid servergareth2007-04-112-72/+83
| | | | | | | | | 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-112-55/+47
| | | | | | | * updated vs2005 and nant targets * added some build files * ignored some binaries, pdb's and user files
* Fixed "teh bug"gareth2007-04-101-47/+47
|
* * Added Primitive2 to vs2005 solutionlbsa712007-04-041-47/+47
| | | | | * Apparently, Prebuild thinks DEBUG should be in there.
* Finished initial sim<>Grid login (kinda)gareth2007-04-031-47/+47
| | | | | | | Can login but no config data sent/updated yet
* Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic ↵MW2007-04-022-47/+51
| | | | configuration method, so that it is easier to load configuration data from a ogs server
* Added help linegareth2007-04-021-6/+7
|
* Added DB backing for user profilesgareth2007-04-021-2/+28
| | | | | | Added "create profile command"
* Finished adding Db4o support to user profile managergareth2007-04-021-0/+1
|
* Moved database storage of the world map to the Db4LocalStorage so its in the ↵MW2007-04-021-110/+110
| | | | same database as in world prims are stored.
* Finished putting user server config into Db4ogareth2007-04-021-42/+41
|
* Added OpenUser.Config projectgareth2007-04-021-110/+110
|
* Fixed VS2005 solution/project filesMW2007-04-021-110/+110
|
* Added new REST protocol (partially complete)gareth2007-04-022-156/+156
| | | | | | | | Made sim profiles load from DB Updated build files for grid server Added sim login
* * fixed some Framework refslbsa712007-03-311-4/+6
|
* * updated build fileslbsa712007-03-301-25/+18
|
* Started to add a few features to the web front end that should be useful ↵MW2007-03-301-18/+25
| | | | | | | during debugging. First such feature is that you can see a list of any connected clients inventory.
* When you change the name of a inventory item, it should no longer revert ↵MW2007-03-291-95/+107
| | | | after a logout / login
* * Naaw, -realphysx is too much to asklbsa712007-03-291-2/+2
| | | | | * Genning proj Guids from name hash, for great justice