aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-12off line module V2 must not sent a empty mutes list. That is mutes modules jo...UbitUmarov1-16/+0
2017-05-07let StreamReader be in using statementsUbitUmarov2-6/+8
2017-05-05 let all clients get a group title update on create groupUbitUmarov1-1/+1
2017-01-06Allow avatar to be charged group membership fees when a money module is in useKevin Cozens1-1/+19
2017-01-06Only apply group creation fee > 0 and pass group name when applying feeKevin Cozens1-2/+2
2017-01-06Restructure god level and permissionsMelanie Thielker1-1/+1
2017-01-05Massive tab and trailing space cleanupMelanie Thielker17-161/+161
2017-01-05Fix some permissions checks in groupsMelanie Thielker1-3/+16
2016-11-09fix some invalid string.format argumentsUbitUmarov1-1/+1
2016-08-23 change odd condition on groupsV2 add to roleUbitUmarov1-1/+1
2016-08-18Fixed grammer in a commentKevin Cozens1-1/+1
2016-08-17Fixed typo in two group messagesKevin Cozens1-1/+1
2016-08-04make sure all new scenepresences have fresh groups information at creation ti...UbitUmarov1-1/+1
2016-08-04add GetActiveMembershipData() to groups modules, let core groups also have Ge...UbitUmarov1-0/+6
2016-07-26 apply the change to groups v2 alsoUbitUmarov1-1/+2
2016-07-23add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ...UbitUmarov1-0/+2
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker1-2/+1
2016-07-01cleanup a bit AgentGroupDataUpdate sendingUbitUmarov1-5/+1
2016-07-01revert several changes to groups modules (agentGroupData is private). change ...UbitUmarov1-51/+51
2016-06-28Revert " don't try to send initial AgentGroupDataUpdate to NPCs" this wasUbitUmarov1-3/+10
2016-06-28 don't try to send initial AgentGroupDataUpdate to NPCsUbitUmarov1-10/+3
2016-06-23Mantis #7937: don't send group info to NPCsDiva Canto1-0/+5
2016-06-23Same change here too.Diva Canto1-1/+4
2016-06-19Mantis #7920: group info was not being updated in many situations. (regressio...Diva Canto1-10/+37
2016-06-19Restored sending group membership data via EventQueue -- this had been a regr...Diva Canto1-1/+2
2016-06-19Minor -- deregister an event handler in Groups V2Diva Canto1-0/+1
2016-06-11Restore SendAgentGroupDataUpdate() call in GroupsModule.cs.Robert Adams1-7/+13
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto2-2/+2
2015-10-18On to 0.8.3!Diva Canto2-2/+2
2015-10-18On to 0.8.3!Diva Canto2-2/+2
2015-09-28 remove groups handlers onClientClose also on groups V2UbitUmarov1-12/+18
2015-09-27 apply changes to xmlrcp groups to groups V2, compiles but not tested :(UbitUmarov1-164/+77
2015-09-02seems to compile ( tests comented out)UbitUmarov1-1/+1
2015-07-31Show last online status of group members from the PresenceService in group pr...Cinder2-43/+75
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto2-2/+2
2015-02-04For built-in groups, if a delegate throws an exception (e.g. due to network f...Justin Clark-Casey (justincc)1-61/+120
2015-01-09Added GetDisplayNames capability. For now, we don't actually use display name...Diva Canto4-1/+5
2014-12-30Renamed VERSION_NUMBER to VersionNumberDiva Canto2-4/+4
2014-12-30This cleans up versioning. Specifically:Diva Canto2-4/+4
2014-12-30WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto2-2/+2
2014-12-29Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto2-2/+2
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)1-2/+2
2014-11-19Minor: Include missing EventHost power for group owner role.AliciaRaven1-0/+1
2014-09-21Fixed a hard-to-run-into bug in groups: at the time of creation of a group, t...Diva Canto1-10/+18
2014-09-05For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)1-2/+3
2014-08-15On teleport to a region that already has a child agent established (e.g. a ne...Justin Clark-Casey (justincc)1-1/+1
2014-07-31If REMOVEAGENTFROMGROUP core groups call fails because requesting agent does ...Justin Clark-Casey (justincc)4-10/+22
2014-07-31Don't overwrite the null result with the true result is groups service REMOVE...Justin Clark-Casey (justincc)2-2/+4
2014-07-31Fix bug where calling PUTGROUP on the core groups service without specifying ...Justin Clark-Casey (justincc)1-1/+1
2014-07-21Include the group name in group IM'sOren Hurvitz1-0/+7