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
/
Region
/
CoreModules
/
Avatar
/
Friends
/
HGFriendsModule.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Another 21 modules' directives moved out of .addin.xml
Diva Canto
2012-11-13
1
-0
/
+1
*
Resolve some mono compiler warnings.
Justin Clark-Casey (justincc)
2012-05-25
1
-4
/
+9
*
HGFriendsModule: Type casts to fix compile error
Snoopy Pfeffer
2012-04-11
1
-1
/
+1
*
HGFriendsModule: Added optional user level based restriction to send friendsh...
Snoopy Pfeffer
2012-04-11
1
-4
/
+20
*
HGFriendsModule: add the scaffolding for supporting permissions pertaining to...
Diva Canto
2012-04-11
1
-0
/
+30
*
Make default "show friends" console command show friends fetched from the fri...
Justin Clark-Casey (justincc)
2012-03-30
1
-2
/
+1
*
refactor: Move "friends show cache" console command out into separate Friends...
Justin Clark-Casey (justincc)
2012-03-30
1
-7
/
+7
*
refactor: Stop passing both IClientAPI and agentID to friend event listeners,...
Justin Clark-Casey (justincc)
2012-03-29
1
-2
/
+2
*
Revert "Simplify friends caching by only doing this for root agents - no func...
Justin Clark-Casey (justincc)
2012-03-29
1
-3
/
+3
*
Simplify friends caching by only doing this for root agents - no functions re...
Justin Clark-Casey (justincc)
2012-03-28
1
-3
/
+3
*
HG Friends: reroute the status notifications to the HGFriends service, so tha...
Diva Canto
2012-03-21
1
-1
/
+1
*
HG Friends: pulled sim-bound notification code to HGStatusNotifier, so that w...
Diva Canto
2012-03-21
1
-19
/
+10
*
Removed extraneous debug messages. Added a check for UUID.Zero.
Diva Canto
2012-03-20
1
-16
/
+23
*
HG Friends: allow the establishment of HG friendships without requiring co-pr...
Diva Canto
2012-03-20
1
-112
/
+178
*
HG Friends: fixed bug introduced by 571efeddb20f38bb4164074b3c217be5387ca2e0 ...
Diva Canto
2012-01-10
1
-2
/
+2
*
Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...
Diva Canto
2011-12-29
1
-22
/
+59
*
Comment out the vebose logging on HGFriendsModule.
Justin Clark-Casey (justincc)
2011-11-16
1
-12
/
+11
*
temporarily increasing logging in HGFriendsModule for debugging
Justin Clark-Casey (justincc)
2011-11-15
1
-1
/
+24
*
Rename FetchFriendslist() -> CacheFriends() and RefetchFriends() -> RecacheFr...
Justin Clark-Casey (justincc)
2011-11-15
1
-3
/
+2
*
If a friends identifier which is too short is given to HGFriendsModule.GetOnl...
Justin Clark-Casey (justincc)
2011-11-14
1
-1
/
+8
*
A few more cleanups on the way to close http://opensimulator.org/mantis/view....
Diva Canto
2011-06-11
1
-11
/
+3
*
Only send AgentOnline to the client if the friendsOnline list has elements. A...
Diva Canto
2011-06-11
1
-1
/
+1
*
Added a Sleep in between each site call, to slow the xml-rpc requests down.
Diva Canto
2011-06-10
1
-37
/
+40
*
More tweaking on the UserAgentServiceConnector: add constructor that does not...
Diva Canto
2011-06-10
1
-1
/
+1
*
This hopefully fixes all issues with online/offline notifications across grid...
Diva Canto
2011-06-07
1
-2
/
+9
*
More on the hunt for the slow down on HGFriendsModule. - Don't requests the o...
Diva Canto
2011-06-06
1
-48
/
+71
*
Moved the Mono Addins declaration of the HGFriendsModule to where the one for...
Diva Canto
2011-06-06
1
-1
/
+0
*
HG friends: Status notifications working. Also initial logins get the online ...
Diva Canto
2011-05-23
1
-2
/
+160
*
More on HG Friends. Added Delete(string, string) across the board. Added secu...
Diva Canto
2011-05-22
1
-61
/
+151
*
Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...
Diva Canto
2011-05-21
1
-173
/
+86
*
HG Friends working to some extent: friendships offered and accepted correctly...
Diva Canto
2011-05-19
1
-0
/
+438