| Commit message (Expand) | Author | Age | Files | Lines |
* | The robust command login reset should return config value: MinLoginLevel. Def... | Mandarinka Tasty | 2017-01-04 | 1 | -2/+2 |
* | Set a sensible default for the MaxAgentGroups parameter | Melanie Thielker | 2017-01-04 | 1 | -1/+1 |
* | Suppress misleading message when logging in locally | Melanie Thielker | 2017-01-03 | 1 | -2/+6 |
* | Merge branch 'master' of opensimulator.org:/var/git/opensim | Melanie Thielker | 2017-01-02 | 2 | -4/+17 |
|\ |
|
| * | Create a generic way for passing constructor args to plugins | Melanie Thielker | 2017-01-02 | 2 | -4/+17 |
* | | Add the HGRemoteAssetService. Allows to use any asset service with HG | Melanie Thielker | 2017-01-02 | 1 | -0/+240 |
|/ |
|
* | Fake accepting materials (Type == -2) on FSAssets. | Melanie Thielker | 2016-12-30 | 1 | -0/+3 |
* | Add a MaxRetries option to the inventory connector. | Melanie Thielker | 2016-12-29 | 1 | -2/+15 |
* | Add negative caching to flotsam cache. Prevents scripts from hammering the as... | Melanie Thielker | 2016-12-29 | 1 | -2/+7 |
* | Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache is... | Melanie Thielker | 2016-12-29 | 2 | -4/+4 |
* | dont allow regions to be register on map area reserved for HG links | UbitUmarov | 2016-12-16 | 1 | -1/+4 |
* | remove a nonsense option | UbitUmarov | 2016-12-16 | 1 | -5/+0 |
* | useless change that doesn't fix anything | UbitUmarov | 2016-12-16 | 1 | -5/+14 |
* | ok.. another try on the HG uri | UbitUmarov | 2016-12-16 | 2 | -124/+22 |
* | GetRegionsByName and GetHypergridRegionByName: detect that provided url is fo... | UbitUmarov | 2016-12-15 | 2 | -12/+27 |
* | Rename charterMember to membershipType to show what it actually is. | Melanie Thielker | 2016-12-12 | 1 | -4/+4 |
* | HG regions URI need to include also the default ports for compatibility | UbitUmarov | 2016-12-10 | 1 | -5/+6 |
* | set HasGridUserTried on usercache of NPCs | UbitUmarov | 2016-12-07 | 1 | -1/+1 |
* | fix region area range | UbitUmarov | 2016-12-01 | 1 | -2/+2 |
* | fix region overlaps on registration | UbitUmarov | 2016-12-01 | 1 | -95/+17 |
* | increase HG mapsearch spargetti; add more flexibility on input uri formats. T... | UbitUmarov | 2016-11-28 | 2 | -58/+177 |
* | HG on links request build the URI in http format with a / at end, this should... | UbitUmarov | 2016-11-27 | 1 | -3/+6 |
* | add to SynchronousRestFormsRequester a keepalive disable option, and make us... | UbitUmarov | 2016-11-23 | 2 | -2/+5 |
* | fix type bug on hyperlinks | UbitUmarov | 2016-11-21 | 1 | -1/+1 |
* | work around some more warnings | UbitUmarov | 2016-11-21 | 1 | -1/+1 |
* | Include config option to disable stats thread showing read/write stats in con... | AliciaRaven | 2016-11-20 | 1 | -8/+22 |
* | HG LinkRegion receive region size also. Useless since olde r gatekeepers dont... | UbitUmarov | 2016-11-20 | 3 | -5/+21 |
* | HG LinkRegion sends region size also | UbitUmarov | 2016-11-20 | 2 | -2/+8 |
* | Fix the previous commit | Melanie Thielker | 2016-11-19 | 1 | -2/+51 |
* | reduce useraccouts cache time | UbitUmarov | 2016-11-11 | 1 | -51/+2 |
* | fix some invalid string.format arguments | UbitUmarov | 2016-11-09 | 1 | -1/+1 |
* | on get asset with callback, do the callback even if asset not found. This is ... | UbitUmarov | 2016-11-03 | 1 | -34/+17 |
* | replace no thread safe code | UbitUmarov | 2016-09-19 | 1 | -3/+4 |
* | add load baked terrain methods | UbitUmarov | 2016-09-17 | 1 | -0/+5 |
* | add to databases a table to store baked terrain. | UbitUmarov | 2016-09-17 | 1 | -0/+5 |
* | make login to default regions be flaged also as login via RegionID, so landpo... | UbitUmarov | 2016-09-15 | 1 | -0/+8 |
* | change asset upload retry timer AutoReset back to true | UbitUmarov | 2016-09-01 | 1 | -5/+14 |
* | change MAXSENDRETRIESLEN from test value to normal | UbitUmarov | 2016-09-01 | 1 | -2/+2 |
* | assets uploads to grid. Change the retry code. Stop using asset.UploadAttempt... | UbitUmarov | 2016-09-01 | 1 | -78/+128 |
* | potencial null ref | UbitUmarov | 2016-08-24 | 1 | -2/+3 |
* | workaround potencial memory leak | UbitUmarov | 2016-08-22 | 1 | -2/+2 |
* | workaround potencial memory leak | UbitUmarov | 2016-08-22 | 1 | -3/+3 |
* | partially apply patch in mantis 8002 | UbitUmarov | 2016-08-21 | 1 | -3/+9 |
* | Allow creation of user appearance from a model avatar. Thank you, | Melanie Thielker | 2016-08-20 | 1 | -2/+209 |
* | add GetUsersNames(string[] ids) to UserManagement. Make GetDisplayNames cap ... | UbitUmarov | 2016-08-17 | 1 | -0/+1 |
* | remove a parameter for detection of grid fail to suport getting multiple user... | UbitUmarov | 2016-08-13 | 5 | -8/+26 |
* | add some wiring to have GetUserAccounts for multiple IDs on a single request... | UbitUmarov | 2016-08-13 | 5 | -0/+98 |
* | stop a spamming robust debug message | UbitUmarov | 2016-08-02 | 1 | -4/+4 |
* | revert that and actually don't loose the estates :) | UbitUmarov | 2016-08-02 | 1 | -6/+6 |
* | add a extra null check on epxirecache out ( ?? ) | UbitUmarov | 2016-08-02 | 1 | -3/+3 |