aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bring us up to date.Tom2011-09-141-1/+2
|\
| * Try disabling the inconsistent attachment state check to see if this ↵Justin Clark-Casey (justincc)2011-09-051-1/+2
| | | | | | | | | | | | | | | | actually has an impact. The code in question is over three years old and just be catching an inconsistency rather than being wholly necessary. This commit still carries out the check and prints all the previous log warnings but a 'failure' no longer prevents avatar region crossing or teleport, and it doesn't give the client the error message. This will have some kind of impact on http://opensimulator.org/mantis/view.php?id=5672
* | Resolve merge commits, stage 1Tom2011-09-041-0/+87
|\ \ | |/
| * In WorldCommModule, replace the useless Attachments == null check with ↵Justin Clark-Casey (justincc)2011-08-311-2/+1
| | | | | | | | Attachments.Count == 0 instead
| * minor: seal up another instance of using the appearance list without lockingJustin Clark-Casey (justincc)2011-08-311-1/+1
| |
| * Make SP.Attachments available as sp.GetAttachments() instead.Justin Clark-Casey (justincc)2011-08-311-4/+8
| | | | | | | | | | | | | | The approach here, as in other parts of OpenSim, is to return a copy of the list rather than the attachments list itself This prevents callers from forgetting to lock the list when they read it, as was happening in various parts of the codebase. It also improves liveness. This might improve attachment anomolies when performing region crossings.
| * Add avatar and attachments to llRegionSayBlueWall2011-08-201-4/+67
| | | | | | | | | | | | | | | | | | | | | | | | llRegionSay will now message avatars on chan 0 and will message attachments on the avatar that listen on channels other than 0. This behavior is consistant with the LL implementation as tested on regions in Agni with one exception: this implementation does not include issue: https://jira.secondlife.com/browse/SCR-66?
| * Add llRegionSayToBlueWall2011-08-191-0/+21
| | | | | | | | | | | | | | llRegionSayTo(key target, integer channel, string messasge) Allows messages to be sent region-wide to a particular prim.
| * Fix the cert validation handler so that it will not block other parts ofMelanie2011-05-131-2/+10
| | | | | | | | the server doing ssl successfully.
* | Some additional protection, it seems that responsedata needs to be locked, ↵Tom2011-05-261-2/+13
| | | | | | | | but I can't immediately see where it's being accessed from another thread. For now, this will protect the server
* | Also fix the locking of url.requests and tidy the locks in generalTom2011-05-171-23/+31
| |
* | Lock m_requestMap properly to prevent some nasty access errors and the ↵Tom2011-05-171-30/+51
| | | | | | | | resulting downward spiral
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-081-5/+56
|\ \ | |/
| * Add support for llRequestSecureURL() if ssl is enabledBlueWall2011-05-051-5/+56
| |
* | Fix the cert validation handler so that it will not block other parts ofMelanie2011-04-171-2/+10
| | | | | | | | the server doing ssl successfully.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-121-7/+35
|\ \ | |/
| * minor: remove now inaccurate commentJustin Clark-Casey (justincc)2011-04-111-1/+1
| |
| * minor: adjust some spacing and indentationJustin Clark-Casey (justincc)2011-04-111-10/+10
| |
| * Implimented HTTP_VERIFY_CERT for llHttpRequestE. Allen Soard2011-04-111-3/+31
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-031-2/+0
|\ \ | |/
| * Comment out some startup logging lines to make up for the one I added ↵Justin Clark-Casey (justincc)2011-04-021-2/+0
| | | | | | | | | | | | earlier on. Most of these are where the region modules are telling us they are disabled. Convention is only to log when enabled (even that is really noisy)
* | Since we've plugged the leak, now increase URLs to 5000 since the limit is ↵Tom2011-03-211-1/+1
| | | | | | | | being hit in several sims
* | Repair x-query-stringTom2011-02-031-1/+1
| |
* | Fix cm/15627 : Don't block the entire URL on duplicate requests, just that ↵Tom2011-01-311-3/+3
| | | | | | | | particular request!
* | If llHTTPRequest results in an error, still attempt to get the response ↵Tom2011-01-291-1/+11
| | | | | | | | text. If we can't (which implies the server is unreachable), return the StatusDescription as before.
* | Ignore duplicate llHTTPResponse calls to the same request. Prevents response ↵Tom2011-01-291-4/+9
| | | | | | | | corruption. Only the first llHTTPResponse call is obeyed, akin to SL.
* | Significantly increase the total number of URL's available. In second life, ↵Tom2011-01-281-1/+1
| | | | | | | | the limit is 15,000 URL's (one per prim), so i'd hope we can manage 1k.
* | Fix a discrepancy vs. SL with parsing x-query-stringTom2011-01-281-1/+8
| |
* | Workaround to allow llHTTPRequest to POST data to Lighthttpd which doesn't ↵Tom2010-12-141-0/+4
| | | | | | | | support Expect: 100-Continue
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-121-11/+12
|\ \ | |/
| * Normalization of OSSL function names.Marck2010-12-101-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added the following replacement functions for compliance to the OSSL standards stated on the wiki: osGetTerrainHeight osSetTerrainHeight osGetSunParam osSetSunParam osSetPenColor The functions that do not comply to the standard give a warning when used but work normally otherwise. The graphics primitive drawing command "PenColor" has also been added as well as dynamic texture parameter "bgcolor" as an alternative to "bgcolour". The following two functions have been renamed because they are not enabled yet aynway: osWindParamSet => osSetWindParam osWindParamGet => osGetWindParam
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-021-32/+32
|\ \ | |/
| * Thanks Snoopy for a patch that addresses Mantis #0005165: ↵dahlia2010-11-021-32/+32
| | | | | | | | | | | | osSetDynamicTextureURL crashed region server Signed-off-by: dahlia <dahliaTrimble@gmail.removeme.com>
| * Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker2010-06-281-1/+1
| | | | | | | | allow later conversion to new style
* | Now, fix the slash issue the right way. Our URLs now work like SL'sMelanie Thielker2010-07-031-5/+5
| |
* | Re-add the slashes at the end of the URL. Too much depends on themMelanie Thielker2010-07-031-2/+2
| |
* | ANother stab at LSL compatibilityMelanie Thielker2010-07-011-1/+1
| |
* | Remove trailing slash from HTTP URLs to be compatible with SLMelanie Thielker2010-07-011-1/+1
| |
* | Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker2010-06-281-1/+1
|/ | | | allow later conversion to new style
* minor: Print out port that http servers are usingJustin Clark-Casey (justincc)2010-03-251-6/+6
| | | | do this in callers so that we know who is setting up these things
* Fixed several unhandled exceptions and performance issues with ↵John Hurliman2010-03-161-11/+9
| | | | PrimitiveBaseShape.Textures. This really should be moved from a property to a method if it is going to decode a byte[] into a TextureEntry each time
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
|
* * Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman2010-02-221-1/+2
| | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
* Endline fixTeravus Ovares (Dan Olivares)2010-02-061-12/+12
|
* minor: one method docJustin Clark-Casey (justincc)2010-02-041-0/+1
|
* refactor: move world comm message queueing into its own methodJustin Clark-Casey (justincc)2010-02-021-23/+13
|
* Resolve one more conflict I overlookedMelanie2010-01-291-14/+0
|
* Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-298-203/+89
| | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
* Changes WorldCommModule to ISharedRegionModule.Revolution2010-01-281-1/+5
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* Updates all IRegionModules to the new style region modules.Revolution2010-01-238-86/+210
| | | | Signed-off-by: Melanie <melanie@t-data.com>