aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-14Move the connector for the new asset server to a connectors project. InheritMelanie Thielker2-223/+9
the region module version from this. This enables inter-server connections to reuse connetor code from region modules.
2009-05-14Honor the temp and local asset flagsMelanie Thielker2-0/+12
2009-05-13Fix up some URL detailsMelanie Thielker1-6/+3
2009-05-13Add the port to the generated URL. For some reson this still doesn't want toMelanie Thielker1-1/+1
receive requests.
2009-05-13Make the LSL HTTP server create and give out URLs to scriptsMelanie Thielker3-14027/+14360
2009-05-13Add most of the meat to the LSL HTTP serverMelanie Thielker3-12/+133
2009-05-13Plumb request and return URL functions.Melanie Thielker3-7/+22
Implements llRequestURL, llRequestSecureURL, llReleaseURL
2009-05-13Add a skeleton for the LSLHttpServerMelanie Thielker3-0/+160
2009-05-13Implement llAttachToAvatar()Melanie Thielker1-1/+27
2009-05-13Implement llDetachFromAvatar()Melanie Thielker1-1/+27
2009-05-13Add interface, stub implementation and Charles Krinke3-0/+14
script stub for llGetHTTPHeader().
2009-05-13Add interface, implementation stub andCharles Krinke3-0/+14
script stub for llGetFreeURLs().
2009-05-13Thank you kindly, BlueWall sir, for a patch that:Charles Krinke1-2/+4
Adding a jsonp wrapper to the user supplied status report uri if the key "callback" exists. It will work with many javascript toolkits to provide an ajax callback to allow the browser to update stats reports without the intervention of an intermediate server.
2009-05-13Added interface, implementation stub andCharles Krinke1-0/+5
script stub for llReleaseURL().
2009-05-13Remove incorrect semicolonCharles Krinke2-1/+8
2009-05-13Add interface, stubbed implementation andCharles Krinke3-1/+14
script stub for llRequestSecureURL().
2009-05-13Remove some no longer needed debug.Melanie Thielker1-6/+2
Fixes Mantis #9520
2009-05-13Added interface, stub implementation and scriptCharles Krinke3-0/+11
stub for llRequestURL().
2009-05-13Add interface, stub and bare implmentation for llHTTPResponse().Charles Krinke3-0/+16
2009-05-12Fix interface registration/deregistration mechanicsMelanie Thielker2-9/+16
2009-05-12Make the accet cache module actually register the interfaceMelanie Thielker1-0/+2
2009-05-12Bug fix in SceneBase.RequestModuleInterface. Check that the list's count is ↵diva1-1/+2
greater than 0.
2009-05-12Making SimStatsReporter a little more restrained in requesting the ↵diva1-1/+3
IEstateModule interface.
2009-05-12* Adds additional check to MRM rezzing - the host object must be created by ↵Adam Frisby1-1/+3
the sim owner, not just owned by it.
2009-05-12* Adds ScenePresence.TeleportWithMomentum - same as .Teleport, but preserves ↵Adam Frisby2-1/+19
velocity.
2009-05-12* EventManager's OnNewPresence event now fires correctly again.Adam Frisby1-0/+3
2009-05-12Correct addin XMLMelanie Thielker1-1/+1
2009-05-12Commit the addin XML for the Core Asset CacheMelanie Thielker1-0/+1
2009-05-12Add more group notify glueMelanie Thielker3-0/+10
2009-05-12Paving the way for syncing group permissions across a gridMelanie Thielker5-1/+12
2009-05-12fixing SocketException when IP address cannot be resolvedDr Scofield1-8/+15
2009-05-12Correctly reset the group ownership flag when a parcel is reclaimed.Melanie Thielker1-0/+1
2009-05-12Hook up deed permissions checking to the land moduleMelanie Thielker1-1/+3
2009-05-12Add permission mechanisms for group deeding landMelanie Thielker2-0/+35
2009-05-12* Applies Mantis #3630 - Adds support for outside MRM initialisation, makes ↵Adam Frisby13-18/+32
MRMModule compatible with the Visual Studio MRMLoader ( http://forge.opensimulator.org/gf/project/mrmloader/ )
2009-05-12Thank you kindly, Patnad, for a patch that:Charles Krinke1-0/+25
This patch allow you to see region rating from the console. Type "show ratings" and it will show you the rating of all your regions.
2009-05-12Thank you kindly, Patnad, for a patch that:Charles Krinke7-15/+25
This is to handle the changes in the v1.23 viewer of LL regarding the adult rating. With this patch a region can be changed to the adult rating from LL viewer v1.23 and above.
2009-05-11Changes to the new user system to add the modularity developed for the assetMelanie Thielker3-4/+36
system
2009-05-11Add AssetService of type IAssetService to SceneMelanie Thielker1-0/+14
2009-05-11* Implements IP and DNS based ban facilities to OpenSim. Adam Frisby3-1/+159
* User interface is ... primitive at best right now. * Loads bans from bans.txt and region ban DB on startup, bans.txt is in the format of one per line. The following explains how they are read; DNS bans are in the form "somewhere.com" will block ANY matching domain (including "betasomewhere.com", "beta.somewhere.com", "somewhere.com.beta") - make sure to be reasonably specific in DNS bans. IP address bans match on first characters, so, "127.0.0.1" will ban only that address, "127.0.1" will ban "127.0.10.0" but "127.0.1." will ban only the "127.0.1.*" network
2009-05-11Add selling for $0 back to the sample economy module. This is disabled byMelanie Thielker1-8/+22
default but can be enabled in OpenSim.ini. If enabled, things can be sold for $0. Other amounts will cause the buyer to see a message and the transaction will fail.
2009-05-11Add a blue box to the stub money module to alert users that buying isMelanie Thielker1-1/+1
unimplemented
2009-05-11Update svn properties.Jeff Ames1-4/+4
2009-05-11Squashed commit of the following:Dr Scofield1-5/+45
further ACL stuff: - adding StrictAccessControl variable: DON'T set this to false if you want to enforce ACL, it will disable ACLs right now. Default is true. once we've got code added to allow child agents but prevent them from becoming root agents when the ACL denies access to the avatar, setting this to false will then allow avatars to see into a neighboring region but not enter it (currently ACL prevent both, seeing and entering). - enhancing log statements
2009-05-11Plumb the HG asset broker. More naming changes to clarify things. Lots moreMelanie Thielker4-167/+323
config options.
2009-05-10Add the HG asset module skeletonMelanie Thielker1-0/+165
2009-05-10* Further testing against core packet issue.Adam Frisby1-2/+3
2009-05-10* Attempting to diagnose a core packet issue on Windows/.NET. Adding ↵Adam Frisby1-2/+5
additional locks to see if it fixes the problem.
2009-05-10Use the new async handling class to actually make the new asset service'sMelanie Thielker1-12/+34
async request perform asynchronously
2009-05-10Create an async form of the RestObjectPoster. Rename the file (but not theMelanie Thielker1-1/+1
class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache