aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add more files for robust mutes suport. (module is still named ↵UbitUmarov2018-01-042-3/+154
| | | | MuteListModuleTst for testing, others in core will be removed later
* commit what i did so far for core mutes module, befere i lose itUbitUmarov2017-12-111-0/+180
|
* add a few locksUbitUmarov2017-08-031-8/+16
|
* merge LocalNeighbourServicesConnector and RemoteNeighbourServicesConnector ↵UbitUmarov2017-05-312-202/+34
| | | | in single NeighbourServicesOutConnector
* minor cleanupUbitUmarov2017-05-271-0/+1
|
* minor cleanupUbitUmarov2017-05-271-10/+24
|
* lose a refUbitUmarov2017-05-261-5/+12
|
* fix remote requests for dwell, so dwell module still calledUbitUmarov2017-05-141-0/+4
|
* Fix an error that would cause a rebake loop on HG gridsMelanie Thielker2017-02-021-1/+1
|
* Refactor part IIMelanie Thielker2017-02-011-9/+4
|
* Refactor asset handling as per Ubit's suggestionMelanie Thielker2017-02-012-32/+12
|
* Make negative asset caching actually workMelanie Thielker2017-01-302-14/+56
| | | | | | Also fixes some merge artefacts in HGAssetBroker where cached assets were requested but not actually used and completely squelch a materials debug message because there is nothing the user can do to fix it anyway.
* Change improperly named isNPC to be IsNPC as a property should be uppercaseMelanie Thielker2017-01-072-2/+2
|
* Massive tab and trailing space cleanupMelanie Thielker2017-01-0531-127/+127
|
* Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache ↵Melanie Thielker2016-12-293-6/+6
| | | | is long gone.
* and yes HG uri againUbitUmarov2016-12-161-6/+26
|
* ok.. another try on the HG uriUbitUmarov2016-12-161-3/+24
|
* work around some more warningsUbitUmarov2016-11-211-1/+1
|
* add expire time for aliensUbitUmarov2016-11-181-7/+26
|
* restore higher resolution clock on udpserver and lower uaeraccouts caching timeUbitUmarov2016-11-181-4/+2
|
* restore large useracconts expire time for testingUbitUmarov2016-11-171-2/+4
|
* reduce useraccouts cache timeUbitUmarov2016-11-111-3/+3
|
* GetUserAccounts cannot cache null accountsUbitUmarov2016-11-103-5/+13
|
* also cache not found useraccounts when search by ID. Change the expire time ↵UbitUmarov2016-11-103-13/+11
| | | | to 5minutes in this case
* move UserAccountCache access locking to its methods and not callers.UbitUmarov2016-11-093-55/+54
|
* minor cleanupUbitUmarov2016-11-091-6/+9
|
* move region comands out of LocalGridServiceConnector where they do not belongUbitUmarov2016-09-101-73/+0
|
* mantis 8021: fix show regionsinview help textUbitUmarov2016-09-071-1/+1
|
* in show regionsinview display the name of the config option ↵UbitUmarov2016-09-051-1/+1
| | | | (MaxRegionViewDistance) that controls the regions View range
* add console comand show regionsinview lists the regions that can be seen ↵UbitUmarov2016-09-051-1/+46
| | | | from a region so may also get child agents from it
* fix console comand Show Neighbours and enable itUbitUmarov2016-09-051-19/+28
|
* suspend httpdos on mapimge, fix image not been updated after first Get till ↵UbitUmarov2016-09-051-1/+5
| | | | restart
* coment some debug messagesUbitUmarov2016-08-231-2/+2
|
* in HGAssetBroker do cache all if asset id changedUbitUmarov2016-08-211-5/+7
|
* fix GetLandData(...) in land connectors not suporting large regionsUbitUmarov2016-08-201-1/+14
|
* missed another UserAccounts cache, add a few locksUbitUmarov2016-08-192-13/+69
|
* add GetUsersNames(string[] ids) to UserManagement. Make GetDisplayNames cap ↵UbitUmarov2016-08-171-1/+1
| | | | use it so several IDs are handle on a single call. Since there is no grid side suport, no much gain still
* drasticly reduce HG inventory caches Expire times, Remove them all ↵UbitUmarov2016-08-162-10/+22
| | | | onClientClose. This to avoid potencial desyncs with inventory service
* remove a parameter for detection of grid fail to suport getting multiple ↵UbitUmarov2016-08-132-7/+5
| | | | user accounts per call and handle it where needed.
* add some wiring to have GetUserAccounts for multiple IDs on a single ↵UbitUmarov2016-08-132-0/+41
| | | | request to grid services. Unfinished, untested
* let get by handle also search on inner lookup tableUbitUmarov2016-08-041-0/+8
|
* well then also no need to remove them :)UbitUmarov2016-08-041-16/+22
|
* no need to place normal size regions on the inner lookup table (HANDLEMASH ? ↵UbitUmarov2016-08-041-2/+9
| | | | its MASK)
* try to speed up get by position X,Y on region info cacheUbitUmarov2016-08-041-3/+224
|
* do not try to cache same asset twice with hg enabledUbitUmarov2016-08-021-2/+2
|
* bug fixUbitUmarov2016-07-311-3/+7
|
* Change RegionInfoCache again...UbitUmarov2016-07-313-278/+368
|
* cleanup to go break something elseUbitUmarov2016-07-311-4/+0
|
* another try on jenkinsUbitUmarov2016-07-302-6/+4
|
* move some code back to AddRegion because some tests dont issue RegionLoadedUbitUmarov2016-07-301-13/+18
|