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
/
Services
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed bug in HG that was causing secondlife:// refs to bomb the client.
Diva Canto
2009-09-28
1
-1
/
+11
*
Added Protocol versions back, this time in a range model.
Diva Canto
2009-09-28
1
-1
/
+2
*
Added RegionSecret to GridRegion, and corresponding saving/retrieval from DB ...
Diva Canto
2009-09-28
1
-5
/
+9
*
Added missing IHyperlinkService.
Diva Canto
2009-09-27
1
-0
/
+49
*
Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...
Diva Canto
2009-09-27
2
-4
/
+5
*
Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...
Diva Canto
2009-09-26
2
-0
/
+103
*
Fixed a bug with link-region.
Diva Canto
2009-09-26
1
-1
/
+2
*
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diva Canto
2009-09-26
3
-9
/
+9
|
\
|
*
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Justin Clark-Casey (justincc)
2009-09-25
3
-204
/
+232
|
|
\
|
*
|
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
2009-09-25
3
-9
/
+9
*
|
|
First pass at the heart surgery for grid services. Compiles and runs minimall...
Diva Canto
2009-09-26
3
-17
/
+39
|
|
/
|
/
|
*
|
Better error handling on the client-side grid connector.
Diva Canto
2009-09-25
1
-44
/
+108
*
|
Better guards on RegisterRegion in GridService.
Diva Canto
2009-09-25
2
-7
/
+17
*
|
Deleted the meaningless console commands on the GridService. Will need to add...
Diva Canto
2009-09-24
1
-72
/
+0
*
|
All tests pass for MySQL/MySQLRegionData.
Diva Canto
2009-09-24
2
-45
/
+21
*
|
GridServerPostHandler finished. GridClient tests all work. More guards on get...
Diva Canto
2009-09-24
2
-59
/
+96
*
|
Added test GridClient, which allowed me to remove a few bugs out of the new c...
Diva Canto
2009-09-24
2
-4
/
+17
|
/
*
Changed name of the hyperlink XMLRPC method to linkk-region, so that it doesn...
Diva Canto
2009-09-24
2
-2
/
+4
*
First test passes -- regions being registered and retrieved correctly in Data...
Diva Canto
2009-09-23
1
-1
/
+2
*
Changed IGridService to use the new GridRegion data structure instead of old ...
Diva Canto
2009-09-23
5
-46
/
+281
*
Added hg console commands to the module.
Diva Canto
2009-09-22
1
-8
/
+8
*
Moved RegionName from RegionInfo to SimpleRegionInfo.
Diva Canto
2009-09-22
2
-60
/
+56
*
Added HGGridConnector and related code.
Diva Canto
2009-09-22
1
-0
/
+155
*
Changed position methods so that they assume the input params are in meters.
Diva Canto
2009-09-21
1
-3
/
+12
*
Added grid handler and grid remote connector.
Diva Canto
2009-09-21
3
-55
/
+358
*
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diva Canto
2009-09-20
1
-0
/
+150
|
\
|
*
Finish the (untested) authentication connector
Melanie
2009-09-19
1
-2
/
+35
|
*
Complete the first authenticator method
Melanie
2009-09-19
1
-1
/
+7
|
*
Adding the deserializer for server form/xml replies
Melanie
2009-09-19
1
-0
/
+12
|
*
Add the skeleton of the authentication connector and the forms data requester
Melanie
2009-09-19
1
-0
/
+99
*
|
Reverted the order of reading configs in GridServiceBase.
Diva Canto
2009-09-18
1
-11
/
+11
|
/
*
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diva Canto
2009-09-18
1
-35
/
+1
|
\
|
*
Remove the methods for full inventory fetch from the connector. Remove tests
Melanie
2009-09-17
1
-35
/
+1
*
|
First pass at the grid service.
Diva Canto
2009-09-18
4
-85
/
+392
|
/
*
updated the IAuthorizationService interface so that a message is passed back ...
Rob Smart
2009-09-16
3
-3
/
+6
*
Changed GetRegionByHandle to GetRegionByPosition -- more generic.
Diva Canto
2009-09-11
1
-1
/
+1
*
Added GetRegionByHandle.
Diva Canto
2009-09-11
1
-0
/
+2
*
Removed RequestLandData from IGridService because it's already in another place.
Diva Canto
2009-09-11
2
-4
/
+38
*
Changed names of methods in IGridService.
Diva Canto
2009-09-11
1
-8
/
+13
*
moved AuthorizationRequest and AuthorizationResponse to IAuthorizationService...
Rob Smart
2009-09-11
1
-0
/
+98
*
Minor indentation cleanup.
Diva Canto
2009-09-11
1
-1
/
+1
*
Changed RemoteAuthorizationServiceConnector so that it implements the IAuthor...
Rob Smart
2009-09-11
1
-4
/
+3
*
Changed the interface of IAuthorizationService to get less data.
Diva Canto
2009-09-10
3
-11
/
+9
*
added AuthorizationRequest and AuthorizationResponse objects for passing Auth...
Rob Smart
2009-09-10
1
-8
/
+9
*
adding in working functionality for the remote connector
Rob Smart
2009-09-10
1
-4
/
+32
*
The stubs for an authorization service, at the moment the service will always...
Rob Smart
2009-09-10
4
-0
/
+276
*
Remove the encryption from the IAuthenticationService interface. That
Melanie
2009-09-06
4
-61
/
+0
*
Change the loader to actually load the user service data module
Melanie
2009-09-06
1
-4
/
+4
*
Revising the user account data interfaces. No user functionality yet
Melanie
2009-09-06
3
-164
/
+30
*
Add the new AuthStore to migrations. Update OpenSim.Server.ini
Melanie
2009-09-04
1
-1
/
+1
[prev]
[next]