aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Set culture also in object crossings.Diva Canto2016-06-221-0/+2
* Mantis #7802: set culture to US English on the thread that does the agent cro...Diva Canto2016-06-221-5/+3
* Make a debug message less misleading.Diva Canto2016-06-221-3/+6
* Mantis #7935: regression on transferring attachments over the HGDiva Canto2016-06-221-5/+6
* Split IM handling so an inheriting module can cange names if required.Melanie Thielker2016-06-211-2/+6
* Related to mantis #7929: "For sale" was not being accepted, because of permis...Diva Canto2016-06-202-3/+22
* Still related to mantis #7917, parcel prims info. Now sending the correct num...Diva Canto2016-06-192-7/+10
* Mantis #7917: regression on prim limits module.Diva Canto2016-06-181-18/+2
* Also make the HGUserManagementModule more amenable to subclassing.Melanie Thielker2016-06-161-2/+2
* Make the UserManagementModule inheritableMelanie Thielker2016-06-151-35/+35
* Make chat and instant message modules fully subclassableMelanie Thielker2016-06-142-36/+36
* Mantis #7874: parcel properties not being updated upon avatar entering new pa...Diva Canto2016-06-111-1/+0
* Mantis #7919: fatal exception on LoadImageURLModuleDiva Canto2016-06-061-0/+4
* Fixed a merge issueDiva Canto2016-06-061-3/+3
* Don't copy assets to foreign asset servers when the objects are being deletedDiva Canto2016-06-062-2/+9
* Minor improvement over the previous commit -- make sure the code exists in th...Diva Canto2016-05-161-1/+1
* Mantis #7878 -- Landmarks were not being created in HGSuitcaseInventoryDiva Canto2016-05-161-0/+7
* According to the SL wiki, estate managers can set parcels for sale. Make it sew.Melanie Thielker2016-05-021-1/+1
* Apply user specified default perms across the board, to items uploaded as wel...Melanie Thielker2016-04-291-3/+6
* Allow default permissions from the viewer to be applied to uploaded objects.Melanie Thielker2016-04-292-9/+27
* Replace the "land show" method with the better one from 0.8.Melanie Thielker2016-04-281-16/+25
* From information given my Mandarinka Tasty, add firing the detach event even ...Melanie Thielker2016-04-271-0/+3
* Reverse a comparison, this is probably the cause of attach issuesMelanie Thielker2016-04-261-1/+1
* Fire detach events even in temp attachments. They don't really need it but ke...Melanie Thielker2016-04-251-1/+9
* Stop serializing and storing assets for objects that were never rezzed from i...Melanie Thielker2016-04-251-0/+12
* Fix Temporary Attachments not being able to be detached by clientVegaslon2016-04-251-1/+1
* Mantis 7842 - remove another possible null dereferenceMelanie Thielker2016-03-231-18/+18
* Add osRequestURL and osRequestSecureURL with an options list.Melanie Thielker2016-03-161-3/+12
* Implement Access-Control-Allow-Origin for HTTP LSL serverJeff Kelley2016-03-161-0/+2
* Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in Mant...Jeff Kelley2016-03-141-1/+3
* Mantis 7833: Fix a condition where email sent from an object that is inMelanie Thielker2016-03-031-11/+8
* Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto2016-02-211-1/+1
* change parcel_owner_is_god configuration option from default from true to fa...UbitUmarov2016-01-301-1/+1
* add option MaxRegionsViewDistance to control the maximum range to tell viewe...UbitUmarov2016-01-261-4/+4
* stop avatar move to target on parcel ban enforceUbitUmarov2016-01-011-0/+2
* fix html encapsulation for MSIE was doing nothingUbitUmarov2015-12-251-1/+1
* assume direct string.replace is good enought to avoid a stringbuild useUbitUmarov2015-12-251-5/+1
* try to implement HTTP_BODY_MAXLENGTH. Make it limit body input bytes. Read en...UbitUmarov2015-12-251-16/+33
* enable the upload region map texture asset for large regions for large region...UbitUmarov2015-12-241-5/+26
* drop attachments to ground a bit in front of the avatar, not on his locationUbitUmarov2015-12-211-2/+5
* revert the setting of phantom flag on attachment drop to ground, since it can...UbitUmarov2015-12-211-7/+0
* drop attachments to ground with phantom active. We should not do this, but fo...UbitUmarov2015-12-201-4/+7
* temporary assets are as localUbitUmarov2015-12-191-8/+8
* fix test: scene update needs to run after the delayUbitUmarov2015-12-161-3/+7
* revert last change and add delays on testing, since child updates now have ti...UbitUmarov2015-12-161-0/+5
* several changes to parcels access control and scenepresence updates ratesUbitUmarov2015-12-161-115/+106
* make parcel bans do something on vehicles. Just a first code, far from goodUbitUmarov2015-12-151-1/+2
* fix typoUbitUmarov2015-12-153-12/+10
* replace GetNearestPoint... funtionsUbitUmarov2015-12-151-3/+144
* some changes parcels AABB math etcUbitUmarov2015-12-151-54/+45