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
/
ServiceConnectorsOut
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
More tests. Seems to be working.
Diva Canto
2009-09-23
1
-1
/
+10
*
First test passes -- regions being registered and retrieved correctly in Data...
Diva Canto
2009-09-23
1
-2
/
+2
*
Unit tests for the grid service. Yey!
Diva Canto
2009-09-23
1
-0
/
+122
*
Changed IGridService to use the new GridRegion data structure instead of old ...
Diva Canto
2009-09-23
4
-69
/
+82
*
Modules active. Tested HGGridConnector in standalone only for now. Modules co...
Diva Canto
2009-09-23
4
-12
/
+30
*
Added hg console commands to the module.
Diva Canto
2009-09-22
3
-5
/
+567
*
Moved RegionName from RegionInfo to SimpleRegionInfo.
Diva Canto
2009-09-22
1
-24
/
+59
*
Added HGGridConnector and related code.
Diva Canto
2009-09-22
3
-38
/
+364
*
Added Remote grid connector module.
Diva Canto
2009-09-21
1
-0
/
+108
*
Added grid handler and grid remote connector.
Diva Canto
2009-09-21
1
-2
/
+2
*
First pass at LocalGridServiceConnector. Nothing of this is used by the simul...
Diva Canto
2009-09-18
1
-0
/
+175
*
updated the IAuthorizationService interface so that a message is passed back ...
Rob Smart
2009-09-16
2
-4
/
+5
*
Formatting cleanup.
Jeff Ames
2009-09-13
1
-1
/
+1
*
Minor indentation cleanup.
Diva Canto
2009-09-11
1
-2
/
+3
*
Changed RemoteAuthorizationServiceConnector so that it implements the IAuthor...
Rob Smart
2009-09-11
1
-4
/
+45
*
Changed the interface of IAuthorizationService to get less data.
Diva Canto
2009-09-10
1
-3
/
+3
*
adding in working functionality for the remote connector
Rob Smart
2009-09-10
1
-1
/
+1
*
The stubs for an authorization service, at the moment the service will always...
Rob Smart
2009-09-10
2
-0
/
+254
*
Revising the user account data interfaces. No user functionality yet
Melanie
2009-09-06
2
-5
/
+5
*
Fixes seven leaky .BeginInvoke() calls
John Hurliman
2009-09-03
2
-4
/
+4
*
Try to cache system folders if they aren't already there when one is requested
Justin Clark-Casey (justincc)
2009-08-28
1
-0
/
+13
*
Pull out distinct cache system folders and drop cache methods in InventoryCache
Justin Clark-Casey (justincc)
2009-08-28
1
-13
/
+34
*
* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...
Diva Canto
2009-08-22
4
-0
/
+39
*
Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in ...
Diva Canto
2009-08-19
1
-3
/
+3
*
Added MoveItems, which is most useful upon viewer-delete inventory operation....
Diva Canto
2009-08-19
4
-0
/
+35
*
Async purge so that the client thread doesn't wait.
Diva Canto
2009-08-19
1
-5
/
+5
*
A better purge of trash folder.
Diva Canto
2009-08-19
4
-14
/
+20
*
GetFolderItems implemented. It's not being called, but it might.
Diva Canto
2009-08-18
2
-3
/
+11
*
jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024
Diva Canto
2009-08-18
1
-2
/
+1
*
Making attachments work again. Tons of debug more. This needs more testing an...
Diva Canto
2009-08-16
1
-1
/
+1
*
Returning UUID.Zero is scene and user profile service are null in GetSession....
Diva Canto
2009-08-14
1
-0
/
+8
*
Changed the way to get to the profile service. Changed GetSystemsFolder in HG...
Diva Canto
2009-08-14
2
-5
/
+19
*
More debug messages.
Diva Canto
2009-08-14
1
-0
/
+7
*
Doing session lookup in the right way.
Diva Canto
2009-08-14
2
-8
/
+11
*
Additional debug messages, and bug fix in RemoteInventoryServiceConnector.cs,...
Diva Canto
2009-08-14
2
-2
/
+12
*
Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.
Diva Canto
2009-08-13
4
-18
/
+36
*
Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...
Diva Canto
2009-08-13
4
-12
/
+12
*
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diva Canto
2009-08-12
2
-2
/
+56
|
\
|
*
Formatting cleanup. Add copyright headers.
Jeff Ames
2009-08-13
2
-2
/
+56
*
|
Redirected all calls to CachedUserProfile methods to the inventory service. R...
Diva Canto
2009-08-12
1
-0
/
+1
|
/
*
* Added two new packet handler implementations for inventory ops. This is sta...
Diva Canto
2009-08-12
5
-74
/
+270
*
Better test for dropping inventory cache and writing out debug messages.
Diva Canto
2009-08-12
1
-16
/
+21
*
Fixed test for detecting when user is no longer in sim.
Diva Canto
2009-08-11
1
-3
/
+5
*
Improved test for system folders. Removed log messages.
Diva Canto
2009-08-11
2
-4
/
+5
*
System folders inventory cache added to OUT inventory modules. This tracks ag...
Diva Canto
2009-08-11
4
-37
/
+207
*
Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...
Diva Canto
2009-08-10
3
-0
/
+75
*
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diva Canto
2009-08-10
14
-14
/
+14
|
\
|
*
Replace the Replaceable modules name
Melanie
2009-08-10
14
-14
/
+14
*
|
Changed RequestRootFolder to GetRootFolder
Diva Canto
2009-08-10
3
-4
/
+4
|
/
*
Finish the renaming and mae things compile again
Melanie
2009-08-09
2
-5
/
+5
[next]