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
/
FriendsModule.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
During login cancel, don't error out here on a null client.
Melanie Thielker
2017-01-07
1
-0
/
+3
*
Massive tab and trailing space cleanup
Melanie Thielker
2017-01-05
1
-8
/
+8
*
do friends recaching on MakeRoot for normal tps, delay it on crossings
UbitUmarov
2016-08-04
1
-11
/
+2
*
fix a typo
UbitUmarov
2016-08-04
1
-1
/
+1
*
take friends out of onMakeRoot if crossing
UbitUmarov
2016-07-26
1
-15
/
+32
*
Make changes to a friend rights reach him on another sim; find on map does sh...
UbitUmarov
2015-10-26
1
-13
/
+74
*
Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...
Diva Canto
2015-09-04
1
-1
/
+0
*
Label all threadpool calls being made in core OpenSimulator. This is to add ...
Justin Clark-Casey (justincc)
2014-11-25
1
-1
/
+1
*
Fixed: when a user logged-in, sometimes he didn't get notified of the Online ...
Oren Hurvitz
2014-04-21
1
-2
/
+22
*
Delete some verbose debug messages
Diva Canto
2013-07-04
1
-4
/
+4
*
More debug, same issue
Diva Canto
2013-07-04
1
-0
/
+2
*
More debug, same issue
Diva Canto
2013-07-04
1
-2
/
+4
*
More debug related to the previous commit
Diva Canto
2013-07-04
1
-1
/
+1
*
Now trying to find a cause of freeze at login related to friends status notif...
Diva Canto
2013-07-04
1
-2
/
+5
*
Revert "One more debug mantis #6625"
Diva Canto
2013-06-30
1
-1
/
+0
*
Fixed previous debug message
Diva Canto
2013-06-29
1
-1
/
+1
*
One more debug mantis #6625
Diva Canto
2013-06-29
1
-0
/
+1
*
In LocalFriendshipTerminated, send the original client's agentId to the frien...
Donnie Roberts
2013-06-07
1
-3
/
+3
*
To further help with tracking down the apperance of too much "Unknown User" i...
Justin Clark-Casey (justincc)
2013-05-21
1
-2
/
+2
*
Another 21 modules' directives moved out of .addin.xml
Diva Canto
2012-11-13
1
-0
/
+2
*
Improve efficiency of friends notification by only make one PresenceService c...
Justin Clark-Casey (justincc)
2012-10-20
1
-29
/
+24
*
minor: Comment out friends notification log spam for now.
Justin Clark-Casey (justincc)
2012-09-12
1
-3
/
+3
*
refactor: Instead of performing a ScenePresence lookup twice over LocateClien...
Justin Clark-Casey (justincc)
2012-05-07
1
-18
/
+2
*
Fix a bug in FriendsModule.StatusNotify() where all subsequent friends would ...
Justin Clark-Casey (justincc)
2012-05-07
1
-2
/
+7
*
HGFriendsModule: add the scaffolding for supporting permissions pertaining to...
Diva Canto
2012-04-11
1
-2
/
+2
*
Make default "show friends" console command show friends fetched from the fri...
Justin Clark-Casey (justincc)
2012-03-30
1
-2
/
+2
*
refactor: Move "friends show cache" console command out into separate Friends...
Justin Clark-Casey (justincc)
2012-03-30
1
-86
/
+12
*
Add simple login test with online friends. Add IFriendsModule.GrantRights() ...
Justin Clark-Casey (justincc)
2012-03-30
1
-23
/
+27
*
refactor: Stop passing both IClientAPI and agentID to friend event listeners,...
Justin Clark-Casey (justincc)
2012-03-29
1
-18
/
+22
*
Add back parts of reverted changes that were not concerned with child agent c...
Justin Clark-Casey (justincc)
2012-03-29
1
-0
/
+3
*
Revert "Simplify friends caching by only doing this for root agents - no func...
Justin Clark-Casey (justincc)
2012-03-29
1
-18
/
+44
*
Pushing the Avination Calling card hooks. Module to follow.
Melanie
2012-03-29
1
-4
/
+17
*
Simplify friends caching by only doing this for root agents - no functions re...
Justin Clark-Casey (justincc)
2012-03-28
1
-44
/
+18
*
Add "friends show cache <first-name> <last-name>" command for debugging purpo...
Justin Clark-Casey (justincc)
2012-03-28
1
-2
/
+76
*
HG Friends: pulled sim-bound notification code to HGStatusNotifier, so that w...
Diva Canto
2012-03-21
1
-1
/
+1
*
Removed extraneous debug message
Diva Canto
2012-03-21
1
-3
/
+0
*
HG Friends: allow the establishment of HG friendships without requiring co-pr...
Diva Canto
2012-03-20
1
-7
/
+24
*
Add comments about trying to avoid synchronous work off the EventManager.OnMa...
Justin Clark-Casey (justincc)
2011-11-15
1
-1
/
+4
*
remove SceneCommunicationService.OnAvatarCrossingIntoRegion. This stuff is n...
Justin Clark-Casey (justincc)
2011-11-15
1
-1
/
+0
*
Rename FetchFriendslist() -> CacheFriends() and RefetchFriends() -> RecacheFr...
Justin Clark-Casey (justincc)
2011-11-15
1
-12
/
+11
*
refactor: rename m_NeedsListOfFriends => m_NeedsListOfOnlineFriends to better...
Justin Clark-Casey (justincc)
2011-11-15
1
-5
/
+5
*
For clients that are entering a simulator from initial login, stop executing ...
Justin Clark-Casey (justincc)
2011-11-15
1
-5
/
+27
*
refactor: Don't create a new UUID for passing uuids to client - UUIDs are str...
Justin Clark-Casey (justincc)
2011-11-15
1
-4
/
+6
*
Add test for removing a friendship.
Justin Clark-Casey (justincc)
2011-11-14
1
-6
/
+6
*
Improved method doc for AddFriend() - it actually does set up a two-way relat...
Justin Clark-Casey (justincc)
2011-11-14
1
-2
/
+2
*
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
2011-11-14
1
-6
/
+0
*
Add test for adding a friend whilst online
Justin Clark-Casey (justincc)
2011-11-14
1
-5
/
+10
*
Add very simple FriendsModuleTests.TestNoFriends()
Justin Clark-Casey (justincc)
2011-11-14
1
-1
/
+3
*
Port the Avination offline messaging system to Core
Melanie
2011-11-02
1
-3
/
+1
*
Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...
Justin Clark-Casey (justincc)
2011-10-25
1
-0
/
+1
[next]