aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-20Massive console refactor. Greatly simplify interface.Melanie4-46/+46
2019-08-07Fix scope support to get friends list names across co-hosted gridsMelanie2-10/+4
2019-08-02cosmeticsUbitUmarov2-26/+11
2019-07-30now i can login on win .net4.8, but just a little drop on a large (broken) ↵UbitUmarov1-30/+53
OSD ocean. some of this changes are actually good even on good JIT. Failure seems to be on same code pattern, but same points seem to vary with each JIT compilation, sometimes work, others don't, others always fail, etc
2019-07-13When using FSAssets, the HGAssetService would still use AssetService.Melanie1-13/+70
This introduces a new HGAssetService config option named BackingService, which defaults to the old behaviour, loading AssetService. It can, however, be used to load FSAssets for HG assets, which eliminates numerous problems.
2019-07-13When using FSAssets, the HGAssetService would still use AssetService.Melanie1-13/+70
This introduces a new HGAssetService config option named BackingService, which defaults to the old behaviour, loading AssetService. It can, however, be used to load FSAssets for HG assets, which eliminates numerous problems.
2019-06-14reduce httptimout on first try to save a asset to gridUbitUmarov1-1/+1
2019-04-06UserAgentService: change handling of its external IPUbitUmarov2-31/+28
2019-03-11Fix multi, and single tenancy on MapGetroot1-2/+2
2019-03-11errr use invariantculture compare not currentUbitUmarov1-1/+1
2019-03-11at login do try proper region name match before sending just somewhere that ↵UbitUmarov1-0/+8
looks similar
2019-01-25change threads confusing namesUbitUmarov1-5/+1
2019-01-21remove terraindata abstraction layer, since we only have heightmap typeUbitUmarov1-1/+1
2018-12-28now break several things at same time... sog/sop updates, threads options,...UbitUmarov1-1/+2
2018-12-11Return a fake openid token to enable web services on a grid to identify the userMelanie1-0/+6
2018-11-18don't share SHA256CryptoServiceProvider (can be improved)UbitUmarov1-2/+3
2018-11-17code aestheticsUbitUmarov1-3/+3
2018-11-12FSAssets: truncate assets name and description to max sizeUbitUmarov1-1/+18
2018-11-09last commit was relative to mantis 8405 not 8396UbitUmarov1-2/+0
2018-11-09mantis 8396: on access control, change viewer string to match so it does ↵UbitUmarov1-4/+10
include the viewer name, not just version
2018-10-23Protect/Prevent user names from using valid HG identifiers.Bill Blight1-2/+2
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-10-22fix wrong error message in mutelist connectorUbitUmarov1-2/+2
2018-10-20add RemoveUser to UserManagementUbitUmarov1-1/+1
2018-09-26make sure Culture is right on some spotsUbitUmarov1-2/+2
2018-09-15stop sending agent update again when destiny refused the agentUbitUmarov1-2/+2
2018-07-08replace some string testsUbitUmarov2-6/+6
2018-07-08we don't use tab simbol, we use 4 whitespacesUbitUmarov2-28/+28
2018-07-08Add mac banningVincent Sylvester2-0/+32
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2018-07-06Back-end fix for region name searches made from the viewer grid map dialog.Kevin Cozens1-1/+1
GetRegionsByName now returns names that include, but don't start with, the given search string.
2018-05-13avoid potencial out of range issuesUbitUmarov1-43/+38
2018-05-12OOps my bad, always do deep copy, let viewers do v1 v2 fixesUbitUmarov1-53/+54
2018-05-12create user with model: do not copy missing items; convert v1.0 to v2.0 ↵UbitUmarov1-17/+31
wearables, fail if model has missing wearables
2018-05-04why where map and dynamic textures compressed lossless?UbitUmarov1-1/+1
2018-04-14 robust create user: allow new userid to be to generate a new random one; ↵UbitUmarov1-3/+14
handle possible case of a weareble being a inventory link
2018-01-27a few more changes on inventory library and inv fetchUbitUmarov1-13/+19
2018-01-27add a few more encoding to LLSDxmlEncode.. (W or S ?)UbitUmarov1-1/+0
2018-01-27add Cap_FetchLib2 note that this is still local to regions, not using grid ↵UbitUmarov2-11/+46
as it possible should, but this needs more work, and issue with HG older grids/regions
2018-01-26Robust: allow Library assets to override old ones, so they can be updated ↵UbitUmarov2-2/+2
easily from the xml files keeping same id (left FSAssets out)
2018-01-22give BlockingCollection more chancesUbitUmarov1-6/+9
2018-01-21cosmetics (or not)UbitUmarov1-20/+19
2018-01-18 fail to connect to estates service is a fatal errorUbitUmarov1-3/+15
2018-01-18abort uploading large region map tiles as soon one failsUbitUmarov1-1/+2
2018-01-17pesty warningUbitUmarov1-1/+1
2018-01-15shut up some pesty warningsUbitUmarov1-1/+2
2018-01-04add more files for robust mutes suport. (module is still named ↵UbitUmarov1-0/+183
MuteListModuleTst for testing, others in core will be removed later
2017-12-11 commit what i did so far for core mutes module, befere i lose itUbitUmarov2-0/+168
2017-08-03avoid a null refUbitUmarov1-3/+4
2017-05-29remove a unnecessary dns checkUbitUmarov1-3/+0
2017-05-29some cleanup and assume Linux/mono DNS is just broken...UbitUmarov1-3/+8
2017-05-26cleanup (grid)region info endpoint; add log to try to find some xml decode ↵UbitUmarov1-44/+1
issues