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
/
ServiceConnectorsOut
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Guard against unauthorized agent deletes.
Diva Canto
2013-07-13
2
-5
/
+5
*
Deleted GET agent all around. Not used.
Diva Canto
2013-07-13
2
-38
/
+0
*
Put guards on a bunch of exception-inducing code, as seen in logs from load t...
Diva Canto
2013-07-09
1
-0
/
+5
*
Some more fixes on strange behaviors of Unknown User, esp. related to large m...
Diva Canto
2013-07-06
1
-13
/
+14
*
MORE DEBUG. DON"T USE THIS.
Diva Canto
2013-07-06
1
-3
/
+3
*
Same fix to LocalInventoryServiceConnector.cs
Diva Canto
2013-06-30
1
-1
/
+2
*
More on mantis #6625
Diva Canto
2013-06-29
1
-1
/
+2
*
Change IsLocalRegion from using region handle to using regionID. This was aff...
Diva Canto
2013-06-22
1
-5
/
+5
*
Add the standard OpenSimulator copyright notice to the top of InventoryCache.cs
Justin Clark-Casey (justincc)
2013-06-15
1
-1
/
+28
*
Adjust the locking on InventoryCache. Locking for r/w of the ExpiringCache i...
Justin Clark-Casey (justincc)
2013-06-15
1
-14
/
+23
*
Uncomment Mic's code and split to create new regression TestAddTemporaryAsset...
Justin Clark-Casey (justincc)
2013-06-11
1
-23
/
+41
*
Fix test for adding temporary assets. Code for non-local temporary assets
Mic Bowman
2013-06-10
1
-0
/
+20
*
Remove Temporary from use to shortcut asset stores. The Local property
Mic Bowman
2013-06-10
2
-2
/
+2
*
Strengthen some assumptions.
Diva Canto
2013-06-05
1
-0
/
+5
*
UserProfiles
BlueWall
2013-05-30
1
-0
/
+1
*
Where this is not already happening, trigger asychoronous calls to CloseChild...
Justin Clark-Casey (justincc)
2013-05-16
1
-1
/
+1
*
Fix possible race condition with local region cache if a region was added aft...
Justin Clark-Casey (justincc)
2013-05-03
1
-15
/
+28
*
Add code for testing event queue messages recevied on region cross.
Justin Clark-Casey (justincc)
2013-03-06
1
-3
/
+6
*
Stop exceptions being thrown if GenerateMapTiles = false but no static map ti...
Justin Clark-Casey (justincc)
2013-02-02
1
-2
/
+6
*
minor: Fix more compiler warnings in CoreModules tests by properly overriding...
Justin Clark-Casey (justincc)
2012-12-05
1
-1
/
+4
*
Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...
Justin Clark-Casey (justincc)
2012-11-24
1
-2
/
+1
*
If GetAgents() is called with an empty userIDs array then don't bother with a...
Justin Clark-Casey (justincc)
2012-11-20
1
-0
/
+4
*
refactor: Move common presence connector code into BasePresenceServiceConnector
Justin Clark-Casey (justincc)
2012-11-20
4
-193
/
+145
*
Last 27 modules' directives (service connectors out).
Diva Canto
2012-11-13
26
-4
/
+54
*
Cleanup on region modules: gave short node id's to all of them.
Diva Canto
2012-11-12
1
-1
/
+1
*
Remove any mention of IRegionModule from region names and comments to aid
Melanie
2012-11-12
2
-6
/
+6
*
Use GridUser properly for foreign users.
Diva Canto
2012-09-26
1
-3
/
+3
*
TOS module. WARNING: migration in GridUser table.
Diva Canto
2012-09-25
2
-5
/
+54
*
Minor: may avoid crashes of sims that still don't have this configuration sec...
Diva Canto
2012-09-21
1
-1
/
+1
*
HG 2.0: added asset import/export policies at the sim too.
Diva Canto
2012-09-21
1
-8
/
+15
*
Correctly override and call base OpenSimTestCase.SetUp() method in GridConnec...
Justin Clark-Casey (justincc)
2012-09-19
1
-3
/
+5
*
Add basic asset connector tests to check behaviour for normal, local and temp...
Justin Clark-Casey (justincc)
2012-09-15
2
-2
/
+141
*
If reusing dynamic textures, do not reuse small data length textures that fal...
Justin Clark-Casey (justincc)
2012-09-06
1
-1
/
+1
*
Add --force flag to "kick user" console command to allow bypassing of recent ...
Justin Clark-Casey (justincc)
2012-08-20
1
-1
/
+1
*
Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.
Justin Clark-Casey (justincc)
2012-07-25
1
-1
/
+1
*
Make SceneManager.OnRegionsReadyStatusChange event available.
Justin Clark-Casey (justincc)
2012-07-25
1
-6
/
+1
*
Establish EventManager.OnRegionReady event. This will only be triggerred onc...
Justin Clark-Casey (justincc)
2012-07-18
1
-8
/
+2
*
Pass entire scene object in OnLoginsEnabled event rather than just the region...
Justin Clark-Casey (justincc)
2012-07-18
1
-11
/
+2
*
Remove a callstack print out I accidentally left in 2 commits ago in 9ccb578
Justin Clark-Casey (justincc)
2012-07-13
1
-1
/
+0
*
Rather than instantiating a UTF8 encoding everywhere when we want to supress ...
Justin Clark-Casey (justincc)
2012-07-13
1
-1
/
+1
*
Don't cache regions data on the other unused LocalGridServiceConnector that t...
Justin Clark-Casey (justincc)
2012-07-13
3
-17
/
+25
*
Removing unused handling of incoming create object by userID and itemID only.
Justin Clark-Casey (justincc)
2012-06-30
2
-26
/
+1
*
OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather...
Justin Clark-Casey (justincc)
2012-06-12
2
-23
/
+7
*
In PresenceDetector.OnConnectionClose(), use the IsChildAgent check already a...
Justin Clark-Casey (justincc)
2012-06-12
1
-12
/
+1
*
Resolve some mono compiler warnings.
Justin Clark-Casey (justincc)
2012-05-25
1
-1
/
+1
*
Fix bug where a failed QueryAccess to a remove region would always have the r...
Justin Clark-Casey (justincc)
2012-05-25
1
-2
/
+1
*
Make ISimulationScene.GetScene() used the more efficient region id for lookup...
Justin Clark-Casey (justincc)
2012-05-24
2
-8
/
+16
*
If an agent is still registered as 'in transit' by the source region, don't a...
Justin Clark-Casey (justincc)
2012-05-24
1
-91
/
+95
*
minor: resolve some mono compiler warnings
Justin Clark-Casey (justincc)
2012-05-03
1
-2
/
+2
*
MapImageService: changed the event at which the map tiles are uploaded, becau...
Diva Canto
2012-04-27
1
-3
/
+12
[next]