aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵UbitUmarov1-1/+1
time (grouptitle missing but not that needed at that point) (use direct calls exactly where we want things to happen), reusing a funtion name to rename later
2016-08-04add GetActiveMembershipData() to groups modules, let core groups also have ↵UbitUmarov1-0/+6
GetMembershipData(), wait for client to ask for it not telling in OnNewClient, as other modules do.
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
and its use even worse
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker1-2/+1
be passed into inventory queries. This makes the API more homogenous and also will more clearly show coding errors related to HG inventory where the .Owner field has a meaning for a query but wasn't always set.
2016-07-01cleanup a bit AgentGroupDataUpdate sendingUbitUmarov1-5/+1
2016-07-01revert several changes to groups modules (agentGroupData is private). change ↵UbitUmarov1-51/+51
interregions invite/eject messages, etc
2016-06-28Revert " don't try to send initial AgentGroupDataUpdate to NPCs" this wasUbitUmarov1-3/+10
already done This reverts commit 84a6a6e008c64d8197177aff1b42a412e5623638.
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. ↵Diva Canto1-10/+37
(regression) Putting back the heavy messaging.
2016-06-19Restored sending group membership data via EventQueue -- this had been a ↵Diva Canto1-1/+2
regression. Took the opportunity to refactor that code, so that both Groups V2 and XmlRpcGroups can use the same function.
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
Restore linkage to OnAgentClosed since the merge solved the reference problem by looking up the agent. This should address Mantis 7915 and 7920.
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto2-2/+2
replace anymore.
2015-10-18On to 0.8.3!Diva Canto2-2/+2
Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
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 ↵Cinder2-43/+75
profiles Signed-off-by: Oren Hurvitz <orenh@kitely.com>
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵Diva Canto2-2/+2
AssemblyVersion("0.8.2.*")
2015-02-04For built-in groups, if a delegate throws an exception (e.g. due to network ↵Justin Clark-Casey (justincc)1-61/+120
failure), always remove its request from the m_ActiveRequests list. If this is not done, all subsequent calls for the same data see that a request is apparantly already in progress and so wait for the result indefinitely.
2015-01-09Added GetDisplayNames capability. For now, we don't actually use display ↵Diva Canto4-1/+5
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-12-30Renamed VERSION_NUMBER to VersionNumberDiva Canto2-4/+4
2014-12-30This cleans up versioning. Specifically:Diva Canto2-4/+4
- It establishes 4 digits for opensim versions - It uses the same number between opensim releases and mono addins versions It also eliminates the last addin.xml files that were still there, for consistency.
2014-12-30WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto2-2/+2
This cleans up Opensim's use of mono addins. In particular, the extension points /OpenSim/RegionModules and /OpenSim/WindModule moved from OpenSim.exe to OpenSim.Region.Framework.dll. From here on, developers of region modules should declare their dlls to be dependent on OpenSim.Region.Framework, starting with version 0.8.1 Additional changes: - Addins version uniformly updated to 0.8.1. These numbers should be compatible with the release numbers or else it becomes very confusing. - Mono addins directives moved from files addins.xml to embedded directives in the class and assembly declarations, to make it all consistent
2014-12-29Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ↵Diva Canto2-2/+2
doesn't need to match the release version number, but I think it's a very good idea that they do.
2014-11-25refactor: Move methods to start a monitored thread, start work in its own ↵Justin Clark-Casey (justincc)1-2/+2
thread and run work in the jobengine from Watchdog to a WorkManager class. This is to achieve a clean separation of concerns - the watchdog is an inappropriate place for work management. Also adds a WorkManager.RunInThreadPool() class which feeds through to Util.FireAndForget. Also switches around the name and obj arguments to the new RunInThread() and RunJob() methods so that the callback obj comes after the callback as seen in the SDK and elsewhere
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, ↵Diva Canto1-10/+18
the OwnerRoleID in the groups table was inconsistent with the roleID in the roles table. OpenSim core was not running into this bug, but 3rd party modules (like Wifi) were.
2014-09-05For monitoring purposes, start non-timeout tasks (which do not currently use ↵Justin Clark-Casey (justincc)1-2/+3
a threadpool) via Watchdog.RunInThread() rather than Util.RunThreadNoTimeout() The functionality is the same but this allow us to monitor such tasks via "show threads" and abort them for test purposes, etc. Also extends thread names to provide more info (e.g. SendInitialDataToClient says what client the task is for).
2014-08-15On teleport to a region that already has a child agent established (e.g. a ↵Justin Clark-Casey (justincc)1-1/+1
neighbour) don't resend all the initial avatar and object data again. This is unnecessary since it has been received (and data continues to be received) in the existing child connection.
2014-07-31If REMOVEAGENTFROMGROUP core groups call fails because requesting agent does ↵Justin Clark-Casey (justincc)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.
2014-07-31Don't overwrite the null result with the true result is groups service ↵Justin Clark-Casey (justincc)2-2/+4
REMOVEAGENTFROMGROUP call has failed because of missing parameters
2014-07-31Fix bug where calling PUTGROUP on the core groups service without specifying ↵Justin Clark-Casey (justincc)1-1/+1
a ServiceLocation would set the group name to an empty string. This should set the ServiceLocation to an empty string instead.
2014-07-21Include the group name in group IM'sOren Hurvitz1-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.
2014-07-21Close streams immediately when we finish using themOren Hurvitz1-12/+1
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2-2/+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 ↵Justin Clark-Casey (justincc)1-1/+1
which logs every request it receives.
2014-05-23Added HTTP Authentication also to Groups and offline IM.Diva Canto6-39/+55
2014-05-22Fix mantis 6973. Prevent BOM being prefixed to message XML which was causing ↵AliciaRaven1-2/+2
an exception when the service tried to read the data later on. Signed-off-by: Oren Hurvitz <orenh@kitely.com>
2014-05-19On verbose groups messaging logging, count all operations in reported time ↵Justin Clark-Casey (justincc)1-2/+2
when sending group messages, not just those after get group members and get presence status, as applicable
2014-05-19Split verbose groups messaging logging into its own setting separate from ↵Justin Clark-Casey (justincc)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.
2014-05-15Don'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.