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
...
*
Get rid of the spurious [WEB UTIL] couldn't decode <OpenSim agent 57956c4b-ff...
Justin Clark-Casey (justincc)
2011-11-19
2
-3
/
+3
*
Improve some grid region log messages to express regions at co-ordinate (e.g....
Justin Clark-Casey (justincc)
2011-11-19
3
-8
/
+21
*
improve region deregistration log message
Justin Clark-Casey (justincc)
2011-11-19
1
-1
/
+4
*
Don't register a region twice on both official registration and maptile regen...
Justin Clark-Casey (justincc)
2011-11-19
3
-1
/
+6
*
distinguish between FriendsSimConnector and FriendsServiceConnector in log
Justin Clark-Casey (justincc)
2011-11-15
2
-17
/
+17
*
Dont' bother with a userAgentService != null check right after we've construc...
Justin Clark-Casey (justincc)
2011-11-15
1
-11
/
+10
*
Make log messages on authentication failure more explicit
Justin Clark-Casey (justincc)
2011-11-11
1
-13
/
+26
*
Damaged assets, especially appearance textures, could crash the region server...
Snoopy Pfeffer
2011-11-06
1
-1
/
+9
*
Multiple lines in welcome message use '\n' in the welcome message to
nebadon
2011-11-05
1
-0
/
+3
*
Drop the CopyTo parameter from Int32.MaxValue to 4096. This is a buffer size
Mic Bowman
2011-11-02
1
-1
/
+1
*
Revert "fix CopyTo call that was breaking under mono 2.10"
Melanie
2011-11-03
1
-1
/
+1
*
fix CopyTo call that was breaking under mono 2.10
Mic Bowman
2011-11-02
1
-1
/
+1
*
Add optional getauthinfo and setauthinfo authentication service calls.
Justin Clark-Casey (justincc)
2011-10-24
4
-1
/
+94
*
Provide an option to allow remote calls to the CreateUser method on the UserA...
Justin Clark-Casey (justincc)
2011-10-18
1
-3
/
+11
*
Bug fix on the bug fix on UserAccountService.cs
Diva Canto
2011-10-16
1
-1
/
+0
*
Guard HGAssetService against uninitialized variables and null arguments.
Diva Canto
2011-10-15
1
-0
/
+3
*
Bug fix -- Test User on first run standalone might not be created properly: l...
Diva Canto
2011-10-13
1
-46
/
+44
*
Make it possible to disable the HG linker. On non-HG systems it spits yellow
Melanie
2011-10-12
1
-0
/
+7
*
Tweak to language of last commit in rejecting UUID.Zero in GridService.Regist...
Justin Clark-Casey (justincc)
2011-10-08
1
-2
/
+4
*
GridService - Region UUID can not be NULL
Pixel Tomsen
2011-10-08
1
-0
/
+2
*
Add note to docs
BlueWall
2011-10-07
1
-0
/
+17
*
Added back UserAccount that creates random UUID for new account.
BlueWall
2011-10-05
1
-0
/
+11
*
When creating a new user on the comand line, give the option of allowing a UU...
Justin Clark-Casey (justincc)
2011-10-04
2
-6
/
+17
*
Fix avatar parameter updating for viewer 3 and maybe 2.
Justin Clark-Casey (justincc)
2011-09-23
1
-5
/
+9
*
Reattaching a region was failing if the estate name had not changed (issue 50...
Kevin Houlihan
2011-09-16
1
-1
/
+6
*
Pass any region scope through to the CreateUser() method
Justin Clark-Casey (justincc)
2011-09-16
1
-2
/
+3
*
Correctly create a freshly created estate owner's default items and avatar en...
Justin Clark-Casey (justincc)
2011-09-16
1
-1
/
+3
*
Write code to create minimum necessary body parts/clothing and avatar entries...
Justin Clark-Casey (justincc)
2011-09-15
1
-7
/
+145
*
Increase information in logging for UserAgentServiceConnector.
Justin Clark-Casey (justincc)
2011-09-08
1
-12
/
+12
*
In SetAttachment, if the existing attachment has no asset id then carry on ra...
Justin Clark-Casey (justincc)
2011-09-06
1
-3
/
+1
*
minor: comment out friends number logging from login for now
Justin Clark-Casey (justincc)
2011-08-30
1
-1
/
+1
*
Fix bug in persisting saved appearances for npcs
Justin Clark-Casey (justincc)
2011-08-30
1
-2
/
+7
*
minor: remove mono compiler warning
Justin Clark-Casey (justincc)
2011-08-22
1
-3
/
+1
*
Don't need to try both AssetService.Get and GetCached in GetMesh since Get al...
Justin Clark-Casey (justincc)
2011-08-18
1
-2
/
+6
*
minor: remove mono compiler warning
Justin Clark-Casey (justincc)
2011-08-17
1
-1
/
+1
*
In the asset service, check that an asset exists before attempting to store it.
Justin Clark-Casey (justincc)
2011-08-17
1
-4
/
+6
*
Added optional Login Service parameter "Currency" to be able to change the cu...
Snoopy Pfeffer
2011-08-14
2
-2
/
+21
*
comment out some of the currently less useful debug log messages
Justin Clark-Casey (justincc)
2011-08-11
1
-1
/
+1
*
Do proper locking of m_localScenes list in SceneManager
Justin Clark-Casey (justincc)
2011-08-06
1
-4
/
+3
*
Get "show region" command in GridService to show grid co-ordinates rather tha...
Justin Clark-Casey (justincc)
2011-08-05
1
-2
/
+3
*
If GetRegionByName can't match something in the local db, then search the hyp...
Justin Clark-Casey (justincc)
2011-08-02
1
-6
/
+27
*
Change GridService.GetRegionByName() to only return info if there is an exact...
Justin Clark-Casey (justincc)
2011-08-02
2
-1
/
+7
*
Revert "In GridService, have GetRegionByName() call GetRegionsByName() with a...
Justin Clark-Casey (justincc)
2011-08-02
1
-5
/
+4
*
In GridService, have GetRegionByName() call GetRegionsByName() with a max ret...
Justin Clark-Casey (justincc)
2011-08-02
1
-4
/
+5
*
Get rid of AvatarAppearance.Owner to simplify the code.
Justin Clark-Casey (justincc)
2011-08-02
5
-7
/
+7
*
Temporary code to change bad AvatarHeight values in the AvatarService to the ...
Justin Clark-Casey (justincc)
2011-07-30
1
-1
/
+27
*
Pass the first name and last name from the agent circuit data to the authoriz...
Justin Clark-Casey (justincc)
2011-07-23
2
-16
/
+21
*
For default everyone permissions on library items, make notecards and scripts...
Justin Clark-Casey (justincc)
2011-07-23
1
-1
/
+2
*
Remove manually permissions settings on all current library items so that the...
Justin Clark-Casey (justincc)
2011-07-23
1
-4
/
+4
*
Revert "Don't load current/next/everyone/base permissions from the library it...
Justin Clark-Casey (justincc)
2011-07-23
1
-11
/
+26
[prev]
[next]