Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 60c52ac0c4 start adding user ids to the media urls 14 years ago
  Justin Clark-Casey (justincc) f872a2af11 add missing regionstore migration file for new fields. D'oh! 14 years ago
  Justin Clark-Casey (justincc) cd985ab71b Handle checking of line starting "*" wildcard for whitelist patterns 14 years ago
  Justin Clark-Casey (justincc) 664cbe2357 refactor: simplify current whitelist url checking by using System.Uri 14 years ago
  Justin Clark-Casey (justincc) 0edabffb7d Implement * end wildcard for whitelist urls 14 years ago
  Justin Clark-Casey (justincc) dce7307aa2 properly expose prim media LSL functions to scripts 14 years ago
  Justin Clark-Casey (justincc) fc76ce0f46 fix bug where prim persistence would fail if media had never been set 14 years ago
  Justin Clark-Casey (justincc) 049ccba8d3 fix previous media interact serverside checking. perform very basic serverside url whitelist checks 14 years ago
  Justin Clark-Casey (justincc) cf7573c8fd implement code to deregister users on DeregisterCaps 14 years ago
  Justin Clark-Casey (justincc) ee6cd884c9 implement serverside checks for media texture navigation in order to stop naughty clients 14 years ago
  Justin Clark-Casey (justincc) a9101feb10 factor out soon to be common media permissions check code 14 years ago
  Justin Clark-Casey (justincc) 51b208e96c implement prim media control permissions serverside in order to stop bad clients 14 years ago
  Justin Clark-Casey (justincc) e5615d3a9b discard an object media update message if it tries to set more media textures than the prim has faces 14 years ago
  Justin Clark-Casey (justincc) eb5e39d6ef Fire CHANGED_MEDIA event if a media texture is set or cleared 14 years ago
  Justin Clark-Casey (justincc) 39a38c4901 implement llClearPrimMedia() 14 years ago
  Justin Clark-Casey (justincc) d1a879927c fix issue with GetMediaEntry if the face requested wasn't set to a media texture 14 years ago
  Justin Clark-Casey (justincc) 43f480864b fix problem persisting when only one face had a media texture 14 years ago
  Justin Clark-Casey (justincc) c76e2ce250 factor out common code for updating the media url 14 years ago
  Justin Clark-Casey (justincc) 74bc4f61fd factor out common face parameter checking code 14 years ago
  Justin Clark-Casey (justincc) cfb79cd411 minor: correct a few method names and change accessability 14 years ago
  Justin Clark-Casey (justincc) a5ad792e6c implement llSetPrimMediaParams() 14 years ago
  Justin Clark-Casey (justincc) 8f403cb4b8 Implement llGetPrimMediaParams() 14 years ago
  Justin Clark-Casey (justincc) 9682e0c733 Implement media texture persistence over server restarts for sqlite 14 years ago
  Justin Clark-Casey (justincc) 4ebae14a53 handle ObjectMediaNavigateMessage 14 years ago
  Justin Clark-Casey (justincc) 468450a94d send a full object update out to avatars when a media texture is initially set 14 years ago
  Justin Clark-Casey (justincc) b1eb83ed6c start sending media url in object full updates 14 years ago
  Justin Clark-Casey (justincc) 4a6adff4cd start storing a mediaurl on the scene object part 14 years ago
  Justin Clark-Casey (justincc) c290cdd997 replace hand parsing of incoming object media messages with parsing code in libopenmetaverse 14 years ago
  Justin Clark-Casey (justincc) acac47830e start storing incoming MediaEntry on a new Media field on PrimitiveBaseShape 14 years ago
  Justin Clark-Casey (justincc) 9301e36fbc have a stab at sending the correct number of media entries to shapes 14 years ago