Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If REMOVEAGENTFROMGROUP core groups call fails because requesting agent does ↵ | Justin Clark-Casey (justincc) | 2014-07-31 | 4 | -10/+22 |
| | | | | | | | not have sufficient permission, return null failure result rather than true. On non-HG this is on the only recognized failure state so we can return more information in the error result. On HG there are multiple failure states which would require more work to distinguish, so currently return the unsatisfying "Internal Error" like some other existing calls. | ||||
* | Don't overwrite the null result with the true result is groups service ↵ | Justin Clark-Casey (justincc) | 2014-07-31 | 2 | -2/+4 |
| | | | | REMOVEAGENTFROMGROUP call has failed because of missing parameters | ||||
* | Fix bug where calling PUTGROUP on the core groups service without specifying ↵ | Justin Clark-Casey (justincc) | 2014-07-31 | 1 | -1/+1 |
| | | | | | | a ServiceLocation would set the group name to an empty string. This should set the ServiceLocation to an empty string instead. | ||||
* | Include the group name in group IM's | Oren Hurvitz | 2014-07-21 | 1 | -0/+7 |
| | | | | | | When sending an ImprovedInstantMessage to a group, the IM's binary bucket is supposed to contain the group's name (this is what SL does). Singularity uses this to show the group name when it shows the message at the bottom of the viewer for a few seconds: "[Group Name] From User: Message". Before this update, the group name was empty ("[]"). This update doesn't have any visible effect in Firestorm, because it doesn't use the group name sent in the IM. | ||||
* | Close streams immediately when we finish using them | Oren Hurvitz | 2014-07-21 | 1 | -12/+1 |
| | |||||
* | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 2014-06-17 | 2 | -2/+2 |
| | |||||
* | Don't try to package null invites. | Diva Canto | 2014-06-08 | 1 | -1/+5 |
| | |||||
* | minor: Comment out log line in Groups V2 GroupsServicePostHandler for now ↵ | Justin Clark-Casey (justincc) | 2014-05-30 | 1 | -1/+1 |
| | | | | which logs every request it receives. | ||||
* | Added HTTP Authentication also to Groups and offline IM. | Diva Canto | 2014-05-23 | 6 | -39/+55 |
| | |||||
* | Fix mantis 6973. Prevent BOM being prefixed to message XML which was causing ↵ | AliciaRaven | 2014-05-22 | 1 | -2/+2 |
| | | | | | | an exception when the service tried to read the data later on. Signed-off-by: Oren Hurvitz <orenh@kitely.com> | ||||
* | On verbose groups messaging logging, count all operations in reported time ↵ | Justin Clark-Casey (justincc) | 2014-05-19 | 1 | -2/+2 |
| | | | | when sending group messages, not just those after get group members and get presence status, as applicable | ||||
* | Split verbose groups messaging logging into its own setting separate from ↵ | Justin Clark-Casey (justincc) | 2014-05-19 | 1 | -3/+31 |
| | | | | | | | | | that of the groups module. This is to allow us to get useful information on messaging without being overwhelmed by the rest of groups debug. Enabled with [Groups] DebugMessagingEnabled = true in config (default false) Or "debug groups messaging verbose true|false on the console" (similar to existing groups setting). Done for both xmlrpc and V2 groups. | ||||
* | Don't warn on not seeing [Groups] Robust section for core groups as this ↵ | Justin Clark-Casey (justincc) | 2014-05-15 | 1 | -2/+2 |
| | | | | does not contain any mandatory parameters and won't be present on older installations. | ||||
* | Eliminate subsequently unused scene finding in UndeliveredMessage() method ↵ | Justin Clark-Casey (justincc) | 2014-05-12 | 1 | -4/+0 |
| | | | | of xmlrpc and core offline IM modules | ||||
* | Show more meaningful error messages when failed to give an item to another user | Oren Hurvitz | 2014-05-06 | 1 | -2/+3 |
| | |||||
* | Added a optional key between the group remote connectors, sim and service. ↵ | Diva Canto | 2014-05-03 | 3 | -5/+44 |
| | | | | This allows for more secure group services, to be used by collections of mutually-trusting grids. | ||||
* | Better error handling when retrieving offline IMs | Oren Hurvitz | 2014-04-21 | 1 | -2/+7 |
| | |||||
* | - Increased the threadpool timeout to 10 minutes | Oren Hurvitz | 2014-03-26 | 1 | -3/+3 |
| | | | | - Changed a few places that launch long-lasting threads to skip the timeout altogether | ||||
* | Fixed Debug command for Groups. (Use of wrong capitalization caused *two* ↵ | Oren Hurvitz | 2014-03-24 | 1 | -1/+1 |
| | | | | | | "debug" options to appear in "help") This is a (small) part of http://opensimulator.org/mantis/view.php?id=6949 | ||||
* | Check settings for groups module | Oren Hurvitz | 2014-03-24 | 1 | -1/+9 |
| | | | | Resolves http://opensimulator.org/mantis/view.php?id=6937 | ||||
* | Better error messages | Oren Hurvitz | 2014-03-24 | 3 | -4/+4 |
| | | | | This resolves http://opensimulator.org/mantis/view.php?id=6936 | ||||
* | When sending group notices through group messaging, allow the agent ID to ↵ | Justin Clark-Casey (justincc) | 2014-03-12 | 1 | -3/+7 |
| | | | | | | | | use for fetching group data to be different from im.fromAgentID This is because xmlrpcgroups currently always checks visibility for the requesting agent ID (unlike Groups v2, which can accept UUID.Zero) But group notice IMs have a from agent which is the group rather than the sending agent. Further addresses http://opensimulator.org/mantis/view.php?id=7037 | ||||
* | Send group notices through the same messaging module mechanism used to send ↵ | Justin Clark-Casey (justincc) | 2014-03-11 | 2 | -9/+24 |
| | | | | | | | | group chat to avoid timeout issues when sending messages to large groups. Only implementing for XmlRpcGroups initially to test. May require MessageOnlineUsersOnly = true in [Groups] to be effective. In relation to http://opensimulator.org/mantis/view.php?id=7037 | ||||
* | In core.groups GroupsServiceRemoveConnector, if GetGroupRecord() or ↵ | Justin Clark-Casey (justincc) | 2014-02-20 | 1 | -4/+6 |
| | | | | | | | UpdateGroup() do not have a RESULT parameter in the result message, return null rather than fail with NullReferenceException This check was already done by other methods. Looks to resolve http://opensimulator.org/mantis/view.php?id=7012 | ||||
* | Can delete the Offline Messages sent to/from a user. | Oren Hurvitz | 2014-01-16 | 4 | -0/+37 |
| | | | | This is useful if the user is deleted. | ||||
* | In the offline message table, store the sender. | Oren Hurvitz | 2014-01-16 | 2 | -3/+3 |
| | | | | This data is useful for preventing abuse (e.g., someone who sends too many messages), or for deleting message if their sender has been deleted. | ||||
* | Fixed offline IM | Oren Hurvitz | 2014-01-16 | 1 | -8/+4 |
| | |||||
* | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 2013-11-15 | 2 | -3/+3 |
| | | | | Thanks to Kira for this patch from http://opensimulator.org/mantis/view.php?id=6845 | ||||
* | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 2013-10-04 | 2 | -2/+2 |
| | |||||
* | Restore group membership check for HG users in QueryAccess. | Diva Canto | 2013-09-05 | 1 | -3/+6 |
| | |||||
* | minor: Eliminate one of the duplicate 'have's in the HG message telling the ↵ | Justin Clark-Casey (justincc) | 2013-08-13 | 1 | -1/+1 |
| | | | | user if no GroupsServerURI has been given in user data by the home grid | ||||
* | Don't try and send group updates to NPCs via event queue, since NPCs have no ↵ | Justin Clark-Casey (justincc) | 2013-08-12 | 1 | -3/+7 |
| | | | | | | | event queue. I think there is an argument for sending this information to NPCs anyway since in some cases it appears a lot easier to write server-side bots by hooking into such internal events. However, would need to stop event messages building up on NPC queues if they are never retrieved. | ||||
* | Group notices bug fix: use a new IM for each member of the group, otherwise ↵ | Diva Canto | 2013-08-05 | 1 | -2/+2 |
| | | | | the fields get messed up because the transfer is async | ||||
* | Groups: Better warning messages to the user. | Diva Canto | 2013-07-28 | 2 | -3/+11 |
| | |||||
* | Group chat: prevent a situation where dupe IMs could occur. | Diva Canto | 2013-07-28 | 1 | -9/+3 |
| | |||||
* | Group chat: guard against duplicate sends | Diva Canto | 2013-07-28 | 1 | -4/+5 |
| | |||||
* | Changing the visibility test in groups service to be UUID.Zero.ToString() ↵ | Diva Canto | 2013-07-28 | 4 | -5/+9 |
| | | | | instead of "all" because some paths in the code assume there's a UUI in the RequestingAgent string. | ||||
* | Same issue. | Diva Canto | 2013-07-28 | 1 | -0/+1 |
| | |||||
* | Same issue as previous commit. | Diva Canto | 2013-07-28 | 2 | -14/+17 |
| | |||||
* | Fix an issue where HG members of groups weren't seeing the entire membership ↵ | Diva Canto | 2013-07-28 | 1 | -2/+20 |
| | | | | for group chat. | ||||
* | Removed commented lines and useless debug message | Diva Canto | 2013-07-28 | 1 | -16/+0 |
| | |||||
* | Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ↵ | Diva Canto | 2013-07-28 | 1 | -21/+6 |
| | | | | handler from both Groups modules in core, and replaced them with an operation on IGroupsModule. | ||||
* | This makes group search work (Groups V2). | Diva Canto | 2013-07-28 | 5 | -1/+87 |
| | |||||
* | More on group chat: only root agents should subscribe to OnInstantMessage, ↵ | Diva Canto | 2013-07-27 | 1 | -1/+14 |
| | | | | or else they'll see an echo of their own messages after teleporting. | ||||
* | More bug fixes on group chat | Diva Canto | 2013-07-27 | 1 | -15/+19 |
| | |||||
* | Several major improvements to group (V2) chat. Specifically: handle ↵ | Diva Canto | 2013-07-27 | 6 | -191/+292 |
| | | | | | | join/drop appropriately, invitechatboxes. The major departure from flotsam is to send only one message per destination region, as opposed to one message per group member. This reduces messaging considerably in large groups that have clusters of members in certain regions. | ||||
* | Trying to decrease the lag on group chat. (Groups V2 only) | Diva Canto | 2013-07-26 | 1 | -16/+24 |
| | |||||
* | Decreased the time of group cache to 1 min, because it was getting on my ↵ | Diva Canto | 2013-07-24 | 1 | -1/+1 |
| | | | | nerves that it takes so long to let go of old info. | ||||
* | Improvement of fetching name in groups | Diva Canto | 2013-07-23 | 1 | -11/+10 |
| | |||||
* | minor: remove some mono compiler warnings in new groups code | Justin Clark-Casey (justincc) | 2013-07-08 | 4 | -8/+1 |
| |