Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -1/+1 | |
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate. | |||||
2008-01-05 | * Applying jhurliman's LLSD login enablement patch. | Teravus Ovares | 1 | -1/+160 | |
* I'm keeping it deactivated until some issues are resolved. * I'm patching it in deactivated so the patch doesn't get outdated * I've deactivated it by commenting out the handler for the application/xml+llsd content type. * While I've tested this as much as possible on my setup and found the deactivated code doesn't cause any problems, consider this update experimental (event though it's deactivated) | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -3/+3 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-20 | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵ | Jeff Ames | 1 | -4/+4 | |
Works with LibSL rev>1532 | |||||
2007-12-06 | removed some duplicate hard-coded port numbers. changed ports to uint. | Jeff Ames | 1 | -2/+2 | |
2007-11-30 | return of the inv-lib-root patch from Justin Casey (IBM) | Sean Dague | 1 | -1/+9 | |
Should fix libsl login ability. No long breaks my login to test environment. | |||||
2007-11-29 | revert r2510, this seems to break normal logins, at least from | Sean Dague | 1 | -9/+1 | |
Linux clients. | |||||
2007-11-29 | return an appropriate inv_lib_root, which the libsl folks have | Sean Dague | 1 | -1/+9 | |
identified as the reason libsl can't currently connect to OpenSim. Patch from Justin Casey (IBM) | |||||
2007-11-14 | Another try: Fix moon bleeding over into linden grid. Need to clear your ↵ | Brian McBee | 1 | -2/+2 | |
cache to fix it. | |||||
2007-11-13 | Some work on being able to set/send a users Buddylist info. (added handling ↵ | MW | 1 | -1/+63 | |
code to LoginResponse). And as a test each user signing in will get the test account ("Mr OpenSim") as a friend (online/offline status will not currently show up) | |||||
2007-10-30 | * Optimized usings | lbsa71 | 1 | -383/+211 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 1 | -0/+29 | |
2007-09-27 | Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵ | lbsa71 | 1 | -35/+13 | |
Tleiades patch 444 and 445. | |||||
2007-09-27 | * Tleiades grid mode inventory (#444) - thanx Tleiades! | lbsa71 | 1 | -13/+35 | |
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423) | |||||
2007-09-24 | * Started major restructusing of comms to prepare for better grid and region ↵ | lbsa71 | 1 | -0/+0 | |
functionality * Working towards one shared set of services * Killed off two projects with very little functionality | |||||
2007-07-25 | Start of the OpenSim library , for now only contains a few textures. | MW | 1 | -2/+30 | |
2007-07-24 | * Reduced a significant number of compiler warnings (back down to 9 for all ↵ | Adam Frisby | 1 | -2/+2 | |
projects combined, all 'never used' things) | |||||
2007-07-23 | Applied makomk 's patch from issue #219. | MW | 1 | -9/+7 | |
2007-07-20 | * Assortment of Console changes - console messages are now grouped into ↵ | Adam Frisby | 1 | -2/+0 | |
modules (eg "client", "grid", "terrain", "storage", etc) | |||||
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -643/+643 | |
2007-07-04 | * re-fixed the utf-16 bug in xmlRpcResponse serialization | lbsa71 | 1 | -0/+2 | |
* added LLSDStreamHandler.cs to Caps (Haven't enabled it yet, though) * removed last traces of old rest handling | |||||
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 1 | -9/+4 | |
* added some licensing info | |||||
2007-06-29 | *Hopefully fixed the empty dialog box error on client when logging in on ↵ | mingchen | 1 | -1/+2 | |
sandbox mode |