aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/Groups/Remote (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-07let StreamReader be in using statementsUbitUmarov1-3/+4
2017-01-05Massive tab and trailing space cleanupMelanie Thielker3-15/+15
2016-11-09fix some invalid string.format argumentsUbitUmarov1-1/+1
2015-01-09Added GetDisplayNames capability. For now, we don't actually use display name...Diva Canto1-0/+1
2014-07-31If REMOVEAGENTFROMGROUP core groups call fails because requesting agent does ...Justin Clark-Casey (justincc)1-3/+4
2014-07-31Don't overwrite the null result with the true result is groups service REMOVE...Justin Clark-Casey (justincc)1-1/+2
2014-06-08Don't try to package null invites.Diva Canto1-1/+5
2014-05-30minor: Comment out log line in Groups V2 GroupsServicePostHandler for now whi...Justin Clark-Casey (justincc)1-1/+1
2014-05-23Added HTTP Authentication also to Groups and offline IM.Diva Canto3-34/+32
2014-05-15Don't warn on not seeing [Groups] Robust section for core groups as this does...Justin Clark-Casey (justincc)1-2/+2
2014-05-03Added a optional key between the group remote connectors, sim and service. Th...Diva Canto3-5/+44
2014-03-24Better error messagesOren Hurvitz1-1/+1
2014-02-20In core.groups GroupsServiceRemoveConnector, if GetGroupRecord() or UpdateGro...Justin Clark-Casey (justincc)1-4/+6
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-1/+1
2013-09-07Bring Core Groups up to current versionroot3-31/+69
2013-07-28Changing the visibility test in groups service to be UUID.Zero.ToString() ins...Diva Canto1-0/+1
2013-07-28This makes group search work (Groups V2).Diva Canto3-1/+59
2013-07-27Several major improvements to group (V2) chat. Specifically: handle join/drop...Diva Canto1-22/+0
2013-07-08minor: remove some mono compiler warnings in new groups codeJustin Clark-Casey (justincc)1-4/+0
2013-07-08Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)1-1/+1
2013-05-13Groups: Improve error handling on remote connector.Diva Canto1-4/+9
2013-02-25Mantis #6552 -- stricter error (crash) if server URL is malformed.Diva Canto1-5/+2
2013-02-25Fixes mantis #6551 -- misspelled key name. Also fixed an issue with the roles...Diva Canto2-2/+2
2013-02-19First commit of Diva Groups. The Data bits went to OpenSim.Data core, the res...Diva Canto3-0/+1839