Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-05-07 | let StreamReader be in using statements | UbitUmarov | 1 | -3/+4 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 3 | -15/+15 | |
2016-11-09 | fix some invalid string.format arguments | UbitUmarov | 1 | -1/+1 | |
2015-01-09 | Added GetDisplayNames capability. For now, we don't actually use display ↵ | Diva Canto | 1 | -0/+1 | |
names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others. | |||||
2014-07-31 | If REMOVEAGENTFROMGROUP core groups call fails because requesting agent does ↵ | Justin Clark-Casey (justincc) | 1 | -3/+4 | |
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. | |||||
2014-07-31 | Don't overwrite the null result with the true result is groups service ↵ | Justin Clark-Casey (justincc) | 1 | -1/+2 | |
REMOVEAGENTFROMGROUP call has failed because of missing parameters | |||||
2014-06-08 | Don't try to package null invites. | Diva Canto | 1 | -1/+5 | |
2014-05-30 | minor: Comment out log line in Groups V2 GroupsServicePostHandler for now ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
which logs every request it receives. | |||||
2014-05-23 | Added HTTP Authentication also to Groups and offline IM. | Diva Canto | 3 | -34/+32 | |
2014-05-15 | Don't warn on not seeing [Groups] Robust section for core groups as this ↵ | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
does not contain any mandatory parameters and won't be present on older installations. | |||||
2014-05-03 | Added a optional key between the group remote connectors, sim and service. ↵ | Diva Canto | 3 | -5/+44 | |
This allows for more secure group services, to be used by collections of mutually-trusting grids. | |||||
2014-03-24 | Better error messages | Oren Hurvitz | 1 | -1/+1 | |
This resolves http://opensimulator.org/mantis/view.php?id=6936 | |||||
2014-02-20 | In core.groups GroupsServiceRemoveConnector, if GetGroupRecord() or ↵ | Justin Clark-Casey (justincc) | 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 | |||||
2013-11-15 | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
Thanks to Kira for this patch from http://opensimulator.org/mantis/view.php?id=6845 | |||||
2013-09-07 | Bring Core Groups up to current version | root | 3 | -31/+69 | |
2013-07-28 | Changing the visibility test in groups service to be UUID.Zero.ToString() ↵ | Diva Canto | 1 | -0/+1 | |
instead of "all" because some paths in the code assume there's a UUI in the RequestingAgent string. | |||||
2013-07-28 | This makes group search work (Groups V2). | Diva Canto | 3 | -1/+59 | |
2013-07-27 | Several major improvements to group (V2) chat. Specifically: handle ↵ | Diva Canto | 1 | -22/+0 | |
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. | |||||
2013-07-08 | minor: remove some mono compiler warnings in new groups code | Justin Clark-Casey (justincc) | 1 | -4/+0 | |
2013-07-08 | Add "show caps stats by user" and "show caps stats by cap" console commands ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
to print various counts of capability invocation by user and by cap This currently prints caps requests received and handled, so that overload of received compared to handled or deadlock can be detected. This involves making BaseStreamHandler and BaseOutputStream record the ints, which means inheritors should subclass ProcessRequest() instead of Handle() However, existing inheriting classes overriding Handle() will still work, albeit without stats recording. "show caps" becomes "show caps list" to disambiguate between show caps commands | |||||
2013-05-13 | Groups: Improve error handling on remote connector. | Diva Canto | 1 | -4/+9 | |
2013-02-25 | Mantis #6552 -- stricter error (crash) if server URL is malformed. | Diva Canto | 1 | -5/+2 | |
2013-02-25 | Fixes mantis #6551 -- misspelled key name. Also fixed an issue with the ↵ | Diva Canto | 2 | -2/+2 | |
roles cache. | |||||
2013-02-19 | First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵ | Diva Canto | 3 | -0/+1839 | |
rest to Addons.Groups.dll. |