Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | revert r9765 due to too many errors on some compilers. Affects Mantis #3759 | Dahlia Trimble | 2009-06-03 | 4 | -3137/+0 | |
| | ||||||
* | add body to an empty getter/setter | Dahlia Trimble | 2009-06-03 | 1 | -1/+8 | |
| | ||||||
* | fix a int[] declaration | Dahlia Trimble | 2009-06-03 | 1 | -1/+1 | |
| | ||||||
* | Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵ | Dahlia Trimble | 2009-06-02 | 4 | -0/+3130 | |
| | | | | | | | (Mantis #3759) See the files: bin/config-include/GridCommon.ini.example and bin/config-include/StandaloneCommon.ini.example to configure and enable this caching method. | |||||
* | * Removed some commented-out code | lbsa71 | 2009-06-01 | 1 | -1/+0 | |
| | ||||||
* | * Making silent logoff of old hung sessions for new connections default for | Arthur Valadares | 2009-06-01 | 2 | -3/+5 | |
| | | | | | StandAlone users. Not touching grid. | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 214 | -214/+214 | |
| | | | | LICENSE.txt. | |||||
* | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2009-05-31 | 4 | -8/+62 | |
| | ||||||
* | Added option (on my default) to the clone avatar function so that the ↵ | MW | 2009-05-30 | 2 | -1/+23 | |
| | | | | | | | clothes and attachments that the target avatar is wearing, to begin with, are removed. So the end result isn't a merger of those clothes/attachments and the ones the template avatar is wearing. Added IPAddress ListenIPAddress property to BaseHttpServer so that the listening/binding IP can be set. | |||||
* | * Allows standalone region users to skip the "You must wait 5 minutes to log ↵ | Arthur Valadares | 2009-05-29 | 1 | -4/+15 | |
| | | | | | | | | again" message and allow the region to kick the old user and log the new one without reporting any failure. Default is still to show message and fail login | |||||
* | * refactor: Remove redundent prim id attribute on Scene.AddSceneObject() | Justin Clarke Casey | 2009-05-29 | 1 | -2/+1 | |
| | ||||||
* | plumbing for future sculpt map caching | Dahlia Trimble | 2009-05-29 | 1 | -0/+12 | |
| | ||||||
* | * So, giving up on my efforts to de-duplicate the asset handlers. I'll just ↵ | lbsa71 | 2009-05-27 | 1 | -0/+10 | |
| | | | | | | | service commit my current state, then start over and this time concentrating only on the new handlers. * Fixed some erroneous refs in Tests.Common | |||||
* | making TarArchiveReader more resilient when faced with OARs created by | Dr Scofield | 2009-05-27 | 1 | -2/+8 | |
| | | | | | ancient tars. | |||||
* | Update svn properties. | Jeff Ames | 2009-05-27 | 1 | -26/+26 | |
| | ||||||
* | Catching weirdnesses on resolving External EndPoint in agent transfers. Will ↵ | diva | 2009-05-26 | 1 | -5/+34 | |
| | | | | probably need to do more aggressively. | |||||
* | * We have strand flavours. | lbsa71 | 2009-05-26 | 2 | -8/+13 | |
| | | | | | | * The version string is now reported as "OpenSim 0.6.5 (Dev)" * This has to be administrated manually. | |||||
* | * Introduced GetVersionString so we can harness the whole thing. | lbsa71 | 2009-05-26 | 2 | -3/+24 | |
| | | | | | * Introduced 'Flavour' to spice things up. | |||||
* | * slowly getting there... | lbsa71 | 2009-05-26 | 1 | -12/+7 | |
| | ||||||
* | * Changed Version to property for great justice | lbsa71 | 2009-05-26 | 1 | -1/+9 | |
| | ||||||
* | * Added test to make sure version info is 27 chars long (still don't know ↵ | lbsa71 | 2009-05-26 | 2 | -0/+18 | |
| | | | | exactly why it has to be that, though) | |||||
* | Addresses mantis #3718. | diva | 2009-05-26 | 1 | -1/+10 | |
| | ||||||
* | * reseparate inventory item creator id and creator uuid | Justin Clarke Casey | 2009-05-25 | 3 | -11/+19 | |
| | | | | | | | | | * unfortunately, while the client requires uuids and we want to be able to have arbitrary string ids, these cannot be kept in sync * I think the problems last time were due to a serialization change * So the major inteface version has been bumped to take care of any lingering issues here. * This means that region servers beyond this revision can only connect to similarly uptodate grid services, and vice versa | |||||
* | One more utility. Not used yet. | diva | 2009-05-25 | 1 | -2/+22 | |
| | ||||||
* | * Display normal log information in the console's default foreground colour, ↵ | Justin Clarke Casey | 2009-05-25 | 1 | -5/+5 | |
| | | | | for those of us with white backgrounds | |||||
* | * Upped version number to 0.6.5 | lbsa71 | 2009-05-25 | 4 | -6/+6 | |
| | ||||||
* | * Attaches debug info to some DNS resolution code. | Adam Frisby | 2009-05-25 | 1 | -8/+16 | |
| | ||||||
* | Update svn properties. | Jeff Ames | 2009-05-25 | 1 | -221/+221 | |
| | ||||||
* | * Disabled NAT translation support for a little while. | Adam Frisby | 2009-05-25 | 1 | -8/+24 | |
| | ||||||
* | * Mono sucks. (Fixes crash due to Mono not implementing ↵ | Adam Frisby | 2009-05-24 | 1 | -5/+12 | |
| | | | | NetworkInformation.IPv4Mask aka Subnet masks) | |||||
* | * Adds NAT routing support for MXP Asset Delivery. (This means MXP should be ↵ | Adam Frisby | 2009-05-24 | 1 | -8/+4 | |
| | | | | fully NAT compatible.) | |||||
* | * Fixes [irritating] edge case in Util.GetLocalHost which could return an ↵ | Adam Frisby | 2009-05-23 | 3 | -15/+47 | |
| | | | | | | | | IPv6 address if no non-loopback IPv4 address can be found. * Restores internal IPv6 support to NetworkUtil.* * Fixes bad login unit tests. | |||||
* | * Disables internal IPv6 Support - causing issues. | Adam Frisby | 2009-05-23 | 1 | -3/+11 | |
| | ||||||
* | * "Fixed" an issue with NAT Login Handler, apparently an IPv4Mask can be ↵ | Adam Frisby | 2009-05-23 | 1 | -1/+24 | |
| | | | | null on an IPv4 address. Go figure. (!?!) | |||||
* | * Implements automatic loopback handling for standalone regions. | Adam Frisby | 2009-05-23 | 1 | -2/+8 | |
| | | | | | * This /should/ make OpenSim behave properly when hosting behind a NAT router and utilizing port forwarding (but the router doesn't support Loopback) | |||||
* | * Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths. | Adam Frisby | 2009-05-23 | 4 | -10/+11 | |
| | ||||||
* | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵ | Adam Frisby | 2009-05-23 | 6 | -18/+21 | |
| | | | | | | | | | | needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient) | |||||
* | * Breaks OpenSim.. err I mean.. adds NAT translation support to ↵ | Adam Frisby | 2009-05-23 | 1 | -1/+39 | |
| | | | | | | | EnableSimulator EventQueue methods. * NB: This may actually break logins on certain regions. Shake well before consuming. | |||||
* | * NetworkUtil now handles an error case in a way which is easier to debug. | Adam Frisby | 2009-05-23 | 1 | -3/+11 | |
| | ||||||
* | * Adds new NetworkUtil class, contains methods for handling IP resolution ↵ | Adam Frisby | 2009-05-23 | 2 | -0/+136 | |
| | | | | | | | when located on the same subnet. (Eg, can be used to avoid NAT Loopback requirements if fully utilized.) * Adds a few new network-related methods to Util. | |||||
* | cleaning out warnings. | Dr Scofield | 2009-05-22 | 8 | -11/+14 | |
| | | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that? | |||||
* | adding RemoveXmlRpcHandler to IHttpServer | Dr Scofield | 2009-05-22 | 2 | -0/+14 | |
| | ||||||
* | Cleaning up a few HG things. HG Posts may now work in grids, but if the home ↵ | diva | 2009-05-22 | 1 | -3/+17 | |
| | | | | grid is a standalone, this still doesn't work -- something wrong with RegionAssetService's DB connection. | |||||
* | Implement .ini file includes. Anything that begins with "Include-" will be | Melanie Thielker | 2009-05-21 | 2 | -2/+4 | |
| | | | | | | | | | | treated as another ini source to load. For example: Include-Asset = AssetSetup.ini will load AssetSetup.ini after all other ini files are done. This works recursively, too | |||||
* | Put some meat on the bones of the REST console. NO user functionality yet | Melanie Thielker | 2009-05-20 | 1 | -1/+45 | |
| | ||||||
* | Move the color console logic from the appender into the local console, since | Melanie Thielker | 2009-05-20 | 4 | -77/+101 | |
| | | | | | | | that is the only one that can use it. Change appender output to always go through the console output functions. | |||||
* | Remove the pre-log4net, discrete output methods from the consoles | Melanie Thielker | 2009-05-20 | 4 | -274/+2 | |
| | ||||||
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-05-20 | 6 | -15/+123 | |
| | ||||||
* | Remove the old asset cache and local services and the configurations for them | Melanie Thielker | 2009-05-18 | 5 | -934/+1 | |
| | ||||||
* | Update svn properties. | Jeff Ames | 2009-05-17 | 1 | -12/+12 | |
| |