Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-11 | Automatically add members to certain groups, and HGers from specific grids ↵ | onefang | 1 | -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-09 | Remove useless executable bit that Windows adds. | onefang | 2 | -0/+0 | |
2019-10-13 | mantis 8598: filter dead groups from group search. honor querystart request. ↵ | UbitUmarov | 1 | -2/+9 | |
Viewers are very broken on this, seems protocol was made by someone with no idea about lludp | |||||
2019-08-20 | Massive console refactor. Greatly simplify interface. | Melanie | 2 | -2/+2 | |
2019-07-31 | Automatically add members to certain groups, and HGers from specific grids ↵ | onefang | 1 | -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-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 18 | -380/+363 | |
2019-04-30 | missing files... | UbitUmarov | 1 | -1/+1 | |
2018-11-17 | code aesthetics | UbitUmarov | 1 | -1/+1 | |
2018-10-20 | fix groups v2 agentUUI ofr uuid.zero case | UbitUmarov | 1 | -16/+4 | |
2018-07-14 | mantis 8333: kept idea but my own code. With ini setting ↵ | UbitUmarov | 1 | -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-13 | minor changes to last patch | UbitUmarov | 1 | -14/+12 | |
2018-07-13 | Group Powers changed and Officers role brought back for Groups | fly-man- | 1 | -51/+60 | |
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt> | |||||
2017-11-12 | off line module V2 must not sent a empty mutes list. That is mutes modules ↵ | UbitUmarov | 1 | -16/+0 | |
job (or let viewers use they cached entries if none) | |||||
2017-05-07 | let StreamReader be in using statements | UbitUmarov | 2 | -6/+8 | |
2017-05-05 | let all clients get a group title update on create group | UbitUmarov | 1 | -1/+1 | |
2017-01-06 | Allow avatar to be charged group membership fees when a money module is in use | Kevin Cozens | 1 | -1/+19 | |
2017-01-06 | Only apply group creation fee > 0 and pass group name when applying fee | Kevin Cozens | 1 | -2/+2 | |
2017-01-06 | Restructure god level and permissions | Melanie Thielker | 1 | -1/+1 | |
Create a class GodController which controls all aspects of god level, viewer modes and user levels at ScenePresence level. | |||||
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 17 | -161/+161 | |
2017-01-05 | Fix some permissions checks in groups | Melanie Thielker | 1 | -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-09 | fix some invalid string.format arguments | UbitUmarov | 1 | -1/+1 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 23 | -0/+10086 | |
2016-08-23 | change odd condition on groupsV2 add to role | UbitUmarov | 1 | -1/+1 | |
2016-08-18 | Fixed grammer in a comment | Kevin Cozens | 1 | -1/+1 | |
2016-08-17 | Fixed typo in two group messages | Kevin Cozens | 1 | -1/+1 | |
2016-08-04 | make sure all new scenepresences have fresh groups information at creation ↵ | UbitUmarov | 1 | -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-04 | add GetActiveMembershipData() to groups modules, let core groups also have ↵ | UbitUmarov | 1 | -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 also | UbitUmarov | 1 | -1/+2 | |
2016-07-23 | add a missing field to ChatterBoxSessionAgentListUpdates. it is still wrong, ↵ | UbitUmarov | 1 | -0/+2 | |
and its use even worse | |||||
2016-07-04 | Finally remove the requirement for an InventoryItem/FolderBase object to | Melanie Thielker | 1 | -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-01 | cleanup a bit AgentGroupDataUpdate sending | UbitUmarov | 1 | -5/+1 | |
2016-07-01 | revert several changes to groups modules (agentGroupData is private). change ↵ | UbitUmarov | 1 | -51/+51 | |
interregions invite/eject messages, etc | |||||
2016-06-28 | Revert " don't try to send initial AgentGroupDataUpdate to NPCs" this was | UbitUmarov | 1 | -3/+10 | |
already done This reverts commit 84a6a6e008c64d8197177aff1b42a412e5623638. | |||||
2016-06-28 | don't try to send initial AgentGroupDataUpdate to NPCs | UbitUmarov | 1 | -10/+3 | |
2016-06-23 | Mantis #7937: don't send group info to NPCs | Diva Canto | 1 | -0/+5 | |
2016-06-23 | Same change here too. | Diva Canto | 1 | -1/+4 | |
2016-06-19 | Mantis #7920: group info was not being updated in many situations. ↵ | Diva Canto | 1 | -10/+37 | |
(regression) Putting back the heavy messaging. | |||||
2016-06-19 | Restored sending group membership data via EventQueue -- this had been a ↵ | Diva Canto | 1 | -1/+2 | |
regression. Took the opportunity to refactor that code, so that both Groups V2 and XmlRpcGroups can use the same function. | |||||
2016-06-19 | Minor -- deregister an event handler in Groups V2 | Diva Canto | 1 | -0/+1 | |
2016-06-11 | Restore SendAgentGroupDataUpdate() call in GroupsModule.cs. | Robert Adams | 1 | -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-21 | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵ | Diva Canto | 2 | -2/+2 | |
replace anymore. | |||||
2015-10-18 | On to 0.8.3! | Diva Canto | 2 | -2/+2 | |
Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs | |||||
2015-10-18 | On to 0.8.3! | Diva Canto | 2 | -2/+2 | |
2015-09-28 | remove groups handlers onClientClose also on groups V2 | UbitUmarov | 1 | -12/+18 | |
2015-09-27 | apply changes to xmlrcp groups to groups V2, compiles but not tested :( | UbitUmarov | 1 | -164/+77 | |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -1/+1 | |
2015-07-31 | Show last online status of group members from the PresenceService in group ↵ | Cinder | 2 | -43/+75 | |
profiles Signed-off-by: Oren Hurvitz <orenh@kitely.com> | |||||
2015-04-29 | Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵ | Diva Canto | 2 | -2/+2 | |
AssemblyVersion("0.8.2.*") | |||||
2015-02-04 | For 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-09 | Added GetDisplayNames capability. For now, we don't actually use display ↵ | Diva Canto | 4 | -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. |