aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/LocalLoginService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * refactor: move CreateUser into UserServiceAdminJustin Clarke Casey2008-11-281-8/+3
* Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that:Charles Krinke2008-11-231-1/+1
* * test: Add scene root agent test stub, since I'll be picking up with somethi...Justin Clarke Casey2008-11-141-3/+1
* * Fixed a mangled Seed caps handler definition on login to region in standalo...Teravus Ovares2008-10-011-1/+22
* * Patch from JHurlimanTeravus Ovares2008-09-261-3/+3
* Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz2008-09-241-0/+30
* * Only allow logins on standalone when the sim has completed it's initial sta...Justin Clarke Casey2008-09-191-23/+41
* * Converted a number of methods within the login processes from private to pr...Adam Frisby2008-09-141-8/+8
* * Check in first part of http://opensimulator.org/mantis/view.php?id=2073Justin Clarke Casey2008-09-121-129/+128
* Update svn properties, formatting cleanup.Jeff Ames2008-09-091-1/+1
* * Improve login failure handling.Justin Clarke Casey2008-09-071-2/+4
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-6/+6
* * Fixed a bug that occurred if your home region wasn't logged in, in standalo...Teravus Ovares2008-08-261-12/+30
* Mantis#904. Thank you kindly, Jonc for a patch that solves:Charles Krinke2008-08-211-3/+9
* * refactor: Remove now redundant inventory server url being passed to GetInve...Justin Clarke Casey2008-07-241-1/+1
* * minor: Rename IInterGridInventoryServices since it's inter service rather t...Justin Clarke Casey2008-07-241-4/+4
* * refactor: break out inter grid inventory services furtherJustin Clarke Casey2008-07-231-4/+4
* more work on the support for multiple inventory servers. MW2008-06-281-1/+1
* dr scofield's warning safari:Dr Scofield2008-06-271-1/+1
* Formatting cleanup.Jeff Ames2008-05-161-23/+23
* * Cleaned namespaces of entire solution. OpenSim directories now correspond w...Adam Frisby2008-05-011-1/+1
* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-04-251-12/+60
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-7/+4
* renaming of attributes in UserAgentData for readabilitySean Dague2008-04-101-4/+4
* changing UserAgentData to use properties. This caused moreSean Dague2008-04-101-4/+4
* further renaming of properties for claritySean Dague2008-04-101-2/+2
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-101-15/+15
* more refactoring, this time on InventoryFolderBaseSean Dague2008-04-071-7/+7
* * Minor: If a user exists but has no inventory in standalone, automatically c...Justin Clarke Casey2008-03-311-35/+20
* * Refactor: Remove unused inventory methods, some of which weren't properly i...Justin Clarke Casey2008-03-291-1/+1
* * Send full inventory folder skeleton to standalone client logins rather than...Justin Clarke Casey2008-03-281-1/+2
* * Refactor: Rename CreateInventoryData() to GetInventorySkeleton()Justin Clarke Casey2008-03-281-1/+2
* * Remove pointless boolean on AgentInventory.CreateRootFolder()Justin Clarke Casey2008-03-281-1/+1
* * Massaging CAPS setup/teardown log messagesJustin Clarke Casey2008-03-251-1/+5
* * Start passing around a region server's http port in RegionInfo.Justin Clarke Casey2008-03-231-0/+4
* Another poxy patch which consists mainly of logging changes (some already com...Justin Clarke Casey2008-03-201-1/+2
* Formatting cleanup. Minor refactoring.Jeff Ames2008-03-181-2/+2
* * Added the ability to type the partial name of a region in the start locatio...Teravus Ovares2008-03-181-0/+2
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* Formatting cleanup.Jeff Ames2008-03-181-1/+0
* Building on Joha's update...Teravus Ovares2008-03-181-2/+16
* Change handler001 through handler009 to moreCharles Krinke2008-03-021-4/+4
* * Converted the last of the events to the private delegate instance method to...Teravus Ovares2008-02-221-2/+5
* Minor cleanup.Jeff Ames2008-02-201-1/+1
* Some changes to remove some of the direct calls to CommsManager from Scene, s...MW2008-02-161-1/+1
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-2/+2
* Converted logging to use log4net.Jeff Ames2008-02-051-5/+7
* Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey2008-02-041-2/+2
* * Add very basic initial login stats to the user serverJustin Clarke Casey2008-01-251-4/+6
* * This update enables the web_login method.Teravus Ovares2008-01-091-1/+6