aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Mother of all commits:Adam Frisby2008-01-153-11/+11
| | | | | | | * Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
* * Made it so that if you don't specify a key, the defaults will not be assumed.Adam Frisby2008-01-121-5/+6
| | | | | * If you wish to turn off key authentication, set the values to "" (null) in the grid config, and do the same in clients.
* * In the interests of making life difficult for everyone, the Grid Server ↵Adam Frisby2008-01-121-114/+127
| | | | now actually checks your authentication keys rather than ignoring them.
* * Adding More to the MessageServer classes.Teravus Ovares2008-01-071-0/+2
| | | | | * Don't forget to prebuild
* * A few more Message Server comms related updatesTeravus Ovares2008-01-062-1/+67
|
* Added code to gridserver to prevent new region from connecting at X,Y ↵Brian McBee2008-01-061-112/+128
| | | | location already used by an existing region.
* * Optimized usingslbsa712007-12-273-11/+12
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* Clean up the region initialization GridServer messages a bit.Charles Krinke2007-12-231-6/+8
|
* Simplify GridServer mainmap log messages.Charles Krinke2007-12-231-5/+6
|
* * Added a configuration parameter on the Grid Server to disallow forceful ↵Teravus Ovares2007-12-201-0/+2
| | | | | | | banlists. * Added a way for Grid based configuration parameters to (generally used in overriding functionality) to get to the regions on Registration.
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames2007-12-201-6/+6
| | | | Works with LibSL rev>1532
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-103-5/+5
| | | | notice of doom
* removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames2007-12-061-1/+1
|
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-042-12/+12
|
* Fixed an event in the events chain in inter-region communications.Teravus Ovares2007-11-271-0/+3
| | | | | As a consequence, restarting sims in the same process instance now shows them when they come back up in grid mode and standalone mode.
* Additional debugging output to see for what coordinates is the worldmap Dalien Talbot2007-11-181-1/+2
| | | | | | requested (crash is gone, but tons of worldmap requests)
* * Optimized usingslbsa712007-10-303-159/+183
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-292-4/+4
| | | | | | | Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
* apply http://bug.opensecondlife.org/view.php?id=512 from chillkenSean Dague2007-10-251-1/+1
| | | | | | which cleans up the verbose logic
* Possible fix for: Remoting exceptions with adjacent non-running sims.Tleiades Hax2007-10-181-0/+1
| | | | | | | | | Bugs 449, 454, 408, 244, 197 implemented InformClientOfNeighbours as an asynchroneous process, handling timeouts without blocking the main thread. Improved logging of errors, removed catch all in try catch
* Renamed SimProfileData to RegionProfileDataTleiades Hax2007-10-171-20/+20
|
* * the worlds most insignificant commitlbsa712007-09-241-3/+1
|
* Can now set the http ports that grid server and user server use. MW2007-09-141-1/+1
|
* mass update of urls in source code to new websiteSean Dague2007-09-103-3/+3
|
* Added a Debug method to the Console/log class that has the Conditional ↵MW2007-08-311-2/+2
| | | | | | | attribute (set to "DEBUG"), so we can use that for writing extra debug info to the console. [for anyone who doesn't know about the Conditional attribute, it is a attribute that can be set on a method, and then any call to that method will on be compiled if the terms of that condition are met, ie is this case only if "DEBUG" is true. So its a cleaner implementation of the #if #endif directives]. A few other minor changes.
* Grid/GridServer/GridManager.csBrian McBee2007-08-081-9/+16
| | | | | Fixed GridManager.cs so that it properly updates the database if you change some parameters in your region (X and Y, region name, etc). It still keys on the region uuid.
* Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee2007-08-031-2/+8
| | | | configdir, datadir.
* * Reduced a significant number of compiler warnings (back down to 9 for all ↵Adam Frisby2007-07-241-1/+0
| | | | projects combined, all 'never used' things)
* Re-added the ability to set the database provider (dll) in the config file ↵MW2007-07-211-1/+1
| | | | for the userserver and gridserver.
* * Assortment of Console changes - console messages are now grouped into ↵Adam Frisby2007-07-201-12/+12
| | | | modules (eg "client", "grid", "terrain", "storage", etc)
* *Moved XmlConfiguration to its own projectmingchen2007-07-191-2/+2
| | | | | | *Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated
* * Removed yet more compiler warningsAdam Frisby2007-07-191-1/+0
| | | | | * Dropped old ILocalStorage storage engines.
* * Removing more compiler warnings.Adam Frisby2007-07-191-4/+4
|
* *New Configuration System, much easier and less buggy compared to the ↵mingchen2007-07-182-38/+6
| | | | | | | | original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)
* * Applying babblefrog's DNS patches from issue #188Adam Frisby2007-07-171-4/+5
|
* changed to native line ending encodingSean Dague2007-07-163-1026/+1026
|
* * Excelsior!Adam Frisby2007-07-141-0/+6
|
* * OGS project is now back down to zero warnings.Adam Frisby2007-07-131-0/+1
|
* preliminary inter region communications (between regions in different ↵MW2007-07-101-1/+5
| | | | | | | | instances) now works, so child agents and border crossings (and teleporting) now work. The .net remoting is still very basic: we need security sinks added. And we really need the OGS 2 protocol as soon as possible.
* Gird mode in sugilite should now work in so far as you should be able to ↵MW2007-07-101-4/+12
| | | | | | | login and move between regions in the same instance. Moving to regions in a different instance of opensim still needs implementing (working on it now). Also trying to look at the map in grid mode will crash the server.
* * By popular demand, all generated build files are now deleted. Somebody ↵lbsa712007-07-082-184/+0
| | | | should make sure the wiki is updated.
* (no commit message)lbsa712007-07-082-7/+5
|
* * Updating prebuildAdam Frisby2007-07-082-3/+3
|
* * Fixed reservation handling for existing region authkey situations. ↵Adam Frisby2007-07-081-7/+1
| | | | Reservation key now overrides old sim key, however if reservation not found, sim key is used instead.
* *Fixed several bugs that crashed the viewer and opensim server when logging ↵mingchen2007-07-061-2/+2
| | | | | | | | | | in on grid mode *Note: Grid Mode now works in sugilite, but is still unstable **Known bug in which the grid server crashes after being relaunched from a previously create configuration **Crashing of the viewer crashes the OpenSim server which then crashes the grid server -- needs better handling of exceptions **Multiple sims is still untested, but should connect correctly. Moving between the sims may be a different story
* *Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)mingchen2007-07-054-3/+39
| | | | | | *Added simulator_data_request XMLRPC method to request data from the grid server about a sim instead of faking its login *Login is progressing, now just getting an XML error (http://pastebin.com/942515) -- if you can fix this, throw MingChen in IRC a Private Message
* * Removed AssetHttpServer, using BaseHttpServer insteadlbsa712007-07-041-19/+10
| | | | | | | | | * Removed legacy REST handling * Created two custom IStreamHandlers for asset up/download * Removed quite a lot of double and triple encodings, trying to work towards binary only and direct write into storage. * Introduced BaseStreamHandler with GetParam() and some other goodies
* Grid Servers:Adam Frisby2007-07-041-7/+9
| | | | | | | | | * Sugilite grid server now works with older regions properly (using it on deepgrid for testing) * Sugilite user server still broken with sugilite region server * Reduced the number of compiler warnings to zero Region Servers: * Added debug information to OGS1 Comms to help debug user server connectivity issues.
* *Fixed storage issue as noted in last commit of the OGS1 GridServermingchen2007-07-032-7/+8
| | | | | *Reverted the default remote grid server port back to 8001 (from a port change to debug a previous issue)
* *Removed GridInfo class as it has been previously replaced with the much ↵mingchen2007-07-032-10/+24
| | | | | | | | | better NetworkServersInfo class *Got the GridServer in OGS1 to go through with registering the region, but the actual storage of the region isnt working right now. **After this is fixed, grid mode should work!