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
*
Moved some code up to AddRegion, so that other modules that depend on it don'...
Diva Canto
2009-10-14
1
-6
/
+6
*
* Fixes http://opensimulator.org/mantis/view.php?id=4225
Diva Canto
2009-10-12
4
-1
/
+49
*
Removing dependencies on System.Runtime.Remoting.
Diva Canto
2009-10-06
1
-0
/
+4
*
GetRegionByPosition: use the cache, Luke.
Diva Canto
2009-10-05
2
-0
/
+28
*
Formatting cleanup.
Jeff Ames
2009-10-01
2
-2
/
+2
*
Minor bug fixes.
Diva Canto
2009-09-29
1
-1
/
+1
*
Fixed bug in Check4096 (HG).
Diva Canto
2009-09-28
1
-2
/
+2
*
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diva Canto
2009-09-28
1
-1
/
+28
|
\
|
*
Add copyright header. Formatting cleanup.
Jeff Ames
2009-09-29
1
-1
/
+28
*
|
Improved the Local grid connector to fetch data from the DB when it doesn't f...
Diva Canto
2009-09-28
2
-2
/
+15
|
/
*
Guarding the methods under if (m_Enabled)
Diva Canto
2009-09-27
1
-3
/
+7
*
Neighbours cache working.
Diva Canto
2009-09-27
4
-8
/
+121
*
Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...
Diva Canto
2009-09-27
2
-5
/
+6
*
Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...
Diva Canto
2009-09-26
3
-26
/
+232
*
Fixed a bug with link-region.
Diva Canto
2009-09-26
2
-26
/
+11
*
More redirects to HGGridConnector-as-HyperlinkService.
Diva Canto
2009-09-26
2
-6
/
+20
*
First pass at the heart surgery for grid services. Compiles and runs minimall...
Diva Canto
2009-09-26
4
-12
/
+58
*
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
[next]