Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-10-20 | add RemoveUser to UserManagement | UbitUmarov | 1 | -1/+1 | |
2018-05-13 | avoid potencial out of range issues | UbitUmarov | 1 | -43/+38 | |
2018-01-27 | add Cap_FetchLib2 note that this is still local to regions, not using grid ↵ | UbitUmarov | 1 | -1/+2 | |
as it possible should, but this needs more work, and issue with HG older grids/regions | |||||
2017-12-11 | commit what i did so far for core mutes module, befere i lose it | UbitUmarov | 1 | -0/+41 | |
2017-05-26 | cleanup (grid)region info endpoint; add log to try to find some xml decode ↵ | UbitUmarov | 1 | -44/+1 | |
issues | |||||
2017-05-25 | add some checks for valid endpoints | UbitUmarov | 1 | -30/+10 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 15 | -71/+71 | |
2016-12-07 | set HasGridUserTried on usercache of NPCs | UbitUmarov | 1 | -1/+1 | |
2016-11-20 | HG LinkRegion sends region size also | UbitUmarov | 1 | -1/+1 | |
2016-08-17 | add GetUsersNames(string[] ids) to UserManagement. Make GetDisplayNames cap ↵ | UbitUmarov | 1 | -0/+1 | |
use it so several IDs are handle on a single call. Since there is no grid side suport, no much gain still | |||||
2016-08-13 | remove a parameter for detection of grid fail to suport getting multiple ↵ | UbitUmarov | 1 | -1/+1 | |
user accounts per call and handle it where needed. | |||||
2016-08-13 | add some wiring to have GetUserAccounts for multiple IDs on a single ↵ | UbitUmarov | 1 | -0/+1 | |
request to grid services. Unfinished, untested | |||||
2016-07-04 | Finally remove the requirement for an InventoryItem/FolderBase object to | Melanie Thielker | 1 | -2/+2 | |
be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set. | |||||
2016-04-29 | Apply user specified default perms across the board, to items uploaded as ↵ | Melanie Thielker | 1 | -1/+1 | |
well as items created and to rezzed prims in world. This effectively removes the concept of "default permissions" from OpenSim because all known modern viewers set the permissions flags on login. Ancient abandoned viewers will now default to the SL defaults. | |||||
2016-02-21 | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 1 | -1/+1 | |
replace anymore. | |||||
2015-11-23 | revert previus commit | UbitUmarov | 1 | -1/+1 | |
2015-11-23 | remove libomv detection/log from llLoginService | UbitUmarov | 1 | -1/+1 | |
2015-11-01 | More EntityTransferContext plumbing | Melanie Thielker | 1 | -14/+0 | |
2015-11-01 | More plumbing of the EntityTransferContext (not yet complete) | Melanie Thielker | 2 | -3/+4 | |
2015-11-01 | Plumb the special VeriableWearablesSuported field which we will | Melanie Thielker | 1 | -0/+2 | |
temporarily use to determine extended wearableness | |||||
2015-10-31 | Introduce an EntityTransferContext carrying the version numbers to pass | Melanie Thielker | 1 | -1/+13 | |
to all interested functions. Should fix the varregion conditional. Still a testing version, do NOT use in production! | |||||
2015-10-31 | Testing stage of the new versioning system. Use at own risk. May not | Melanie Thielker | 1 | -1/+1 | |
work. Will eat your babies. Yada. Yada. | |||||
2015-10-27 | fix services handling of visualparameters, avoiding possible crashs (mantis ↵ | UbitUmarov | 1 | -5/+20 | |
7732) partially appling code from avinationmerge | |||||
2015-10-18 | On to 0.8.3! | Diva Canto | 1 | -1/+1 | |
Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | |||||
2015-10-18 | On to 0.8.3! | Diva Canto | 1 | -1/+1 | |
2015-09-13 | Remove the last proprietary copyright headers, insert BSD ones. | Melanie Thielker | 1 | -6/+27 | |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 5 | -137/+20 | |
2015-08-26 | add more of the v03 checks and homeURL. Sending side only for now | UbitUmarov | 1 | -1/+13 | |
2015-08-20 | Partial plumbing for the agent stateful module features negotiation | Melanie Thielker | 1 | -1/+2 | |
2015-08-08 | WARNING: massive refactor to follow libomv's latest changes regarding ↵ | Diva Canto | 1 | -1/+1 | |
inventory folders. The newest version of libomv itself is committed here. Basically, everything that was using the AssetType enum has been combed through; many of those uses were changed to the new FolderType enum. This means that from now on, [new] root folders have code 8 (FolderType.Root), as the viewers expect, as opposed to 9, which was what we had been doing. Normal folders are as they were, -1. Also now sending folder code 100 for Suitcase folders to viewers, with no filter. All tests pass, but fingers crossed! | |||||
2015-08-01 | Mantis #7664: Added IHypergridLinker interface to establish a contract about ↵ | Diva Canto | 1 | -0/+6 | |
what implementers need to provide publicly. This is used by 3rd-party addons such as Wifi. | |||||
2015-06-13 | A few bug fixes for Agent Preferences to actually work. Also added missing ↵ | Diva Canto | 1 | -1/+1 | |
config for standalone. | |||||
2015-06-13 | Refactor AgentPreferences so that database operations happen centrally. the ↵ | Cinder | 1 | -0/+115 | |
opensim way. Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-05-08 | Another major overhaul of inventory downloading, this time pertaining to ↵ | Diva Canto | 1 | -1/+8 | |
inventory links. Added yet another function to IInventoryService to get multiple items at once, so that fetching collections of linked items is done once per folder instead of once per item. | |||||
2015-05-07 | Major change in the way inventory is downloaded: added a method throughout ↵ | Diva Canto | 1 | -0/+8 | |
IIventoryService that fetches sets of folders at once. Also added folder id in the InventoryCollection data structure, so that we don't need to go to inventory server again just for that. This reduces the chatter between sims and inventory server by... a lot. On my tests, this reduces initial inventory download down to 30% of what it currently is. | |||||
2015-04-29 | Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵ | Diva Canto | 1 | -1/+1 | |
AssemblyVersion("0.8.2.*") | |||||
2015-03-29 | varregion: any conversions of use of Constants.RegionSize converted into | Robert Adams | 1 | -8/+8 | |
Util.cs routines to convert region coords to and from world coords or handles. | |||||
2015-03-05 | solving HG IM, HGFriends issues based on falsified GridUser data | Freaky Tech | 1 | -0/+1 | |
it does not consider GridUser as a viable source for residents' data. it does not consider Friends, Inventory Creators to be trusted at all. There are lots of broken entries in existence. There are lots of broken creator data fields in assets. The following issues arise from the broken data in the old User Management Module: failing HG IM failing HGFriends Requests Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | |||||
2015-01-14 | Stop simulators attempting to contact registered but offline regions ↵ | Justin Clark-Casey (justincc) | 1 | -98/+118 | |
(RegionFlags.Persistent but not RegioNFlags.RegionOnline) on startup and when an avatar completes a teleport. This eliminates spurious network calls and failure reporting. This is done by adding RegionFlags to the GridRegion returned data in a backward compatible way as an alternative to multiple IGridService.GetRegionFlags() calls Using a simulator or a grid service older than this commit will just see previous behaviour. | |||||
2015-01-09 | Added GetDisplayNames capability. For now, we don't actually use display ↵ | Diva Canto | 1 | -0/+96 | |
names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others. | |||||
2014-11-25 | refactor: Use simpler auto-implemented property for HttpPort in GridRegion | Justin Clark-Casey (justincc) | 1 | -10/+5 | |
2014-11-25 | minor: Remove compiler warning from GridRegion in IGridService | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2014-11-25 | minor: remove compiler warning from OpenProfileClient | Justin Clark-Casey (justincc) | 1 | -4/+3 | |
2014-10-26 | bug fix | UbitUmarov | 1 | -1/+1 | |
2014-10-24 | TEST**** wingridproxy detection at grid login. Untested possible not | UbitUmarov | 1 | -2/+2 | |
very reliable. Adds some load even on region servers because of code at BaseHttpServer. | |||||
2014-08-23 | Fix a null ref that will cause an exception if a grid region doesnt' specify ↵ | Melanie Thielker | 1 | -0/+6 | |
a URI. | |||||
2014-08-23 | Change the map tile system to be multi-grid hosting compatible | Melanie Thielker | 1 | -3/+3 | |
Conflicts: OpenSim/Server/Handlers/Map/MapRemoveServerConnector.cs | |||||
2014-08-23 | Change the map tile system to be multi-grid hosting compatible | Melanie Thielker | 1 | -3/+3 | |
2014-08-06 | OpenSimExtras | BlueWall | 1 | -0/+3 | |
Move the experimental extra features functionality into the GridService. This sends default values for map, search and destination guide, plus ExportSupported control to the region on startup. Please watch http://opensimulator.org/wiki/SimulatorFeatures_Extras for changes and documentation. | |||||
2014-07-21 | On login and first HG entrance to a foreign grid, perform query access ↵ | Justin Clark-Casey (justincc) | 1 | -2/+4 | |
checks before proceeding. |