Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-05-13 | Add interface, implementation stub and | Charles Krinke | 3 | -0/+14 | |
script stub for llGetFreeURLs(). | |||||
2009-05-13 | Thank you kindly, BlueWall sir, for a patch that: | Charles Krinke | 1 | -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-13 | Added interface, implementation stub and | Charles Krinke | 1 | -0/+5 | |
script stub for llReleaseURL(). | |||||
2009-05-13 | Remove incorrect semicolon | Charles Krinke | 2 | -1/+8 | |
2009-05-13 | Add interface, stubbed implementation and | Charles Krinke | 3 | -1/+14 | |
script stub for llRequestSecureURL(). | |||||
2009-05-13 | Remove some no longer needed debug. | Melanie Thielker | 1 | -6/+2 | |
Fixes Mantis #9520 | |||||
2009-05-13 | Added interface, stub implementation and script | Charles Krinke | 3 | -0/+11 | |
stub for llRequestURL(). | |||||
2009-05-13 | Add interface, stub and bare implmentation for llHTTPResponse(). | Charles Krinke | 3 | -0/+16 | |
2009-05-12 | Fix interface registration/deregistration mechanics | Melanie Thielker | 2 | -9/+16 | |
2009-05-12 | Make the accet cache module actually register the interface | Melanie Thielker | 1 | -0/+2 | |
2009-05-12 | Bug fix in SceneBase.RequestModuleInterface. Check that the list's count is ↵ | diva | 1 | -1/+2 | |
greater than 0. | |||||
2009-05-12 | Making SimStatsReporter a little more restrained in requesting the ↵ | diva | 1 | -1/+3 | |
IEstateModule interface. | |||||
2009-05-12 | * Adds additional check to MRM rezzing - the host object must be created by ↵ | Adam Frisby | 1 | -1/+3 | |
the sim owner, not just owned by it. | |||||
2009-05-12 | * Adds ScenePresence.TeleportWithMomentum - same as .Teleport, but preserves ↵ | Adam Frisby | 2 | -1/+19 | |
velocity. | |||||
2009-05-12 | * EventManager's OnNewPresence event now fires correctly again. | Adam Frisby | 1 | -0/+3 | |
2009-05-12 | Correct addin XML | Melanie Thielker | 1 | -1/+1 | |
2009-05-12 | Commit the addin XML for the Core Asset Cache | Melanie Thielker | 1 | -0/+1 | |
2009-05-12 | Add more group notify glue | Melanie Thielker | 3 | -0/+10 | |
2009-05-12 | Paving the way for syncing group permissions across a grid | Melanie Thielker | 5 | -1/+12 | |
2009-05-12 | fixing SocketException when IP address cannot be resolved | Dr Scofield | 1 | -8/+15 | |
2009-05-12 | Correctly reset the group ownership flag when a parcel is reclaimed. | Melanie Thielker | 1 | -0/+1 | |
2009-05-12 | Hook up deed permissions checking to the land module | Melanie Thielker | 1 | -1/+3 | |
2009-05-12 | Add permission mechanisms for group deeding land | Melanie Thielker | 2 | -0/+35 | |
2009-05-12 | * Applies Mantis #3630 - Adds support for outside MRM initialisation, makes ↵ | Adam Frisby | 13 | -18/+32 | |
MRMModule compatible with the Visual Studio MRMLoader ( http://forge.opensimulator.org/gf/project/mrmloader/ ) | |||||
2009-05-12 | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 1 | -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-12 | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 7 | -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-11 | Changes to the new user system to add the modularity developed for the asset | Melanie Thielker | 3 | -4/+36 | |
system | |||||
2009-05-11 | Add AssetService of type IAssetService to Scene | Melanie Thielker | 1 | -0/+14 | |
2009-05-11 | * Implements IP and DNS based ban facilities to OpenSim. | Adam Frisby | 3 | -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-11 | Add selling for $0 back to the sample economy module. This is disabled by | Melanie Thielker | 1 | -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-11 | Add a blue box to the stub money module to alert users that buying is | Melanie Thielker | 1 | -1/+1 | |
unimplemented | |||||
2009-05-11 | Update svn properties. | Jeff Ames | 1 | -4/+4 | |
2009-05-11 | Squashed commit of the following: | Dr Scofield | 1 | -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-11 | Plumb the HG asset broker. More naming changes to clarify things. Lots more | Melanie Thielker | 4 | -167/+323 | |
config options. | |||||
2009-05-10 | Add the HG asset module skeleton | Melanie Thielker | 1 | -0/+165 | |
2009-05-10 | * Further testing against core packet issue. | Adam Frisby | 1 | -2/+3 | |
2009-05-10 | * Attempting to diagnose a core packet issue on Windows/.NET. Adding ↵ | Adam Frisby | 1 | -2/+5 | |
additional locks to see if it fixes the problem. | |||||
2009-05-10 | Use the new async handling class to actually make the new asset service's | Melanie Thielker | 1 | -12/+34 | |
async request perform asynchronously | |||||
2009-05-10 | Create an async form of the RestObjectPoster. Rename the file (but not the | Melanie Thielker | 1 | -1/+1 | |
class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache | |||||
2009-05-10 | Connect up the new asset cache and introduce an asynchronous call path | Melanie Thielker | 3 | -32/+198 | |
for asset retrieval (full asset only) to ease migration to the new system | |||||
2009-05-10 | Add some asset cache plumbing. Change the generic cache from UUID to string | Melanie Thielker | 7 | -23/+83 | |
keys to allow caching the new crop of URI identified objects. | |||||
2009-05-10 | Fix the build break | Melanie Thielker | 1 | -0/+1 | |
2009-05-10 | Small asset cache addition. Comment a debug output left in CAPS | Melanie Thielker | 1 | -0/+11 | |
2009-05-09 | COmmitting the asset cache skeleton | Melanie Thielker | 2 | -0/+132 | |
2009-05-09 | Fixed handling of inventory a bit | Homer Horwitz | 3 | -10/+10 | |
- AssetType isn't InventoryType. Those enums contain different numbers. Use AssetType for the asset type, InventoryType for the inventory type. - The ToString method (or ToLower) of AssetType/InventoryType doesn't necessarily return the correct LLSD string. - Replaced several magic numbers by their corresponding enum. - Fixed the invType for gestures and animations in the library. This should fix Mantis #3610 and the non-terminating inventory loading | |||||
2009-05-09 | * Code to make MRM debugging easier. | Adam Frisby | 2 | -1/+6 | |
2009-05-09 | Prevent normal (Text) IM from being logged by the group message module in | Melanie Thielker | 1 | -1/+2 | |
debug mode. Fixes Mantis #3609 | |||||
2009-05-09 | Fox a boo-boo in ExtraParams - a packet with no data blocks could crash | Melanie Thielker | 1 | -3/+6 | |
the session. Also allow multiple data blocks. | |||||
2009-05-09 | * Cripples the SampleMoneyModule code. | Teravus Ovares | 1 | -818/+48 | |
* The OpenSimulator core developers have voted to remove all currency functionality from OpenSimulator leaving the 'IMoneyModule' interface in. This affects all systems that used the example money module. This effects All systems that used the XMLRPC External Money Module Hooks interface. If you previously used this interface, please consult with the OpenSimWi Redux folk who are keeping the old module with this interface up to date. * A notice to the opensim-dev mailing list to come as well.. since this is likely a breaking change for some. | |||||
2009-05-09 | * Break out the SampleMoneyModule to a new namespace | Teravus Ovares | 3 | -1/+14 | |
* Create the OpenSim.Region.ReplaceableModules namespace for modules that we intend to have people replace (see readme) * Create the OpenSim.Region.ReplaceableModules.MoneyModule namespace * Put our current Sample MoneyModule in this namespace. (more modifications here next commit) |