Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug fix: dynamic testures set to ALL_SIDES, preserve other face data already ↵ | UbitUmarov | 2017-07-07 | 1 | -1/+5 |
| | | | | present | ||||
* | fix scripts xmlrpc threads names | UbitUmarov | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | ScriptsHttpReq does not need a permanent thread | UbitUmarov | 2017-06-29 | 1 | -2/+2 |
| | |||||
* | add vectorrender string command ''ScaleTransf x,y;''. this allows scaling of ↵ | UbitUmarov | 2017-06-25 | 1 | -0/+7 |
| | | | | objects to draw next. -1,1 will make text be drawn with x direction flipped (it is like the texture scale) | ||||
* | add dyn textures vectorrender comands ''ResetTransf;'', ''TransTransf x,y;'' ↵ | UbitUmarov | 2017-06-24 | 1 | -1/+29 |
| | | | | and ''RotTransf x'' string only, no ossl helper api still | ||||
* | revert the thread level change; remove unused dynamic texture timer from ↵ | UbitUmarov | 2017-06-24 | 2 | -74/+55 |
| | | | | internal code; let blend alpha work if < 255; let blend work with the selected face; etc | ||||
* | simplify vectorrender background draw | UbitUmarov | 2017-06-24 | 1 | -17/+9 |
| | |||||
* | remove a DynamicTexture leak, make it actually return the new texture ID to ↵ | UbitUmarov | 2017-06-24 | 1 | -9/+16 |
| | | | | ossl, do delete previus texture from local cache if temporary,at least on same cases... but still very broken.. | ||||
* | osDrawFilledEllipse or string comand FillEllipse identical do Ellipse one | UbitUmarov | 2017-06-24 | 1 | -0/+11 |
| | |||||
* | do another dns request via new cache. My problems bf wheren't mono after ↵ | UbitUmarov | 2017-05-30 | 1 | -17/+2 |
| | | | | all, but ubuntu systemd.resolver and google public dns, killing one and not using other did improve dns a lot | ||||
* | avoid some wrong watchdog timeouts | UbitUmarov | 2017-05-26 | 1 | -1/+1 |
| | |||||
* | please DIE! PLEASE?? | UbitUmarov | 2017-05-23 | 1 | -0/+1 |
| | |||||
* | disable keepalive on llHttpRequest | UbitUmarov | 2017-05-22 | 1 | -0/+1 |
| | |||||
* | mantis 8171 fix redirection on llHttpRequest | UbitUmarov | 2017-05-20 | 1 | -11/+2 |
| | |||||
* | mantis 8135 | UbitUmarov | 2017-05-02 | 1 | -7/+15 |
| | |||||
* | disable LSL http listener (llRequestURL/llRequestSecureURL) if ↵ | UbitUmarov | 2017-05-02 | 1 | -7/+62 |
| | | | | ExternalHostNameForLSL is not set in cofiguration or does not resolve | ||||
* | mantis 6738: change parsing of the HTTP_CUSTOM_HEADER parameter and ignore ↵ | UbitUmarov | 2017-04-26 | 1 | -8/+4 |
| | | | | entries in excess of 8 on the request | ||||
* | Make it possible to override the URL module | Melanie Thielker | 2017-01-26 | 1 | -12/+12 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 9 | -85/+85 |
| | |||||
* | mantis 8027: allow messages to be sent to attachments child prims in ↵ | UbitUmarov | 2016-09-22 | 1 | -2/+5 |
| | | | | llRegionSayTo | ||||
* | check for null target, minor cleanup | UbitUmarov | 2016-09-21 | 1 | -12/+13 |
| | |||||
* | Minor. Make email module log message format consistent with other modules | AliciaRaven | 2016-09-15 | 1 | -6/+6 |
| | |||||
* | DynamicTextureModule memory leaks | UbitUmarov | 2016-08-24 | 1 | -28/+35 |
| | |||||
* | locking issue | UbitUmarov | 2016-08-22 | 1 | -2/+2 |
| | |||||
* | Mantis #7919: fatal exception on LoadImageURLModule | Diva Canto | 2016-06-06 | 1 | -0/+4 |
| | |||||
* | Mantis 7842 - remove another possible null dereference | Melanie Thielker | 2016-03-23 | 1 | -18/+18 |
| | |||||
* | Add osRequestURL and osRequestSecureURL with an options list. | Melanie Thielker | 2016-03-16 | 1 | -3/+12 |
| | | | | | | Only currently supported option is "allowXss" which will send the needed Access-control-allow-origin: * header to allow xss scripting against the LSL http server. | ||||
* | Implement Access-Control-Allow-Origin for HTTP LSL server | Jeff Kelley | 2016-03-16 | 1 | -0/+2 |
| | |||||
* | Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in ↵ | Jeff Kelley | 2016-03-14 | 1 | -1/+3 |
| | | | | Mantis 7839. | ||||
* | Mantis 7833: Fix a condition where email sent from an object that is in | Melanie Thielker | 2016-03-03 | 1 | -11/+8 |
| | | | | the process of being removed can cause a null reference | ||||
* | fix html encapsulation for MSIE was doing nothing | UbitUmarov | 2015-12-25 | 1 | -1/+1 |
| | |||||
* | assume direct string.replace is good enought to avoid a stringbuild use | UbitUmarov | 2015-12-25 | 1 | -5/+1 |
| | |||||
* | try to implement HTTP_BODY_MAXLENGTH. Make it limit body input bytes. Read ↵ | UbitUmarov | 2015-12-25 | 1 | -16/+33 |
| | | | | entire relevant input buffer before UTF-8 parsing, or it may fail. | ||||
* | remove unused return value on DeliverMessageTo() | UbitUmarov | 2015-11-20 | 1 | -9/+7 |
| | |||||
* | remove duplicate object chat messages ( mantis 7745 ),fix llRegionSay, this ↵ | UbitUmarov | 2015-11-20 | 1 | -0/+5 |
| | | | | are still merge issues | ||||
* | merge issue: fix missing '/' | UbitUmarov | 2015-10-24 | 1 | -2/+3 |
| | |||||
* | remove unused method parameter master also removed | UbitUmarov | 2015-10-02 | 1 | -3/+1 |
| | |||||
* | add a few terminating / in LSLhttp uris as core | UbitUmarov | 2015-09-10 | 1 | -4/+4 |
| | |||||
* | Merge of ubitworkvarnew with opensim/master as of 20150905. | Robert Adams | 2015-09-08 | 2 | -2/+1 |
|\ | | | | | | | | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1 | ||||
| * | Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵ | Diva Canto | 2015-09-04 | 2 | -2/+1 |
| | | | | | | | | OpenSim.Framework. | ||||
* | | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 2 | -28/+5 |
| | | |||||
* | | bad merge? | UbitUmarov | 2015-09-01 | 5 | -316/+451 |
|\ \ | |/ |/| | |||||
| * | varregion: any conversions of use of Constants.RegionSize converted into | Robert Adams | 2015-03-29 | 1 | -2/+2 |
| | | | | | | | | Util.cs routines to convert region coords to and from world coords or handles. | ||||
| * | change/fix previus commits | UbitUmarov | 2014-10-13 | 1 | -1/+1 |
| | | |||||
| * | reduce minimum number of smartpool threads and name it | UbitUmarov | 2014-10-13 | 1 | -3/+3 |
| | | |||||
| * | When sending http requests, close the response stream instead of waiting | Melanie Thielker | 2014-09-20 | 1 | -1/+4 |
| | | | | | | | | for the finalizer to do it, if it ever does. | ||||
| * | Merge branch 'master' into careminster | Melanie | 2013-11-23 | 4 | -8/+8 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs prebuild.xml runprebuild.bat | ||||
| * \ | Merge branch 'master' into careminster | Melanie | 2013-08-11 | 1 | -4/+13 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/Application/OpenSimBase.cs OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs | ||||
| * \ \ | Merge branch 'master' into careminster | Melanie | 2013-08-07 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/Framework/Scenes/Scene.Inventory.cs OpenSim/Region/Framework/Scenes/Scene.cs | ||||
| * \ \ \ | Merge branch 'master' into careminster | Melanie | 2013-07-24 | 1 | -2/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/Servers/HttpServer/PollServiceRequestManager.cs OpenSim/Region/CoreModules/Framework/Caps/CapabilitiesModule.cs OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs |