aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices.GridServer (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW5-935/+0
the Grid servers can be a separate solution to the region server.
2007-05-20* Minor tweaks with new userserverAdam Frisby1-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-20Add XmlRpcMapBlockMethod handlers to service map-block XmlRpc requests from ↵morphw2-0/+58
region servers (on behalf of users)
2007-05-19* TortoiseSVN has an annoying red icon over stuff, this means I probably ↵Adam Frisby2-52/+51
changed something. * Updated solution files & build files via prebuild.
2007-05-18Added bool requirePublic to gridserver. Disabled by default.Adam Frisby1-1/+3
2007-05-18Added session IDs to the grid management agentgareth1-51/+51
2007-05-17More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW2-189/+189
class a bit and added a WorldBase class (that World now inherits from)
2007-05-17Fixed grid management agentgareth1-2/+2
2007-05-16rebuilt build filesgareth2-189/+189
Imported crappy monodevelop GTK# manager app (tis embarrassing)
2007-05-16Let stuff be broken!Adam Frisby1-1/+6
2007-05-16Added OpenSimApplication as a base class to OpenSimMainMW1-51/+51
2007-05-16FIXED THE BUILD!gareth1-51/+51
2007-05-15updated Build/project files to include the new projects and new files.MW2-51/+57
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
2007-05-14Fixing numerical typo in fast mode.Adam Frisby1-1/+1
2007-05-14* Added new "fast mode" region neighbour establishment. Reduces query count ↵Adam Frisby1-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
2007-05-14Check if we have arguments before processing them.Adam Frisby1-1/+4
2007-05-14* Commented out GridManager lines until they are checked into SVNAdam Frisby1-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-14Unbreaking trunk kthxbai!Adam Frisby1-1/+1
2007-05-14Finished off adding the new management API to gridservergareth2-0/+12
Updated VersionInfo.cs finally Updated prebuild and rebuilt nant build files Completed Management agent basics
2007-05-14Added -setuponly switch to gridservergareth1-5/+8
KILLED THE GRIDSERVER'S CONSOLE VICIOUSLY AND WITHOUT MERCY!!!! Added gridserver setup to InitSetup() in ServiceManager
2007-05-13Added skeleton master service managergareth1-50/+50
2007-05-13Setting default grid server to DB4oAdam Frisby1-1/+1
2007-05-13* Fixed MySQL Grid ManagerAdam Frisby2-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.
2007-05-12EXTERM-INATED. (Add warnings produced by WriteLine change have been updated ↵Adam Frisby2-14/+14
to include Log Priority)
2007-05-08* deleted bin directorieslbsa711-50/+50
* ignored bin directories * regenerated nant files
2007-05-07Merged 0.1-prestable back into trunk :(gareth2-22/+27
2007-05-05You can now save profiles to a database. (Zomg!)Adam Frisby1-1/+11
2007-05-05Run prebuild to generate working project files.Adam Frisby1-2/+8
2007-05-05Cleaned up Adam's messgareth1-1/+2
2007-05-04Comments sucker!Adam Frisby1-4/+49
2007-05-04Sims can now load their datastore (their localworld class - ↵Adam Frisby1-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.
2007-05-04Part 1/2 - loading sim datafiles from remote servers. (Floating grid, here ↵Adam Frisby1-0/+3
we come!)
2007-05-04* Deleted old sim profilesAdam Frisby2-328/+286
* Added new grid manager replacement
2007-05-04Grid server V2.0! Now with extra crunchy SQL support.Adam Frisby1-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-05-04Committing OpenGrid.Framework.Data and MySql Adaptor - not in functional ↵Adam Frisby1-1/+1
state yet, posted for reference and future use.
2007-04-29Copied gridserver ready to convert to asset servergareth1-49/+49
I'M THAT NUTS!!!!!!!!
2007-04-26added just what opensim needs...yet another command line option: -noverbose ↵MW1-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-25updated to use lastest version of libsl but is currently broke when using SL ↵MW2-0/+7
viewer 1.15.02, due to big changes in the message templates.
2007-04-25Small clean up of files and directoriesMW1-159/+182
2007-04-22=== Dedicated to Jesse. ===lbsa711-48/+48
* Deleted empty directory
2007-04-21Added OpenGridProtocol class - start of the new TCP-based intersim protocol, ↵gareth1-48/+48
very basic skeleton First commit since we lost JesseMalt - Dedicated to their memory
2007-04-15W00t! multiple sims!gareth1-1/+3
Misc bugfixes Child agents!!!!!! General sexy stuff
2007-04-14In the grid, there is life!gareth1-2/+4
OGS now functional again, can login! w00t
2007-04-13Fixed weird XML/HTTP bugsgareth2-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
2007-04-12aaaaaaarrrrrrrrrggggghhhhhhhh why oh why?gareth2-73/+62
2007-04-11* Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa715-383/+256
* Now dumping default value in config. *
2007-04-11* Started on converting UserHTTPServer to BaseHttpServerlbsa712-4/+10
* Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
2007-04-11Renamed the Servers directory to OpenSim.ServersMW1-1/+1
2007-04-11* Introduced BaseHttpServer as base for UserHTTPServer and GridHTTPServerlbsa713-2/+10
2007-04-11Changed so that a bin\ScriptEngines\ directory will be searched for ↵MW1-48/+48
scripting Engines. Added the work in progress JVM scripting engine.