index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Addons
/
Groups
/
GroupsModule.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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 ti...
UbitUmarov
1
-1
/
+1
2016-08-04
add GetActiveMembershipData() to groups modules, let core groups also have Ge...
UbitUmarov
1
-0
/
+6
2016-07-26
apply the change to groups v2 also
UbitUmarov
1
-1
/
+2
2016-07-04
Finally remove the requirement for an InventoryItem/FolderBase object to
Melanie Thielker
1
-2
/
+1
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
2016-06-28
Revert " don't try to send initial AgentGroupDataUpdate to NPCs" this was
UbitUmarov
1
-3
/
+10
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. (regressio...
Diva Canto
1
-10
/
+37
2016-06-19
Restored sending group membership data via EventQueue -- this had been a regr...
Diva Canto
1
-1
/
+2
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
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
2014-08-15
On teleport to a region that already has a child agent established (e.g. a ne...
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-05-06
Show more meaningful error messages when failed to give an item to another user
Oren Hurvitz
1
-2
/
+3
2014-03-24
Fixed Debug command for Groups. (Use of wrong capitalization caused *two* "de...
Oren Hurvitz
1
-1
/
+1
2014-03-11
Send group notices through the same messaging module mechanism used to send g...
Justin Clark-Casey (justincc)
1
-3
/
+1
2013-09-07
Bring Core Groups up to current version
root
1
-54
/
+55
2013-08-12
Don't try and send group updates to NPCs via event queue, since NPCs have no ...
Justin Clark-Casey (justincc)
1
-3
/
+7
2013-08-05
Group notices bug fix: use a new IM for each member of the group, otherwise t...
Diva Canto
1
-2
/
+2
2013-07-28
Groups: Better warning messages to the user.
Diva Canto
1
-0
/
+4
2013-07-28
Removed commented lines and useless debug message
Diva Canto
1
-16
/
+0
2013-07-28
Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ...
Diva Canto
1
-21
/
+6
2013-07-28
This makes group search work (Groups V2).
Diva Canto
1
-0
/
+4
2013-07-27
Several major improvements to group (V2) chat. Specifically: handle join/drop...
Diva Canto
1
-4
/
+22
2013-07-23
Improvement of fetching name in groups
Diva Canto
1
-11
/
+10
2013-07-08
minor: remove some mono compiler warnings in new groups code
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-06-30
Groups V2: charge for group creation only after the group has been successful...
Diva Canto
1
-1
/
+4
2013-06-07
Mantis #6620 (removed debug message)
Diva Canto
1
-1
/
+1
2013-05-25
Update the money framework to allow sending the new style linden "serverside ...
Melanie
1
-1
/
+1
2013-05-25
Update the money framework to allow sending the new style linden "serverside ...
Melanie
1
-1
/
+1
2013-02-19
First commit of Diva Groups. The Data bits went to OpenSim.Data core, the res...
Diva Canto
1
-300
/
+306
2013-01-10
minor: Capitalize GroupsModule command category
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-11-15
Revert "Merge master into teravuswork", it should have been avination, not ma...
teravus
1
-29
/
+0
2012-11-12
Cleanup on region modules: gave short node id's to all of them.
Diva Canto
1
-1
/
+1
2012-11-12
Remove any mention of IRegionModule from region names and comments to aid
Melanie
1
-1
/
+1
2012-10-20
Fix build break from commit e469879
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-10-19
Add "debug groups verbose <true|false>" region console command
Justin Clark-Casey (justincc)
1
-0
/
+29
2012-04-05
Added missing refresh of group membership client side cache to the groups mod...
Snoopy Pfeffer
1
-1
/
+2
2012-03-27
Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...
Snoopy Pfeffer
1
-23
/
+99
2012-03-27
User level based restrictions for HyperGrid teleports, asset uploads, group c...
Snoopy Pfeffer
1
-2
/
+20
2012-01-28
Remove IClientAPI from the money module. It was only used to pass in the
Melanie
1
-1
/
+1
2011-12-19
Move HandleObjectGroupUpdate() from GroupsModule to Scene.PacketHandlers.cs a...
Justin Clark-Casey (justincc)
1
-30
/
+0
2011-12-17
Fix bug where objects couldn't be set back to the "none" group.
Justin Clark-Casey (justincc)
1
-8
/
+13
[next]