aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (follow)
Commit message (Expand)AuthorAgeFilesLines
* Lock m_requestMap properly to prevent some nasty access errors and the result...Tom2011-05-171-30/+51
* 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
* | 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 earlier...Justin Clark-Casey (justincc)2011-04-021-2/+0
* | Since we've plugged the leak, now increase URLs to 5000 since the limit is be...Tom2011-03-211-1/+1
* | Repair x-query-stringTom2011-02-031-1/+1
* | Fix cm/15627 : Don't block the entire URL on duplicate requests, just that pa...Tom2011-01-311-3/+3
* | If llHTTPRequest results in an error, still attempt to get the response text....Tom2011-01-291-1/+11
* | Ignore duplicate llHTTPResponse calls to the same request. Prevents response ...Tom2011-01-291-4/+9
* | Significantly increase the total number of URL's available. In second life, ...Tom2011-01-281-1/+1
* | 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 su...Tom2010-12-141-0/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-121-11/+12
|\ \ | |/
| * Normalization of OSSL function names.Marck2010-12-101-11/+12
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-021-32/+32
|\ \ | |/
| * Thanks Snoopy for a patch that addresses Mantis #0005165: osSetDynamicTexture...dahlia2010-11-021-32/+32
| * Change the way IRegionModule us referenced by IEmailModule toMelanie Thielker2010-06-281-1/+1
* | 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
|/
* minor: Print out port that http servers are usingJustin Clark-Casey (justincc)2010-03-251-6/+6
* Fixed several unhandled exceptions and performance issues with PrimitiveBaseS...John Hurliman2010-03-161-11/+9
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
* * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-221-1/+2
* 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
* Changes WorldCommModule to ISharedRegionModule.Revolution2010-01-281-1/+5
* Updates all IRegionModules to the new style region modules.Revolution2010-01-238-86/+210
* Fix a major security problem with osSetDynamicTexture which allowed the delet...CasperW2010-01-181-5/+12
* Make locking of timers and listeners in script related functions consistentJustin Clark-Casey (justincc)2009-11-271-3/+6
* minor: very minor formatting changeJustin Clark-Casey (justincc)2009-11-161-4/+1
* Fixed XMLRPC return paramsMic Bowman2009-11-101-1/+1
* Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-051-4/+1
* Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai...John Hurliman2009-10-091-2/+2
* Revert "Merging in diva's locking fixes"Melanie2009-10-071-19/+18
* Merging in diva's locking fixesJohn Hurliman2009-10-061-18/+19
|\
| * Rewrote parts of the code that were double-locking different objects. This is...Diva Canto2009-10-061-18/+19
* | Fixing a few compile errors in the previous commitJohn Hurliman2009-10-062-2/+0
|/
* Merge branch 'diva-textures-osgrid'Melanie2009-10-041-2/+2
|\