Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-07-11 | * Wiping trunk in prep for Sugilite | Adam Frisby | 1 | -271/+0 | |
2007-06-20 | * and done the same for OGS.. | Adam Frisby | 1 | -3/+3 | |
2007-06-11 | Seems someone deleted BaseServer.cs without removing references to it | MW | 1 | -1/+1 | |
2007-06-08 | Re-imported OpenGridServices from trunk | MW | 1 | -0/+271 | |
2007-06-08 | Deleted OpenGridServices folder as the easiest way to reimport the latest ↵ | MW | 1 | -272/+0 | |
version from trunk | |||||
2007-06-05 | * Finished adding licensing declarations to everything (3/3) | Adam Frisby | 1 | -7/+6 | |
2007-06-05 | * Fixed OGS build | Adam Frisby | 1 | -6/+6 | |
* Converted to new console interfaces * Fixed other minor issues which somehow snuck in | |||||
2007-05-28 | DB4o is re-tah-ded. (Changed default DB provider to MySQL) | Adam Frisby | 1 | -1/+1 | |
2007-05-28 | * Upped status check to once every 3 hours (from 5 minutes) | Adam Frisby | 1 | -2/+2 | |
* Disabled GridManager for the moment (requires better security for public grids) | |||||
2007-05-25 | Possible my last ever OpenSim/OGS contribution (if I continue to feel like ↵ | MW | 1 | -24/+57 | |
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-24 | Renamed the new Directories. (removed the "-Source" from the end of them) | MW | 1 | -0/+0 | |
2007-05-24 | Some more code refactoring, plus a restructuring of the directories so that ↵ | MW | 1 | -0/+0 | |
the Grid servers can be a separate solution to the region server. | |||||
2007-05-20 | * Minor tweaks with new userserver | Adam Frisby | 1 | -1/+1 | |
* 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 | |||||
2007-05-20 | Add XmlRpcMapBlockMethod handlers to service map-block XmlRpc requests from ↵ | morphw | 1 | -0/+1 | |
region servers (on behalf of users) | |||||
2007-05-17 | Fixed grid management agent | gareth | 1 | -2/+2 | |
2007-05-14 | Check if we have arguments before processing them. | Adam Frisby | 1 | -1/+4 | |
2007-05-14 | * Commented out GridManager lines until they are checked into SVN | Adam Frisby | 1 | -1/+1 | |
* Added new GetProfilesInRange(x,y,x,y) data function to return sim profiles between certain coordinates (for use with World Map information, etc). Implemented in GridServer.Data.Mysql - stub functions placed in other data providers. | |||||
2007-05-14 | Unbreaking trunk kthxbai! | Adam Frisby | 1 | -1/+1 | |
2007-05-14 | Finished off adding the new management API to gridserver | gareth | 1 | -0/+11 | |
Updated VersionInfo.cs finally Updated prebuild and rebuilt nant build files Completed Management agent basics | |||||
2007-05-14 | Added -setuponly switch to gridserver | gareth | 1 | -5/+8 | |
KILLED THE GRIDSERVER'S CONSOLE VICIOUSLY AND WITHOUT MERCY!!!! Added gridserver setup to InitSetup() in ServiceManager | |||||
2007-05-13 | Setting default grid server to DB4o | Adam Frisby | 1 | -1/+1 | |
2007-05-13 | * Fixed MySQL Grid Manager | Adam Frisby | 1 | -2/+2 | |
* Added preliminary support for DB UserServer (incomplete) * Added better handling of defaults to Grid Manager. * Renamed SQL/regions.sql to SQL/mysql-regions.sql. | |||||
2007-05-12 | EXTERM-INATED. (Add warnings produced by WriteLine change have been updated ↵ | Adam Frisby | 1 | -6/+6 | |
to include Log Priority) | |||||
2007-05-07 | Merged 0.1-prestable back into trunk :( | gareth | 1 | -2/+4 | |
2007-05-04 | Grid server V2.0! Now with extra crunchy SQL support. | Adam Frisby | 1 | -9/+15 | |
Status: * Prebuild will be broken, someone needs to update prebuild.xml with the new dependencies. * The sim status check function does not yet function. * Sims must be manually added to the database - automatic insertion isnt supported yet. | |||||
2007-04-26 | added just what opensim needs...yet another command line option: -noverbose ↵ | MW | 1 | -4/+4 | |
. 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-13 | Fixed weird XML/HTTP bugs | gareth | 1 | -15/+5 | |
Can now update a sim profile at startup automatically! W00t! Untested neighbours code (for sim crossings) Didn't drink any red bull today :( Used liquid guarana extract + cola | |||||
2007-04-12 | aaaaaaarrrrrrrrrggggghhhhhhhh why oh why? | gareth | 1 | -2/+5 | |
2007-04-11 | * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServer | lbsa71 | 1 | -51/+81 | |
* Now dumping default value in config. * | |||||
2007-04-11 | * Started on converting UserHTTPServer to BaseHttpServer | lbsa71 | 1 | -0/+1 | |
* Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler | |||||
2007-04-02 | minor bug | gareth | 1 | -1/+1 | |
2007-04-02 | Moved grid configuration to Db4o database | gareth | 1 | -15/+35 | |
2007-04-02 | Added sim check timer | gareth | 1 | -2/+38 | |
2007-04-02 | Added new REST protocol (partially complete) | gareth | 1 | -4/+11 | |
Made sim profiles load from DB Updated build files for grid server Added sim login | |||||
2007-03-28 | * log file name conflict | lbsa71 | 1 | -1/+1 | |
2007-03-27 | * Now there's one Console class, and instead the apps responds to cmd's and ↵ | lbsa71 | 1 | -201/+90 | |
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-25 | Finished adding the grid server to prebuild | gareth | 1 | -55/+33 | |
2007-03-24 | Brought in the OGS user server into the main trunk (in a rather messy way) | gareth | 1 | -6/+84 | |
2007-03-22 | brought zircon branch into trunk | gareth | 1 | -0/+0 | |
2007-03-14 | Merged ogs-cs into trunk | gareth | 1 | -89/+59 | |
2007-03-13 | added movement etc from r191 | gareth | 1 | -17/+26 | |
2007-03-13 | Rolled back all but the VS solution | gareth | 1 | -26/+17 | |
2007-03-13 | -- Trying to get trunk to run from first build | lbsa71 | 1 | -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-08 | Primitive's shape and scale are now saved into database and reloaded. | MW | 1 | -13/+18 | |
New ServerConsole command: regenerate - will regenerate the terrain of the whole sim. | |||||
2007-03-08 | Another attemp to fix the Session Logout bug | MW | 1 | -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-07 | fixed last screwup | gareth | 1 | -0/+0 | |
2007-03-07 | Imported branch | gareth | 1 | -0/+194 | |