aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/LoginService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames1-8/+8
Works with LibSL rev>1532
2007-12-16Clean up the Login message on UserServer console justCharles Krinke1-1/+2
before CustomizeResponse is called (this one redundant).
2007-12-16Reposition 'user profile not found' messages to stop spurious messages ↵Justin Clarke Casey1-0/+6
caused by other usermanager usage This should stop the regular spurious messages in the grid user console
2007-12-04* More console message fixesAdam Frisby1-2/+2
* Tagged Verbose("msg",...) as obsolete. Please use Verbose("AREA","msg",...) instead.
2007-12-04* Removed 12 compiler warnings.Adam Frisby1-1/+0
2007-11-30return of the inv-lib-root patch from Justin Casey (IBM)Sean Dague1-0/+7
Should fix libsl login ability. No long breaks my login to test environment.
2007-11-30* This extends my first hack to clear out the useragent table for that ↵Teravus Ovares1-1/+1
specific user. * This helps people who have multiple records in their useragent table. * This update should be looked at.. because really what it should be doing is initiating a grid wide logoff.
2007-11-30* Temporary fix for 'User already online' issue in standalone mode.Teravus Ovares1-0/+5
* Revert this once we get a working logoff.
2007-11-29revert r2510, this seems to break normal logins, at least fromSean Dague1-7/+0
Linux clients.
2007-11-29return an appropriate inv_lib_root, which the libsl folks haveSean Dague1-0/+7
identified as the reason libsl can't currently connect to OpenSim. Patch from Justin Casey (IBM)
2007-11-29fixed duplicate login in standalone mode (mostly untested in grid mode)Jeff Ames1-2/+1
2007-11-09* Fixed compile issue.Adam Frisby1-1/+2
2007-11-09* Added a mutex to the LoginService allowing only a single login ↵Adam Frisby1-82/+93
simultaneously. (queues) * This is a temporary fix to prevent an issue with adjohn reported when attempting to login large numbers of users in a short period of time. * A rewritten login service is on the cards.
2007-10-30* Optimized usingslbsa711-31/+22
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-6/+2
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
2007-10-22* Removed plenty more untagged console messages. Everything now has shiny ↵Adam Frisby1-2/+1
groups. :)
2007-10-22* Return of R2162. /Take that SVN!/Adam Frisby1-1/+1
2007-10-22revert r2162 as it completely clobbered all the work onSean Dague1-1/+1
the ChatModule by MW and myself. Couldn't find Adam online after that rev went in.
2007-10-22* Major ass commit.Adam Frisby1-1/+1
* Sqlite Storage Engine now supports terrain -- however be aware that every terrain revision stored will at 512KB to your database file. At the moment it is storing every revision from the first. * Fixed an issue where by noverbose mode would display lots of useless junk. Noverbose mode is now quite usable. * Fixed a whole bunch of console message issues such as naming and categorisation
2007-10-19get rid of all the ^M line endingsSean Dague1-315/+315
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
2007-10-12I broke the build and am reverting until I can get the MainLog call proper.Charles Krinke1-283/+283
2007-10-12Turn a few of the writelines into mainlog entries so failed logins can be ↵Charles Krinke1-7/+7
more easily analyzed.
2007-10-05getting all our line endings consistant againSean Dague1-1/+1
2007-10-05* So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa711-286/+286
of things. Reverting 2056.
2007-10-05* UserProfileData meets code conventionslbsa711-286/+286
2007-10-05== The "right name and place" commit ==lbsa711-1/+1
* Moved InventoryData to Framework.Types/InventoryItemBase.cs * Moved UserData to Framework.Interfaces/IUserData.cs * Moved UserProfileData to Framework/Types/UserProfileData.cs * Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round) * Changed some namespaces to reflect file structure
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa711-55/+79
Tleiades patch 444 and 445.
2007-09-27* Tleiades patch #445 - the inventory folders displayed does not show the ↵lbsa711-2/+2
expected folder icons Tahnx, Tleiades; keep up the good work!
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa711-79/+55
* 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 ↵lbsa711-0/+0
functionality * Working towards one shared set of services * Killed off two projects with very little functionality
2007-09-24* Added TryGetAvatarByNamelbsa711-6/+3
2007-09-24* Renamed stuff on UserManagerBase to get implicit implementation of ↵lbsa711-1/+1
IUserServices (instead of stubs)
2007-09-17fixing me some line endingsSean Dague1-290/+290
2007-09-13Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed ↵Tedd Hansen1-0/+1
member names to smallcapsy.
2007-08-25Applied dalien's libsl login patch (should now allow libsl clients to once ↵MW1-4/+4
again login to opensim) [Seems I was the one who broke it...sorry ]
2007-08-14Start of Inventory service, currently only (partially) functional in ↵MW1-12/+20
standalone mode and using sqlite). In standalone mode, if you have account authenticate turned on (setting in opensim.ini) then when you create a new account, a set of inventory is created for that account and stored in database (currently only a set of empty folders). Then during login the database is search for that set and sent to the client in the login response. More functions will be added soon, like creating new folders (and a bit later items) from the client inventory window.
2007-08-13oops , guess I should include the new files next time MW1-0/+281