aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-31change child agents close control; disablesimulator is not a caps event messageUbitUmarov2-4/+4
2017-05-31remove the option to store baked textures on assets service, thats suicide ↵UbitUmarov1-153/+2
use xbakes
2017-05-29 mono is a total crapUbitUmarov1-5/+0
2017-05-29 cleanup util.cs get dnsUbitUmarov1-1/+1
2017-05-29 add temporary debug msgsUbitUmarov1-0/+5
2017-05-26make BlockingQueue.Dequeue timeouts more coerent (just less than watchdog ↵UbitUmarov3-6/+5
timeout)
2017-05-25minor changesUbitUmarov2-4/+10
2017-05-25make a few more threads background onesUbitUmarov1-1/+1
2017-05-25make some threads background onesUbitUmarov2-2/+2
2017-05-25remove use of libomv BlockingQueueUbitUmarov2-5/+5
2017-05-07let StreamReader be in using statementsUbitUmarov1-2/+3
2017-05-04 do the same in the cases we are just moving parts around and not changing ↵UbitUmarov1-1/+1
their caches (ie their taskInventory)
2017-04-25move mesh pbs creation code out of mesh upload code into to ↵UbitUmarov1-71/+14
PrimitiveBaseShape.cs
2017-04-25cosmetics on mesh upload encoding of number of faces on pbs shape. Use ↵UbitUmarov1-23/+36
opensim shape enums in place of libovm for coerence, add a few coments.
2017-04-25 finish encoding number of mesh faces in pbs shape on new meshs upload, and ↵UbitUmarov1-6/+19
*HACK* flag it setting hollow shape to triangle. (some limited encoding as added some months ago, but only for viewers LOD). Use this hack flag to fix sop number of faces. old meshs will still report 8 faces, information to fix this seems lost unless the mesh asset is decoded
2017-01-17add more calls to effective permissions aggregation, some paths may still be ↵UbitUmarov2-5/+6
missing on objects changes, but remove the aggregation on check paths, so all can be tested.
2017-01-07Remove a red ink error on shutdown. Harmless message since shutting down anywayMelanie Thielker1-1/+7
2017-01-06Restructure god level and permissionsMelanie Thielker1-1/+1
Create a class GodController which controls all aspects of god level, viewer modes and user levels at ScenePresence level.
2017-01-05Massive tab and trailing space cleanupMelanie Thielker19-126/+126
2016-12-27some cleanupUbitUmarov1-6/+1
2016-12-20Remove obsolete config option "EventQueue". It's been always on for ages!Melanie Thielker1-2/+1
2016-12-15set pbs shape acording to mesh number of (material) facesUbitUmarov1-19/+25
2016-12-08 remove not needed sslport parameterUbitUmarov1-2/+1
2016-12-07change caps Sethome fail error reportUbitUmarov1-1/+1
2016-12-04The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty2-0/+3
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2016-12-04a few changes to new GetDisplaynames and friendsUbitUmarov1-9/+15
2016-12-04replace GetDisplaynames by a handler really usable as a client cap. Most ↵UbitUmarov2-143/+84
capabilities.handlers are so it all things not propor PER CLIENT CAP handlers
2016-11-16minor change to getdisplaynames cap urlUbitUmarov1-4/+3
2016-10-06recover regions main http server ssl suport. Using a PKCS12 cert file, and ↵UbitUmarov1-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
2016-08-19 catch some NULL refsUbitUmarov1-1/+6
2016-08-19 add cap GroupMemberDataUbitUmarov1-1/+132
2016-08-18 allow cap HomeLocation to be disabled setting Cap_HomeLocation = ""UbitUmarov1-3/+16
2016-08-18add caps HomeLocation ; add client SendAlertMessage(string message, string ↵UbitUmarov1-2/+143
info), where info in info message field. only minimal testing done
2016-08-18several changes on BunchOfCaps. Move some mesh cost initialization to its ↵UbitUmarov3-129/+78
class it, change caps path to be plain random UUID (except SEED)
2016-08-11 remove code from httptests branchUbitUmarov1-2/+1
2016-08-11 to do that don't use slideexpiration; add cap event ChatterBoxForceCloseUbitUmarov2-1/+21
2016-07-23 add a coment for improvement of ChatterBoxSessionAgentListUpdates closer to ↵UbitUmarov1-0/+3
viewers protocol. Not necessary on current groups chat lists defecient implementation
2016-07-23remove code from httptests branchUbitUmarov1-1/+1
2016-07-23add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ↵UbitUmarov2-6/+16
and its use even worse
2016-07-17 don't loose inventory items when there are bad foldersUbitUmarov1-6/+6
2016-07-17fix drop on delayed events processingUbitUmarov3-45/+130
2016-07-17add a Drop method to PollService Event handlers, Drop requests on ↵UbitUmarov4-5/+22
connections known to be lost or delay event check if they are sending a response
2016-07-16simplify http textures and meshs ThrottlesUbitUmarov2-100/+24
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker1-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.
2016-07-01cleanup a bitUbitUmarov2-40/+0
2016-07-01revert several changes to groups modules (agentGroupData is private). change ↵UbitUmarov2-13/+3
interregions invite/eject messages, etc
2016-06-21Make some more modules inheritableMelanie Thielker1-13/+13
2016-06-19Mantis #7920: group info was not being updated in many situations. ↵Diva Canto2-12/+12
(regression) Putting back the heavy messaging.
2016-06-19Restored sending group membership data via EventQueue -- this had been a ↵Diva Canto2-1/+55
regression. Took the opportunity to refactor that code, so that both Groups V2 and XmlRpcGroups can use the same function.
2016-04-29Allow default permissions from the viewer to be applied to uploaded objects.Melanie Thielker1-9/+38
Make inventory items reflect coorect permissions immediately unstead of after relog