aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-22remove some code for NAT that was disabled by its author Adam Frisby since 20...UbitUmarov1-18/+1
2017-05-22 fix IClientIPEndpoint broken by justin long ago.. but stop using itUbitUmarov2-18/+13
2017-05-22disable keepalive on llHttpRequestUbitUmarov1-0/+1
2017-05-20mantis 8171 fix redirection on llHttpRequestUbitUmarov1-11/+2
2017-05-19fix a null ref on parcels joinUbitUmarov1-4/+11
2017-05-19fix land parcel group been lost on region uploadUbitUmarov1-2/+0
2017-05-19change some confusing comands helpUbitUmarov1-6/+6
2017-05-14clear land object on deleteUbitUmarov2-1/+17
2017-05-14 don't round to nearest intUbitUmarov2-3/+3
2017-05-14 don't do dwell if there is no module activeUbitUmarov1-1/+6
2017-05-14 fix remote requests for dwell, so dwell module still calledUbitUmarov3-1/+12
2017-05-14fix some issue on parcels loading and make parcels dwell show something. Reso...UbitUmarov3-21/+61
2017-05-13find parcels by GlobalID.. well most timeUbitUmarov3-12/+58
2017-05-11avoid a null refUbitUmarov1-12/+16
2017-05-11 let new regions know about grid services godUbitUmarov1-26/+74
2017-05-07let StreamReader be in using statementsUbitUmarov2-6/+8
2017-05-06 dispose some MemoryStreamsUbitUmarov1-0/+2
2017-05-05add a few guard checks on serviceThrottlemoduleUbitUmarov1-1/+9
2017-05-04 do the same in the cases we are just moving parts around and not changing th...UbitUmarov2-2/+2
2017-05-04 move deep effective permissions aggregation to first time use and not on cha...UbitUmarov1-1/+1
2017-05-03fix right to change permissions of group owned objectsUbitUmarov1-1/+32
2017-05-03 change taskInventory copy/move to agents inventory rulesUbitUmarov1-11/+18
2017-05-02mantis 8135UbitUmarov1-7/+15
2017-05-02 disable LSL http listener (llRequestURL/llRequestSecureURL) if ExternalHostN...UbitUmarov1-7/+62
2017-05-01buysell: make sure we dont buy child parts, dont mess with absolute position ...UbitUmarov1-12/+7
2017-05-01rename sog.GetEffectivePermissions() since its use is now limited to more spe...UbitUmarov2-17/+10
2017-04-30Add a missing viewer-relevant message to the perms moduleMelanie Thielker1-0/+3
2017-04-30fix new landmarks default permissionsUbitUmarov1-3/+8
2017-04-29nore permissions masks hierachyUbitUmarov2-8/+6
2017-04-29buysell: fix permissions masks hierachyUbitUmarov1-8/+10
2017-04-29 update folded permitions if taking from world, or after unfoldUbitUmarov2-15/+4
2017-04-29 recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ea...UbitUmarov2-22/+13
2017-04-28BuySell: bug fix, use all object permitions for sold item, and not the operat...UbitUmarov1-9/+14
2017-04-28forgot a change...UbitUmarov1-2/+2
2017-04-28a few changes to permissions folding... we are testing. at this point only us...UbitUmarov1-15/+20
2017-04-26 mantis 6738: change parsing of the HTTP_CUSTOM_HEADER parameter and ignore e...UbitUmarov1-8/+4
2017-04-15several changes for osTeleportObjectUbitUmarov1-6/+86
2017-04-03add bool CanObjectEnterWithScripts(SceneObjectGroup sog, ILandObject land) pe...UbitUmarov1-0/+52
2017-03-31Adapt to a variable name that has changed in coreMelanie Thielker1-2/+2
2017-03-31Prevent error spew when script send IM to HG users before HG is upMelanie Thielker1-3/+8
2017-03-31Also ignore NPCs in short-circuiting region restartsMelanie Thielker1-2/+2
2017-03-31Allow short-circuiting region restart delays of there are no users leftMelanie Thielker1-0/+43
2017-03-31A god is a god is a god. Let gods access scripts and NCsMelanie Thielker1-0/+8
2017-03-31Squelch an error that happens when the asset cache was mounted RO.Melanie Thielker1-0/+3
2017-03-30add CanSellObject() permitions check functionsUbitUmarov3-16/+95
2017-03-30mantis 8131: make the new Offline IM code optional and disabled by default, s...UbitUmarov1-32/+55
2017-02-02Fix an error that would cause a rebake loop on HG gridsMelanie Thielker1-1/+1
2017-02-01Refactor part IIMelanie Thielker1-9/+4
2017-02-01Refactor asset handling as per Ubit's suggestionMelanie Thielker8-72/+50
2017-01-30Make negative asset caching actually workMelanie Thielker8-31/+96