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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-07-11
Changed the UserProfileModule so that it's less greedy in terms of thread usage.
Diva Canto
1
-7
/
+5
2013-07-09
Revert "minor: remove some mono compiler warnings in UserProfileModule"
Robert Adams
1
-13
/
+16
2013-07-09
minor: remove some mono compiler warnings in UserProfileModule
Justin Clark-Casey (justincc)
1
-16
/
+13
2013-07-08
For stat purposes, add names to capability request handlers where these were ...
Justin Clark-Casey (justincc)
1
-3
/
+3
2013-07-08
Add "show caps stats by user" and "show caps stats by cap" console commands t...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-07-05
Changed a few bits in Inventory/Archiver/InventoryArchiveReadRequest.cs to be...
Diva Canto
4
-23
/
+27
2013-07-04
Delete some verbose debug messages
Diva Canto
2
-5
/
+5
2013-07-04
More debug, same issue
Diva Canto
2
-1
/
+3
2013-07-04
More debug, same issue
Diva Canto
1
-2
/
+4
2013-07-04
More debug related to the previous commit
Diva Canto
1
-1
/
+1
2013-07-04
Now trying to find a cause of freeze at login related to friends status notif...
Diva Canto
1
-2
/
+5
2013-07-04
HG Friends: this was commented some commits ago, but it shouldn't have been.
Diva Canto
1
-25
/
+24
2013-07-04
Revert "HG Friends: debug an issue where the friends data stored in the DB is...
Diva Canto
1
-1
/
+0
2013-07-04
HG Friends: debug an issue where the friends data stored in the DB is incompl...
Diva Canto
1
-0
/
+1
2013-06-30
Revert "One more debug mantis #6625"
Diva Canto
1
-1
/
+0
2013-06-29
Fixed previous debug message
Diva Canto
1
-1
/
+1
2013-06-29
One more debug mantis #6625
Diva Canto
1
-0
/
+1
2013-06-29
More debug for mantis #6625. It looks like the home friends list is being fet...
Diva Canto
1
-20
/
+21
2013-06-18
Prevent an exception if no offline messages were retrieved.
Kevin Cozens
1
-0
/
+3
2013-06-15
Lock m_classifiedCache and m_classifiedInterest dictionary reads in UserProfi...
Justin Clark-Casey (justincc)
1
-14
/
+13
2013-06-15
Correct build break in previous commit 9c530d7
Justin Clark-Casey (justincc)
1
-10
/
+7
2013-06-15
refactor: In UserProfileModule, change classifiedCache and classifiedInterest...
Justin Clark-Casey (justincc)
1
-19
/
+23
2013-06-08
Catch exception triggered by incoming avatars using legacy profiles
BlueWall
1
-1
/
+10
2013-06-07
SQLite support for UserProfiles
BlueWall
1
-0
/
+1
2013-06-07
Ensure selected module is the only active one
BlueWall
1
-0
/
+3
2013-06-07
In LocalFriendshipTerminated, send the original client's agentId to the frien...
Donnie Roberts
2
-4
/
+4
2013-06-05
Prevent processing for Npc
BlueWall
1
-1
/
+3
2013-06-05
Remove a couple of orphaned lines
BlueWall
1
-3
/
+0
2013-06-05
Make locking more uniform
BlueWall
1
-14
/
+19
2013-05-31
Adding back the BasicProfileModule
BlueWall
2
-73
/
+191
2013-05-30
UserProfiles
BlueWall
2
-176
/
+1386
2013-05-30
minor: fix warnings in GodsModule that were due to duplicate using statements
Justin Clark-Casey (justincc)
1
-11
/
+7
2013-05-24
Protect one more update of the baked texture hashes.
Mic Bowman
1
-2
/
+5
2013-05-24
This is an experimental patch that adds support for comparing texture
Mic Bowman
1
-45
/
+57
2013-05-21
To further help with tracking down the apperance of too much "Unknown User" i...
Justin Clark-Casey (justincc)
2
-3
/
+3
2013-05-09
remove pointless region handle paramter from IClientAPI.SendKillObject()
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-05-09
Fix issue where objects removed via llDie() would not disappear for users loo...
Justin Clark-Casey (justincc)
1
-2
/
+2
2013-05-08
Adds an event and a method so that handling of the CachedTexture
Mic Bowman
1
-0
/
+59
2013-04-29
Add TestRejectGivenFolder() and TestAcceptGivenFolder() regression tests
Justin Clark-Casey (justincc)
2
-5
/
+198
2013-04-29
Add regression test for inventory item give, reject and subsequent trash fold...
Justin Clark-Casey (justincc)
1
-0
/
+256
2013-04-29
Add regression test for offer, accept and subsequent receiver delete of an it...
Justin Clark-Casey (justincc)
1
-80
/
+3
2013-04-29
Fix bug where an agent that declined an inventory offer and subsequently empt...
Justin Clark-Casey (justincc)
1
-2
/
+8
2013-04-24
Make the kicked user's avie truly disappear when it's god-kicked.
Diva Canto
1
-2
/
+1
2013-04-25
Commit Avination's God Kick feature.
Melanie
1
-62
/
+137
2013-04-02
minor: Remove unnecessary call to GetAttachments() in AttachmentsModule.Updat...
Justin Clark-Casey (justincc)
1
-2
/
+0
2013-03-29
refactor: move the append magic number processing for attachments back up int...
Justin Clark-Casey (justincc)
1
-6
/
+6
2013-03-29
Check viewer 2/3 attachment calls against avatar appearance attachment data r...
Justin Clark-Casey (justincc)
2
-21
/
+21
2013-03-29
Fix bug where CHANGED_REGION and/or CHANGED_TELEPORT weren't firing for scrip...
Justin Clark-Casey (justincc)
1
-1
/
+1
2013-03-28
Stop attempts to update/add existing attachments in user inventory when telep...
Justin Clark-Casey (justincc)
2
-21
/
+20
2013-03-28
Add "debug attachments" console command to allow highly verbose attachment lo...
Justin Clark-Casey (justincc)
1
-61
/
+109
[next]