aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/LoginResponse.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames2007-12-201-4/+4
| | | | Works with LibSL rev>1532
* removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames2007-12-061-2/+2
|
* return of the inv-lib-root patch from Justin Casey (IBM)Sean Dague2007-11-301-1/+9
| | | | | | | | Should fix libsl login ability. No long breaks my login to test environment.
* revert r2510, this seems to break normal logins, at least fromSean Dague2007-11-291-9/+1
| | | | | | Linux clients.
* return an appropriate inv_lib_root, which the libsl folks haveSean Dague2007-11-291-1/+9
| | | | | | | | identified as the reason libsl can't currently connect to OpenSim. Patch from Justin Casey (IBM)
* Another try: Fix moon bleeding over into linden grid. Need to clear your ↵Brian McBee2007-11-141-2/+2
| | | | cache to fix it.
* Some work on being able to set/send a users Buddylist info. (added handling ↵MW2007-11-131-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)
* * Optimized usingslbsa712007-10-301-383/+211
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+29
|
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712007-09-271-35/+13
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-13/+35
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* * Started major restructusing of comms to prepare for better grid and region ↵lbsa712007-09-241-0/+667
functionality * Working towards one shared set of services * Killed off two projects with very little functionality