aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/LoginResponse.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mantis#1849. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-07-291-2/+2
| | | | | | | - LLSDLoginMethod should error out in similar way to XMLRPC login for already logged in condition - Have LLSDLoginMethod mirror the sequence of the XMLRPC for easier side by side compare - Log messages report which process XML or LLSD generated them for easier debugging
* dr scofield's warning safari:Dr Scofield2008-06-271-3/+3
| | | | | | | | | | * commented out [Obsolete(....)] attributes where no replacement feature was available: if we want to attribute code that we think needs to be reworked, we should define a new attribute and use that instead (together with a little tool to retrieve all the attributed code then) * commenting out unused variables
* Formatting cleanup.Jeff Ames2008-05-161-2/+2
|
* * Minor: Fussy little wording change on inventory service failureJustin Clarke Casey2008-05-141-1/+1
|
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-011-1/+1
| | | | | * Made a bunch more members static, removed some dead code, general cleaning.
* * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby2008-05-011-2/+2
| | | | with namespaces.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-2/+3
| | | | (this took a while to run).
* * Remove user profile from cache when they log out from a region.Justin Clarke Casey2008-04-201-1/+1
| | | | | | | * A much more significant fix is required to clean up the cache when a user moves out of a region, but really better handling of delayed inventory cache updates needs to be written first, and possibly better affinity to cut down agent inventory requests when the move is between two regions hosted on the same server.
* * Tweak inventory login failure message to point to the region owner as ↵Justin Clarke Casey2008-04-201-2/+1
| | | | first point of call rather than the grid owner
* * Send a meaningful response to both the user server console and the client ↵Justin Clarke Casey2008-04-151-0/+13
| | | | if a login fails because the inventory service has failed.
* Applied patch from mantis# 825, thanks A_BiondiMW2008-03-281-13/+26
|
* Formatting cleanup. Minor refactoring.Jeff Ames2008-03-181-3/+7
|
* Since we don't yet have a reliable way to release the lock that prevents a ↵Teravus Ovares2008-03-181-1/+1
| | | | | | | user from logging in a second time if they're already registered as logged in; * If a user logs in and they are noted as agentOnline. Set agentOnline = false and send a 'you're already logged in' message to the user asking them to wait 5 minutes. These 5 minutes are not enforced (because there's no foolproof interlock release yet without the grid operator getting a support call for every little sim crash). When the user gets the message, they can log-in immediately after it, but the user can expect weird results if they don't wait 5 minutes and log-in to the region they were in previously.
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
|
* Minor cleanup.Jeff Ames2008-02-201-33/+33
|
* Fix a casting subtlety in moving to constants. Logins should workSean Dague2008-02-141-2/+2
| | | | | | again.
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-5/+5
| | | | | | * Converted all instances of "256" spotted to use RegionSize instead. Some approximations used for border crossings (ie 255.9f) are still using that value, but should be updated to use something based on RegionSize. * Moving Terrain to a RegionModule, implemented ITerrainChannel and TerrainModule - nonfunctional, but will be soon.
* Converted logging to use log4net.Jeff Ames2008-02-051-8/+6
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Mother of all commits:Adam Frisby2008-01-151-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.
* * Applying jhurliman's LLSD login enablement patch.Teravus Ovares2008-01-051-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)
* * Optimized usingslbsa712007-12-271-3/+3
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* 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