aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-10Bug fix for creating users in standalone: the newly-created root folder was ↵diva1-0/+3
not being set in the cached profile. I suspect this bug has been around for a while.
2009-06-10Attempt at disabling the inventory unit tests, so I can figure out how to ↵diva1-6/+6
fix them. The test setup is broken.
2009-06-10Heart surgery no.2: the inventory service hooks. diva5-86/+61
Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
2009-06-10Formatting cleanup.Jeff Ames12-18/+18
2009-06-09Formatting cleanup. Ignore some generated files.Jeff Ames3-174/+175
2009-06-09Update svn properties.Jeff Ames1-466/+466
2009-06-07First draft of inventory service connectors, and service implementation. No ↵diva1-470/+466
handlers yet, this is just the OUT part for now. It's not active and nothing in the simulator uses this yet. Just checking it in to start sharing with others. There are a couple of interesting software design points that could use other devs opinions. Hopefully I added all needed files.
2009-06-05* Fix unit tests so that they correctly handle 404 missing asset responseJustin Clarke Casey2-5/+8
* I didn't think there were tests in this area - my bad
2009-06-05* Fix problem where known missing assets would stop save oar ever completingJustin Clarke Casey2-13/+55
* Issue was that region server was silently dropping an XmlException caused by trying to deserialize the blank asset service response * So make asset service return http status NOT FOUND rather than OK in accordance with REST * and interpret this correctly in the async response so that a null object is sent back * This means that this fix won't be active until both region simulator and server reach this revision
2009-06-05* Add oar saving timeoutJustin Clarke Casey2-2/+10
* If an oar save fails to get responses to all asset requests to the asset service then timeout after 60 seconds * Timeout executes abort, since missing assets in an OAR seems bad * This means that oar saves won't permanently hang and instead can be retried if something goes wrong with the asset service * This is not a solution to mantis 3714. Hopefully a fix will be along shortly since I can now consistently reproduce that problem
2009-06-04Add copyright headers.Jeff Ames2-17/+52
2009-06-04Update svn properties.Jeff Ames4-3137/+3137
2009-06-03Make AssetMetadata [Serializable] to help in binary cachingMelanie Thielker1-0/+1
2009-06-03From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield1-0/+24
This patch adds oar file date and time (UTC) meta data to an oar file when it is created. It also adds a unique ID, though this id does not in anyway identify the machine that the oar file was created on. When an oar file with this meta data is loaded this extra information is saved with the region settings and available via LSL through: - osLoadedCreationDate() - osLoadedCreationTime() - osLoadedCreationID() If there is no meta data these fields will be blank. Subsequent oar file loads will erase the information for the previous oar file load. Persistence has only been implemented for MySQL, the other backends need updating. Overall this allows us to much more easily identify the specific version of software that clients are using. Its very straightforward to edit the oar file to change the ID string to be something more human friendly. Included in the patch is a new file OpenSim/Data/MySQL/Resources/030_RegionStore.sql required for the MySQL DB migration. btw I had a chat with justincc about this a few weeks ago since he wrote the oar file import/export and he sounded happy to accept something that included date/time information but didn't want anything that would silently leak private information like machine names.
2009-06-03Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵Dahlia Trimble4-0/+3137
(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.
2009-06-03revert r9765 due to too many errors on some compilers. Affects Mantis #3759Dahlia Trimble4-3137/+0
2009-06-03add body to an empty getter/setterDahlia Trimble1-1/+8
2009-06-03fix a int[] declarationDahlia Trimble1-1/+1
2009-06-02Thank you Imaze Rhiano for a patch that implements Cenome Memory Asset Cache ↵Dahlia Trimble4-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.
2009-06-01* Removed some commented-out codelbsa711-1/+0
2009-06-01* Making silent logoff of old hung sessions for new connections default forArthur Valadares2-3/+5
StandAlone users. Not touching grid.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames214-214/+214
LICENSE.txt.
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames4-8/+62
2009-05-30Added option (on my default) to the clone avatar function so that the ↵MW2-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.
2009-05-29* Allows standalone region users to skip the "You must wait 5 minutes to log ↵Arthur Valadares1-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
2009-05-29* refactor: Remove redundent prim id attribute on Scene.AddSceneObject()Justin Clarke Casey1-2/+1
2009-05-29plumbing for future sculpt map cachingDahlia Trimble1-0/+12
2009-05-27* So, giving up on my efforts to de-duplicate the asset handlers. I'll just ↵lbsa711-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
2009-05-27making TarArchiveReader more resilient when faced with OARs created byDr Scofield1-2/+8
ancient tars.
2009-05-27Update svn properties.Jeff Ames1-26/+26
2009-05-26Catching weirdnesses on resolving External EndPoint in agent transfers. Will ↵diva1-5/+34
probably need to do more aggressively.
2009-05-26* We have strand flavours.lbsa712-8/+13
* The version string is now reported as "OpenSim 0.6.5 (Dev)" * This has to be administrated manually.
2009-05-26* Introduced GetVersionString so we can harness the whole thing.lbsa712-3/+24
* Introduced 'Flavour' to spice things up.
2009-05-26* slowly getting there...lbsa711-12/+7
2009-05-26* Changed Version to property for great justicelbsa711-1/+9
2009-05-26* Added test to make sure version info is 27 chars long (still don't know ↵lbsa712-0/+18
exactly why it has to be that, though)
2009-05-26Addresses mantis #3718.diva1-1/+10
2009-05-25* reseparate inventory item creator id and creator uuidJustin Clarke Casey3-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
2009-05-25One more utility. Not used yet.diva1-2/+22
2009-05-25* Display normal log information in the console's default foreground colour, ↵Justin Clarke Casey1-5/+5
for those of us with white backgrounds
2009-05-25* Upped version number to 0.6.5lbsa714-6/+6
2009-05-25* Attaches debug info to some DNS resolution code.Adam Frisby1-8/+16
2009-05-25Update svn properties.Jeff Ames1-221/+221
2009-05-25* Disabled NAT translation support for a little while.Adam Frisby1-8/+24
2009-05-24* Mono sucks. (Fixes crash due to Mono not implementing ↵Adam Frisby1-5/+12
NetworkInformation.IPv4Mask aka Subnet masks)
2009-05-24* Adds NAT routing support for MXP Asset Delivery. (This means MXP should be ↵Adam Frisby1-8/+4
fully NAT compatible.)
2009-05-23* Fixes [irritating] edge case in Util.GetLocalHost which could return an ↵Adam Frisby3-15/+47
IPv6 address if no non-loopback IPv4 address can be found. * Restores internal IPv6 support to NetworkUtil.* * Fixes bad login unit tests.
2009-05-23* Disables internal IPv6 Support - causing issues.Adam Frisby1-3/+11
2009-05-23* "Fixed" an issue with NAT Login Handler, apparently an IPv4Mask can be ↵Adam Frisby1-1/+24
null on an IPv4 address. Go figure. (!?!)
2009-05-23* Implements automatic loopback handling for standalone regions. Adam Frisby1-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)