aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged 3Di code that provides scene and avatar serialization, and plugin ↵Johan Berntsson2008-03-042-4/+73
| | | | support for region move/split/merge. See ThirdParty/3Di/README.txt. Unless the new modules are used there should be no noticeable changes when running OpenSim.
* Minor cleanup.Jeff Ames2008-02-201-3/+0
|
* Remove "Loading inventory" messages from item inventory loadsJustin Clarke Casey2008-02-191-12/+12
|
* * Make RegionProfileData.RequestSimProfileData staticJustin Clarke Casey2008-02-181-0/+5
| | | | | | * Minor documentation bits
* Thank you very much, Diva for a patch to increase the Charles Krinke2008-02-171-14/+24
| | | | | grid server reliability.
* * Took a stab at getting keys to work as intendedlbsa712008-02-141-2/+2
| | | | | | | [Provided by openlifegrid.com]
* * Added more debugging output to GridManager to pin down the key exchange ↵lbsa712008-02-141-3/+15
| | | | | | | | | weirdness [Provided by openlifegrid.com]
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-14/+14
| | | | | | * Converted all instances of "256" spotted to use RegionSize instead. Some approximations used for border crossings (ie 255.9f) are still using that value, but should be updated to use something based on RegionSize. * Moving Terrain to a RegionModule, implemented ITerrainChannel and TerrainModule - nonfunctional, but will be soon.
* * Added some more comprehensive log entries on region login.lbsa712008-02-131-5/+23
| | | | | | [Provided by openlifegrid.com]
* * Minor guard for null case.lbsa712008-02-131-2/+2
| | | | | | [Provided by openlifegrid.com]
* Converted logging to use log4net.Jeff Ames2008-02-052-45/+44
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey2008-02-041-19/+15
| | | | | | | * The immediate upshot is that "show uptime" from the console will now show uptime on all server types (user, asset, grid, etc) * DEV: This refactoring is far from complete - only just enough to makes the "show uptime" command common accross the servers. More is needed, but in this case it's somewhat like eating cabbage, which I prefer not to do all at once
* Turn on fastMode for map block queries to grid server if and only if grid is ↵Brian McBee2008-02-021-0/+1
| | | | running MYSQL as the data source.
* Thank you very much daTwitch for your first contribution to the C# simulator.Charles Krinke2008-02-021-0/+13
| | | | | | This is the beginnings of support for storage of region owner in the MySQLManager table and the use of "owner_uuid".
* * 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
|