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
/
Grid
/
UserServer
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* Updates UserServer
Teravus Ovares
2008-01-02
2
-2
/
+102
*
Standard library folders can now be configued in the xml in inventory/OpenSim...
Justin Clarke Casey
2007-12-31
2
-3
/
+8
*
* Optimized usings
lbsa71
2007-12-27
3
-55
/
+63
*
* Fixed UserServer crash when it's passed 00000000000000000000000000 as the U...
Teravus Ovares
2007-12-21
1
-3
/
+28
*
Comment out "METHOD BY UUID CALLED" WriteLine as it is
Charles Krinke
2007-12-20
1
-1
/
+2
*
Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...
Jeff Ames
2007-12-20
2
-10
/
+10
*
More subtle message tuning of log messages.
Charles Krinke
2007-12-16
1
-1
/
+1
*
A bit more tuning of UserServer messages.
Charles Krinke
2007-12-16
1
-6
/
+8
*
Comment out an unneeded "Home Location" message.
Charles Krinke
2007-12-16
1
-1
/
+2
*
Improve UserServer login messages for logging.
Charles Krinke
2007-12-16
1
-4
/
+8
*
* Make inventory operations sync rather than async. This is to alleviate rac...
Justin Clarke Casey
2007-12-15
1
-5
/
+9
*
* Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST c...
Teravus Ovares
2007-12-14
2
-7
/
+7
*
saved OpenSim source code from the giant rampaging unterminated copyright not...
Jeff Ames
2007-12-10
2
-4
/
+4
*
This patch fixes mantis 105. Basically, it stops the index exception when
Sean Dague
2007-12-08
1
-7
/
+27
*
removed some duplicate hard-coded port numbers. changed ports to uint.
Jeff Ames
2007-12-06
2
-3
/
+3
*
Some refactoring of the RestObjectPoster (and related classes).
MW
2007-12-05
2
-3
/
+3
*
* Avatar picker works in grid mode now.
Teravus Ovares
2007-12-04
2
-0
/
+38
*
* Fixed a whole bunch of console messages.
Adam Frisby
2007-12-04
2
-10
/
+10
*
* Removed 12 compiler warnings.
Adam Frisby
2007-12-04
1
-1
/
+1
*
Some refactoring , mainly on Inventory code.
MW
2007-12-02
2
-3
/
+3
*
On login, if a set of inventory folders doesn't exist for the user then a new...
MW
2007-12-01
1
-1
/
+9
*
Initial working Grid Inventory server. Only been tested on a very small grid,...
MW
2007-12-01
2
-1
/
+68
*
Added new configuration item to User Server: X and Y of region to send user t...
Brian McBee
2007-11-25
1
-61
/
+124
*
*Master Avatar can be specified by a previous UUID in either grid mode or sta...
mingchen
2007-11-03
1
-0
/
+5
*
* Optimized usings
lbsa71
2007-10-30
4
-55
/
+59
*
as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...
MW
2007-10-29
3
-7
/
+7
*
apply http://bug.opensecondlife.org/view.php?id=512 from chillken
Sean Dague
2007-10-25
1
-1
/
+1
*
get rid of all the ^M line endings
Sean Dague
2007-10-19
1
-1
/
+1
*
Renamed SimProfileData to RegionProfileData
Tleiades Hax
2007-10-17
1
-2
/
+2
*
* Applied patch #418 : copyright-r2012.patch - some errors, but got most thru
lbsa71
2007-10-15
1
-0
/
+29
*
* Chillken Patch #417 - upgraded version numbers to 0.4 - thanks Chillken!
lbsa71
2007-10-15
1
-1
/
+1
*
Change 3 UserServer login messages from writeline to MainLog to help diagnose...
Charles Krinke
2007-10-13
1
-3
/
+5
*
I broke the build and am reverting until I can get the MainLog call proper.
Charles Krinke
2007-10-12
1
-7
/
+7
*
Turn a few of the writelines into mainlog entries so failed logins can be mor...
Charles Krinke
2007-10-12
1
-7
/
+7
*
getting all our line endings consistant again
Sean Dague
2007-10-05
1
-96
/
+96
*
* So, ok, maybe renaming serialized fields on a friday wasn't the smartest of...
lbsa71
2007-10-05
2
-32
/
+32
*
* UserProfileData meets code conventions
lbsa71
2007-10-05
2
-32
/
+32
*
== The "right name and place" commit ==
lbsa71
2007-10-05
2
-81
/
+82
*
Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei...
lbsa71
2007-09-27
2
-32
/
+18
*
* Tleiades grid mode inventory (#444) - thanx Tleiades!
lbsa71
2007-09-27
2
-18
/
+32
*
* Now login swallows WebException.Timeout; (thanks cfk!)
lbsa71
2007-09-24
1
-3
/
+18
*
* Started major restructusing of comms to prepare for better grid and region ...
lbsa71
2007-09-24
1
-0
/
+10
*
* Renamed stuff on UserManagerBase to get implicit implementation of IUserSer...
lbsa71
2007-09-24
1
-2
/
+2
*
fixing me some line endings
Sean Dague
2007-09-17
1
-80
/
+80
*
Can now set the http ports that grid server and user server use.
MW
2007-09-14
1
-1
/
+1
*
mass update of urls in source code to new website
Sean Dague
2007-09-10
2
-2
/
+2
*
Deleted a few old files that are no longer used.
MW
2007-08-27
1
-3
/
+0
*
Sqlite datastore should now save the textures and extraparams data (used by s...
MW
2007-08-19
1
-1
/
+1
*
Temporary fix for the region crossing crash, Although we need to start to cha...
MW
2007-08-15
1
-1
/
+118
*
oops , guess I should include the new files next time
MW
2007-08-13
1
-0
/
+80
[prev]
[next]