aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* some cleanupUbitUmarov2016-12-271-6/+1
|
* Merge branch 'master' into httptestsUbitUmarov2016-12-231-2/+1
|\
| * Remove obsolete config option "EventQueue". It's been always on for ages!Melanie Thielker2016-12-201-2/+1
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-12-181-19/+25
|\ \ | |/
| * set pbs shape acording to mesh number of (material) facesUbitUmarov2016-12-151-19/+25
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-12-091-1/+1
|\ \ | |/
| * change caps Sethome fail error reportUbitUmarov2016-12-071-1/+1
| |
* | remove not needed sslport parameterUbitUmarov2016-12-081-2/+1
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-12-043-143/+93
|\ \ | |/
| * The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty2016-12-042-0/+3
| | | | | | | | | | Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
| * a few changes to new GetDisplaynames and friendsUbitUmarov2016-12-041-9/+15
| |
| * replace GetDisplaynames by a handler really usable as a client cap. Most ↵UbitUmarov2016-12-042-143/+84
| | | | | | | | capabilities.handlers are so it all things not propor PER CLIENT CAP handlers
* | Merge branch 'master' into httptestsUbitUmarov2016-11-161-4/+3
|\ \ | |/
| * minor change to getdisplaynames cap urlUbitUmarov2016-11-161-4/+3
| |
* | recover regions main http server ssl suport. Using a PKCS12 cert file, and ↵UbitUmarov2016-10-061-1/+1
| | | | | | | | not certs store for now. Option http_listener_cn, cert CN need to the same as external IP. Self sign certs do seem to work, but the viewers option NoVerifySLLCert needs to be set true. CA check is not done but they do check the IP
* | merge issueUbitUmarov2016-08-195-128/+386
|\ \ | |/
| * catch some NULL refsUbitUmarov2016-08-191-1/+6
| |
| * add cap GroupMemberDataUbitUmarov2016-08-191-1/+132
| |
| * allow cap HomeLocation to be disabled setting Cap_HomeLocation = ""UbitUmarov2016-08-181-3/+16
| |
| * add caps HomeLocation ; add client SendAlertMessage(string message, string ↵UbitUmarov2016-08-181-2/+143
| | | | | | | | info), where info in info message field. only minimal testing done
| * several changes on BunchOfCaps. Move some mesh cost initialization to its ↵UbitUmarov2016-08-183-129/+78
| | | | | | | | class it, change caps path to be plain random UUID (except SEED)
| * remove code from httptests branchUbitUmarov2016-08-111-2/+1
| |
| * to do that don't use slideexpiration; add cap event ChatterBoxForceCloseUbitUmarov2016-08-112-1/+21
| |
* | Merge branch 'master' into httptestsUbitUmarov2016-07-272-5/+14
|\ \ | |/
| * add a coment for improvement of ChatterBoxSessionAgentListUpdates closer to ↵UbitUmarov2016-07-231-0/+3
| | | | | | | | viewers protocol. Not necessary on current groups chat lists defecient implementation
| * remove code from httptests branchUbitUmarov2016-07-231-1/+1
| |
| * add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ↵UbitUmarov2016-07-232-6/+16
| | | | | | | | and its use even worse
* | don't loose inventory items when there are bad foldersUbitUmarov2016-07-171-6/+6
| |
* | fix drop on delayed events processingUbitUmarov2016-07-173-45/+130
| |
* | add a Drop method to PollService Event handlers, Drop requests on ↵UbitUmarov2016-07-174-5/+22
|/ | | | connections known to be lost or delay event check if they are sending a response
* simplify http textures and meshs ThrottlesUbitUmarov2016-07-162-100/+24
|
* Merge branch 'master' of opensimulator.org:/var/git/opensimMelanie Thielker2016-07-042-40/+0
|\
| * cleanup a bitUbitUmarov2016-07-012-40/+0
| |
* | Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker2016-07-041-1/+1
|/ | | | | | | | 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.
* revert several changes to groups modules (agentGroupData is private). change ↵UbitUmarov2016-07-012-13/+3
| | | | interregions invite/eject messages, etc
* Make some more modules inheritableMelanie Thielker2016-06-211-13/+13
|
* Mantis #7920: group info was not being updated in many situations. ↵Diva Canto2016-06-192-12/+12
| | | | (regression) Putting back the heavy messaging.
* Restored sending group membership data via EventQueue -- this had been a ↵Diva Canto2016-06-192-1/+55
| | | | regression. Took the opportunity to refactor that code, so that both Groups V2 and XmlRpcGroups can use the same function.
* Allow default permissions from the viewer to be applied to uploaded objects.Melanie Thielker2016-04-291-9/+38
| | | | Make inventory items reflect coorect permissions immediately unstead of after relog
* Make the SimulatorFeaturesModule nonshared as it ought to be from it's code ↵Melanie Thielker2016-04-271-5/+1
| | | | structure.
* Make mesh upload respect the same parts maximum as what is set for theMelanie Thielker2016-03-052-1/+2
| | | | simulator
* Fix a couple of typosMelanie Thielker2016-03-051-1/+1
|
* Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto2016-02-211-1/+1
| | | | replace anymore.
* change the return list of objects costs, sending a answer if none foundUbitUmarov2015-12-201-38/+30
|
* fix the queue type in useUbitUmarov2015-12-091-7/+8
|
* fix the default shape type on upload, it is always convexUbitUmarov2015-11-291-3/+1
|
* change threading on GetTexture and getMesh and WebFetch Modules.UbitUmarov2015-11-273-62/+69
|
* change threading on GetTexture and GetMesh NonSharable region modulesUbitUmarov2015-11-272-44/+44
|
* remove some duplicate using statementsUbitUmarov2015-11-211-1/+1
|
* remove some compile warnings increasing total number by 2UbitUmarov2015-11-212-9/+3
|