aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices.GridServer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Minor tweaks with new userserverAdam Frisby2007-05-201-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
* Add XmlRpcMapBlockMethod handlers to service map-block XmlRpc requests from ↵morphw2007-05-202-0/+58
| | | | region servers (on behalf of users)
* * TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby2007-05-192-52/+51
| | | | | | | changed something. * Updated solution files & build files via prebuild.
* Added bool requirePublic to gridserver. Disabled by default.Adam Frisby2007-05-181-1/+3
|
* Added session IDs to the grid management agentgareth2007-05-181-51/+51
|
* More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW2007-05-172-189/+189
| | | | class a bit and added a WorldBase class (that World now inherits from)
* Fixed grid management agentgareth2007-05-171-2/+2
|
* rebuilt build filesgareth2007-05-162-189/+189
| | | | | | Imported crappy monodevelop GTK# manager app (tis embarrassing)
* Let stuff be broken!Adam Frisby2007-05-161-1/+6
|
* Added OpenSimApplication as a base class to OpenSimMainMW2007-05-161-51/+51
|
* FIXED THE BUILD!gareth2007-05-161-51/+51
|
* updated Build/project files to include the new projects and new files.MW2007-05-152-51/+57
| | | | | Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
* Fixing numerical typo in fast mode.Adam Frisby2007-05-141-1/+1
|
* * Added new "fast mode" region neighbour establishment. Reduces query count ↵Adam Frisby2007-05-141-13/+61
| | | | by 88% when connecting a new sim to the grid. Only compatible with the MySQL data provider right now - disabled by default. Reenable on line 181 of GridManager.cs
* Check if we have arguments before processing them.Adam Frisby2007-05-141-1/+4
|
* * Commented out GridManager lines until they are checked into SVNAdam Frisby2007-05-141-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.
* Unbreaking trunk kthxbai!Adam Frisby2007-05-141-1/+1
|
* Finished off adding the new management API to gridservergareth2007-05-142-0/+12
| | | | | | | | Updated VersionInfo.cs finally Updated prebuild and rebuilt nant build files Completed Management agent basics
* Added -setuponly switch to gridservergareth2007-05-141-5/+8
| | | | | | | KILLED THE GRIDSERVER'S CONSOLE VICIOUSLY AND WITHOUT MERCY!!!! Added gridserver setup to InitSetup() in ServiceManager
* Added skeleton master service managergareth2007-05-131-50/+50
|
* Setting default grid server to DB4oAdam Frisby2007-05-131-1/+1
|
* * Fixed MySQL Grid ManagerAdam Frisby2007-05-132-4/+20
| | | | | | | * Added preliminary support for DB UserServer (incomplete) * Added better handling of defaults to Grid Manager. * Renamed SQL/regions.sql to SQL/mysql-regions.sql.
* EXTERM-INATED. (Add warnings produced by WriteLine change have been updated ↵Adam Frisby2007-05-122-14/+14
| | | | to include Log Priority)
* * deleted bin directorieslbsa712007-05-081-50/+50
| | | | | | * ignored bin directories * regenerated nant files
* Merged 0.1-prestable back into trunk :(gareth2007-05-072-22/+27
|
* You can now save profiles to a database. (Zomg!)Adam Frisby2007-05-051-1/+11
|
* Run prebuild to generate working project files.Adam Frisby2007-05-051-2/+8
|
* Cleaned up Adam's messgareth2007-05-051-1/+2
|
* Comments sucker!Adam Frisby2007-05-041-4/+49
|
* Sims can now load their datastore (their localworld class - ↵Adam Frisby2007-05-041-1/+1
| | | | prims/terrain/etc) from a file indicated by the grid server. This allows you to have a floating pool of regions tasked to whichever region they need to be at any time.
* Part 1/2 - loading sim datafiles from remote servers. (Floating grid, here ↵Adam Frisby2007-05-041-0/+3
| | | | we come!)
* * Deleted old sim profilesAdam Frisby2007-05-042-328/+286
| | | | | | * Added new grid manager replacement
* Grid server V2.0! Now with extra crunchy SQL support.Adam Frisby2007-05-041-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.
* Committing OpenGrid.Framework.Data and MySql Adaptor - not in functional ↵Adam Frisby2007-05-041-1/+1
| | | | state yet, posted for reference and future use.
* Copied gridserver ready to convert to asset servergareth2007-04-291-49/+49
| | | | | | I'M THAT NUTS!!!!!!!!
* added just what opensim needs...yet another command line option: -noverbose ↵MW2007-04-261-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)
* 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.
* Small clean up of files and directoriesMW2007-04-251-159/+182
|
* === Dedicated to Jesse. ===lbsa712007-04-221-48/+48
| | | | | | * Deleted empty directory
* Added OpenGridProtocol class - start of the new TCP-based intersim protocol, ↵gareth2007-04-211-48/+48
| | | | | | | | | very basic skeleton First commit since we lost JesseMalt - Dedicated to their memory
* W00t! multiple sims!gareth2007-04-151-1/+3
| | | | | | | | | Misc bugfixes Child agents!!!!!! General sexy stuff
* In the grid, there is life!gareth2007-04-141-2/+4
| | | | | | OGS now functional again, can login! w00t
* Fixed weird XML/HTTP bugsgareth2007-04-132-38/+47
| | | | | | | | 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
* aaaaaaarrrrrrrrrggggghhhhhhhh why oh why?gareth2007-04-122-73/+62
|
* * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa712007-04-115-383/+256
| | | | | | * Now dumping default value in config. *
* * Started on converting UserHTTPServer to BaseHttpServerlbsa712007-04-112-4/+10
| | | | | | * 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-48/+48
| | | | | | | scripting Engines. Added the work in progress JVM scripting engine.
* Added POST handler for /sims/ in the grid servergareth2007-04-112-67/+139
| | | | | | | | | 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