Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 377fe63c60 Don't try and send group updates to NPCs via event queue, since NPCs have no event queue. 11 years ago
  Diva Canto 7b0b5c9d97 Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that handler from both Groups modules in core, and replaced them with an operation on IGroupsModule. 11 years ago
  Melanie 533bbf033d Update the money framework to allow sending the new style linden "serverside is now viewerside" messages regarding currency 11 years ago
  Justin Clark-Casey (justincc) 17f21ba9a0 minor: Capitalize GroupsModule command category 11 years ago
  Diva Canto 86903f23dd Cleanup on region modules: gave short node id's to all of them. 12 years ago
  Melanie 0d15a6a01f Remove any mention of IRegionModule from region names and comments to aid 12 years ago
  Justin Clark-Casey (justincc) 6cca713679 Fix build break from commit e469879 12 years ago
  Justin Clark-Casey (justincc) e469879725 Add "debug groups verbose <true|false>" region console command 12 years ago
  Snoopy Pfeffer 67537f3596 Added missing refresh of group membership client side cache to the groups module. Before memberships of non active groups often were not stored in the cache (n_groupPowers). 12 years ago
  Snoopy Pfeffer 19837ff4dd Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(userID) that invite/eject users to/from groups the object containing the script is set to. These functions also work for closed groups. 12 years ago
  Snoopy Pfeffer 7223b63563 User level based restrictions for HyperGrid teleports, asset uploads, group creations and getting contacted from other grids. Incoming HyperGrid teleports can also be restricted to local users. 12 years ago
  Melanie 7352aea9ac Remove IClientAPI from the money module. It was only used to pass in the 12 years ago
  Justin Clark-Casey (justincc) 87a2d8d51b Move HandleObjectGroupUpdate() from GroupsModule to Scene.PacketHandlers.cs as this is updating SOG/SOP.GroupID, which is arguably generic. 12 years ago
  Justin Clark-Casey (justincc) 684482352c Fix bug where objects couldn't be set back to the "none" group. 12 years ago
  Justin Clark-Casey (justincc) f9137c923b Fix bug where objects could not be set to a new group if the group had been created in that client session, or if no other action has been performed on the object. 12 years ago
  Justin Clark-Casey (justincc) a9b39d6e5d Tunnel [GroupsModule] DebugEnabled setting down into XmlRpcGroupsServicesConnectorModule so that we can record cache misses 12 years ago
  Melanie 08fcf958c2 Port the Avination offline messaging system to Core 13 years ago
  Dan Lake 272bf71279 Removed use of 'is' operator and casting to find the root ScenePresence in MessageTransfer modules and Groups module. 13 years ago
  Justin Clark-Casey (justincc) a3e0895f12 a few minor formatting tweaks 13 years ago
  James Stallings aka Hiro Protagonist c43ad8a0e7 A final couple of tweaks to GroupsModule.cs. Remove unneeded delegate, and prettify codeing style/formatting 13 years ago
  Justin Clark-Casey (justincc) 8bacf56e46 revert the prematurely included groups patch, yet again 13 years ago
  Justin Clark-Casey (justincc) 8129e64e2a Fill in the new OwnerData field in the LLUDP ScriptDialog message. 13 years ago
  Justin Clark-Casey (justincc) 392d270264 revert the patch that accidentally got added in the last commit 13 years ago
  Justin Clark-Casey (justincc) c4b265aeae update libomv libraries to 0.9.0 13 years ago
  Diva Canto 3e79842312 Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dll 13 years ago
  Diva Canto d8ee0cbe1c First stab at cleaning up Caps. Compiles. Untested. 13 years ago
  Justin Clark-Casey (justincc) 4ac58093bf Make the default for the very verbose XMLRPC groups debug setting false rather than true! 13 years ago
  Justin Clark-Casey (justincc) 81bccd6d13 Start implementing a test for 'share with group' object functionality. Not yet complete. 13 years ago
  Mic Bowman 541a7660e0 Refactor appearance and avatar data sending code. Paritioning the routines into "one-to-many" and "many-to-one" makes it possible to call the right function on presence creation (both child and root) and when a child agent is promoted to root. This brings the total number of appearance sends down to one or two on login. 14 years ago
  Justin Clark-Casey (justincc) 478b44f231 Pass in requesting agent ID when GetGroupMembers is called in the XMLRPC groups module 14 years ago