aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-11Automatically add members to certain groups, and HGers from specific grids ↵onefang1-0/+9
to certain other groups. It doesn't let them know, though the last group added will be their active group. This replaces a PHP script I used to use, that got broken by a PHP update. It also didn't let people know, no one complained. This is better. Another attempt at sorting out the auto group chicken and egg problems. Are you a local? Asking for a friend. Hypergridders have their full name in firstname, and their grid in lastname. Sometimes. Code filled with gotos may be spaghetti code, but object oriented code can be like chopped spaghetti that's hidden all over the kitchen. At least with gotos you can follow them.
2020-09-09Remove useless executable bit that Windows adds.onefang2-0/+0
2019-10-13mantis 8598: filter dead groups from group search. honor querystart request. ↵UbitUmarov1-2/+9
Viewers are very broken on this, seems protocol was made by someone with no idea about lludp
2019-08-20Massive console refactor. Greatly simplify interface.Melanie2-2/+2
2019-07-31Automatically add members to certain groups, and HGers from specific grids ↵onefang1-0/+9
to certain other groups. It doesn't let them know, though the last group added will be their active group. This replaces a PHP script I used to use, that got broken by a PHP update. It also didn't let people know, no one complained. This is better.
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang18-380/+363
2019-04-30missing files...UbitUmarov1-1/+1
2018-11-17code aestheticsUbitUmarov1-1/+1
2018-10-20fix groups v2 agentUUI ofr uuid.zero caseUbitUmarov1-16/+4
2018-07-14mantis 8333: kept idea but my own code. With ini setting ↵UbitUmarov1-1/+1
ConsoleHistoryTimeStamp set to true, the console history file will have timestamps. Im lazy date is in en-us culture for now. (robust also)
2018-07-13minor changes to last patchUbitUmarov1-14/+12
2018-07-13Group Powers changed and Officers role brought back for Groupsfly-man-1-51/+60
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2017-11-12off line module V2 must not sent a empty mutes list. That is mutes modules ↵UbitUmarov1-16/+0
job (or let viewers use they cached entries if none)
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
Create a class GodController which controls all aspects of god level, viewer modes and user levels at ScenePresence level.
2017-01-05Massive tab and trailing space cleanupMelanie Thielker17-161/+161
2017-01-05Fix some permissions checks in groupsMelanie Thielker1-3/+16
The code checked the permissions of a person being added to a role rather than those of the person doing the adding. Also, limited permission role removal wasn't implemented.
2016-11-09fix some invalid string.format argumentsUbitUmarov1-1/+1
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel23-0/+10086
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.