index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
CoreModules
/
Avatar
/
Friends
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Refactor
teravus
2013-10-07
1
-2
/
+2
*
* Added a Basic DOS protection container/base object for the most common HTTP...
teravus
2013-10-07
1
-2
/
+10
*
Add "show caps stats by user" and "show caps stats by cap" console commands t...
Justin Clark-Casey (justincc)
2013-07-08
1
-1
/
+1
*
Delete some verbose debug messages
Diva Canto
2013-07-04
2
-5
/
+5
*
More debug, same issue
Diva Canto
2013-07-04
2
-1
/
+3
*
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
*
HG Friends: this was commented some commits ago, but it shouldn't have been.
Diva Canto
2013-07-04
1
-25
/
+24
*
Revert "HG Friends: debug an issue where the friends data stored in the DB is...
Diva Canto
2013-07-04
1
-1
/
+0
*
HG Friends: debug an issue where the friends data stored in the DB is incompl...
Diva Canto
2013-07-04
1
-0
/
+1
*
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
*
More debug for mantis #6625. It looks like the home friends list is being fet...
Diva Canto
2013-06-29
1
-20
/
+21
*
In LocalFriendshipTerminated, send the original client's agentId to the frien...
Donnie Roberts
2013-06-07
2
-4
/
+4
*
To further help with tracking down the apperance of too much "Unknown User" i...
Justin Clark-Casey (justincc)
2013-05-21
2
-3
/
+3
*
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
Melanie
2013-03-26
1
-0
/
+1
*
Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...
Justin Clark-Casey (justincc)
2012-11-24
1
-1
/
+1
*
Another 21 modules' directives moved out of .addin.xml
Diva Canto
2012-11-13
2
-0
/
+3
*
Improve efficiency of friends notification by only make one PresenceService c...
Justin Clark-Casey (justincc)
2012-10-20
1
-29
/
+24
*
On receiving TaskInventoryAccepted with a destination folder in the binary bu...
Justin Clark-Casey (justincc)
2012-10-06
1
-1
/
+1
*
minor: Comment out friends notification log spam for now.
Justin Clark-Casey (justincc)
2012-09-12
1
-3
/
+3
*
Resolve some mono compiler warnings.
Justin Clark-Casey (justincc)
2012-05-25
1
-4
/
+9
*
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
*
Add regression test for teleporting an agent between separated regions on the...
Justin Clark-Casey (justincc)
2012-04-27
1
-1
/
+1
*
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
2
-2
/
+32
*
Make default "show friends" console command show friends fetched from the fri...
Justin Clark-Casey (justincc)
2012-03-30
2
-4
/
+3
*
refactor: Move "friends show cache" console command out into separate Friends...
Justin Clark-Casey (justincc)
2012-03-30
2
-93
/
+19
*
Add simple login test with online friends. Add IFriendsModule.GrantRights() ...
Justin Clark-Casey (justincc)
2012-03-30
2
-50
/
+73
*
refactor: Stop passing both IClientAPI and agentID to friend event listeners,...
Justin Clark-Casey (justincc)
2012-03-29
3
-20
/
+52
*
Add simple regression test for logging in with offline friends. Don't expect...
Justin Clark-Casey (justincc)
2012-03-29
1
-1
/
+46
*
Add back parts of reverted changes that were not concerned with child agent c...
Justin Clark-Casey (justincc)
2012-03-29
1
-0
/
+3
*
Change namespace on CallingCardModule and correct interface file placemant. A...
Melanie
2012-03-29
1
-2
/
+29
*
Revert "Simplify friends caching by only doing this for root agents - no func...
Justin Clark-Casey (justincc)
2012-03-29
2
-21
/
+47
*
Committing the Avination calling card module
Melanie
2012-03-29
1
-0
/
+286
*
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
2
-47
/
+21
*
Add "friends show cache <first-name> <last-name>" command for debugging purpo...
Justin Clark-Casey (justincc)
2012-03-28
1
-2
/
+76
*
HG Friends: don't notify if the server isn't there.
Diva Canto
2012-03-22
1
-7
/
+10
*
HG Friends: reroute the status notifications to the HGFriends service, so tha...
Diva Canto
2012-03-21
2
-7
/
+26
*
HG Friends: pulled sim-bound notification code to HGStatusNotifier, so that w...
Diva Canto
2012-03-21
3
-20
/
+58
*
Removed extraneous debug message
Diva Canto
2012-03-21
1
-3
/
+0
*
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
2
-119
/
+202
*
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
[next]