Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-08-20 | Massive console refactor. Greatly simplify interface. | Melanie | 4 | -46/+46 | |
2019-08-07 | Fix scope support to get friends list names across co-hosted grids | Melanie | 2 | -10/+4 | |
2019-08-02 | cosmetics | UbitUmarov | 2 | -26/+11 | |
2019-07-30 | now i can login on win .net4.8, but just a little drop on a large (broken) ↵ | UbitUmarov | 1 | -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-13 | When using FSAssets, the HGAssetService would still use AssetService. | Melanie | 1 | -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-13 | When using FSAssets, the HGAssetService would still use AssetService. | Melanie | 1 | -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-14 | reduce httptimout on first try to save a asset to grid | UbitUmarov | 1 | -1/+1 | |
2019-04-06 | UserAgentService: change handling of its external IP | UbitUmarov | 2 | -31/+28 | |
2019-03-11 | Fix multi, and single tenancy on MapGet | root | 1 | -2/+2 | |
2019-03-11 | errr use invariantculture compare not current | UbitUmarov | 1 | -1/+1 | |
2019-03-11 | at login do try proper region name match before sending just somewhere that ↵ | UbitUmarov | 1 | -0/+8 | |
looks similar | |||||
2019-01-25 | change threads confusing names | UbitUmarov | 1 | -5/+1 | |
2019-01-21 | remove terraindata abstraction layer, since we only have heightmap type | UbitUmarov | 1 | -1/+1 | |
2018-12-28 | now break several things at same time... sog/sop updates, threads options,... | UbitUmarov | 1 | -1/+2 | |
2018-12-11 | Return a fake openid token to enable web services on a grid to identify the user | Melanie | 1 | -0/+6 | |
2018-11-18 | don't share SHA256CryptoServiceProvider (can be improved) | UbitUmarov | 1 | -2/+3 | |
2018-11-17 | code aesthetics | UbitUmarov | 1 | -3/+3 | |
2018-11-12 | FSAssets: truncate assets name and description to max size | UbitUmarov | 1 | -1/+18 | |
2018-11-09 | last commit was relative to mantis 8405 not 8396 | UbitUmarov | 1 | -2/+0 | |
2018-11-09 | mantis 8396: on access control, change viewer string to match so it does ↵ | UbitUmarov | 1 | -4/+10 | |
include the viewer name, not just version | |||||
2018-10-23 | Protect/Prevent user names from using valid HG identifiers. | Bill Blight | 1 | -2/+2 | |
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2018-10-22 | fix wrong error message in mutelist connector | UbitUmarov | 1 | -2/+2 | |
2018-10-20 | add RemoveUser to UserManagement | UbitUmarov | 1 | -1/+1 | |
2018-09-26 | make sure Culture is right on some spots | UbitUmarov | 1 | -2/+2 | |
2018-09-15 | stop sending agent update again when destiny refused the agent | UbitUmarov | 1 | -2/+2 | |
2018-07-08 | replace some string tests | UbitUmarov | 2 | -6/+6 | |
2018-07-08 | we don't use tab simbol, we use 4 whitespaces | UbitUmarov | 2 | -28/+28 | |
2018-07-08 | Add mac banning | Vincent Sylvester | 2 | -0/+32 | |
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2018-07-06 | Back-end fix for region name searches made from the viewer grid map dialog. | Kevin Cozens | 1 | -1/+1 | |
GetRegionsByName now returns names that include, but don't start with, the given search string. | |||||
2018-05-13 | avoid potencial out of range issues | UbitUmarov | 1 | -43/+38 | |
2018-05-12 | OOps my bad, always do deep copy, let viewers do v1 v2 fixes | UbitUmarov | 1 | -53/+54 | |
2018-05-12 | create user with model: do not copy missing items; convert v1.0 to v2.0 ↵ | UbitUmarov | 1 | -17/+31 | |
wearables, fail if model has missing wearables | |||||
2018-05-04 | why where map and dynamic textures compressed lossless? | UbitUmarov | 1 | -1/+1 | |
2018-04-14 | robust create user: allow new userid to be to generate a new random one; ↵ | UbitUmarov | 1 | -3/+14 | |
handle possible case of a weareble being a inventory link | |||||
2018-01-27 | a few more changes on inventory library and inv fetch | UbitUmarov | 1 | -13/+19 | |
2018-01-27 | add a few more encoding to LLSDxmlEncode.. (W or S ?) | UbitUmarov | 1 | -1/+0 | |
2018-01-27 | add Cap_FetchLib2 note that this is still local to regions, not using grid ↵ | UbitUmarov | 2 | -11/+46 | |
as it possible should, but this needs more work, and issue with HG older grids/regions | |||||
2018-01-26 | Robust: allow Library assets to override old ones, so they can be updated ↵ | UbitUmarov | 2 | -2/+2 | |
easily from the xml files keeping same id (left FSAssets out) | |||||
2018-01-22 | give BlockingCollection more chances | UbitUmarov | 1 | -6/+9 | |
2018-01-21 | cosmetics (or not) | UbitUmarov | 1 | -20/+19 | |
2018-01-18 | fail to connect to estates service is a fatal error | UbitUmarov | 1 | -3/+15 | |
2018-01-18 | abort uploading large region map tiles as soon one fails | UbitUmarov | 1 | -1/+2 | |
2018-01-17 | pesty warning | UbitUmarov | 1 | -1/+1 | |
2018-01-15 | shut up some pesty warnings | UbitUmarov | 1 | -1/+2 | |
2018-01-04 | add more files for robust mutes suport. (module is still named ↵ | UbitUmarov | 1 | -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 it | UbitUmarov | 2 | -0/+168 | |
2017-08-03 | avoid a null ref | UbitUmarov | 1 | -3/+4 | |
2017-05-29 | remove a unnecessary dns check | UbitUmarov | 1 | -3/+0 | |
2017-05-29 | some cleanup and assume Linux/mono DNS is just broken... | UbitUmarov | 1 | -3/+8 | |
2017-05-26 | cleanup (grid)region info endpoint; add log to try to find some xml decode ↵ | UbitUmarov | 1 | -44/+1 | |
issues |