aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/LoginService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-191-4/+4
* * Added and removed debug information relating to client connectionsAdam Frisby2008-11-181-1/+1
* * Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2008-11-171-4/+4
* Add a user server XMLRPC method to set the MOTD and the minimum GodLevelMelanie Thielker2008-10-011-0/+9
* * Patch from JHurlimanTeravus Ovares2008-09-261-7/+7
* * Only allow logins on standalone when the sim has completed it's initial sta...Justin Clarke Casey2008-09-191-2/+2
* * Converted a number of methods within the login processes from private to pr...Adam Frisby2008-09-141-6/+6
* * Check in first part of http://opensimulator.org/mantis/view.php?id=2073Justin Clarke Casey2008-09-121-26/+9
* Update svn properties, formatting cleanup.Jeff Ames2008-09-091-3/+3
* * Improve login failure handling.Justin Clarke Casey2008-09-071-21/+20
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-14/+14
* Attachment persistence (Mantis #1711)Melanie Thielker2008-08-191-0/+6
* Formatting cleanup.Jeff Ames2008-08-181-5/+4
* Mantis#1960. Thank you kindly, Tyre for a patch that:Charles Krinke2008-08-161-0/+3
* Mantis#1849. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-07-291-29/+64
* * refactor: Remove now redundant inventory server url being passed to GetInve...Justin Clarke Casey2008-07-241-17/+4
* disabled the multiple inventory server support in login service again.MW2008-06-291-8/+8
* couple of small fixes to try to fix support for multiple inventory servers in...MW2008-06-291-2/+14
* more disabling multiple inventory server support in LoginServiceMW2008-06-281-2/+2
* more work on the support for multiple inventory servers. MW2008-06-281-3/+3
* * Implements UserServer logoff in a few situationsTeravus Ovares2008-05-311-1/+14
* Formatting cleanup.Jeff Ames2008-05-161-54/+54
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-011-1/+1
* * Cleaned namespaces of entire solution. OpenSim directories now correspond w...Adam Frisby2008-05-011-15/+15
* * Fix for mantis #1025 - Region always reports that location is unavailable. ...Adam Frisby2008-04-231-2/+3
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-5/+6
* * On grid mode, if the inventory service is responding but returning an empty...Justin Clarke Casey2008-04-201-2/+2
* * Make it easier to follow logins on the user server by changing and tidying ...Justin Clarke Casey2008-04-151-18/+22
* * Send a meaningful response to both the user server console and the client i...Justin Clarke Casey2008-04-151-13/+28
* changing UserAgentData to use properties. This caused moreSean Dague2008-04-101-7/+7
* further renaming of properties for claritySean Dague2008-04-101-5/+5
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-101-23/+23
* more refactoring, this time on InventoryFolderBaseSean Dague2008-04-071-5/+5
* * Set Svn Properties eol-style: |337Teravus Ovares2008-03-311-1/+1
* * Various 1.19.0.5 grid inventory request fixes. These will only take affect...Justin Clarke Casey2008-03-291-1/+1
* * Refactor: Rename CreateInventoryData() to GetInventorySkeleton()Justin Clarke Casey2008-03-281-33/+17
* * Remove pointless boolean on AgentInventory.CreateRootFolder()Justin Clarke Casey2008-03-281-1/+1
* * minor: check in the rest of a comment I forgot to finish off in the last re...Justin Clarke Casey2008-03-231-1/+1
* * Start passing around a region server's http port in RegionInfo.Justin Clarke Casey2008-03-231-18/+39
* Formatting cleanup. Minor refactoring.Jeff Ames2008-03-181-2/+5
* Since we don't yet have a reliable way to release the lock that prevents a us...Teravus Ovares2008-03-181-1/+1
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* Formatting cleanup.Jeff Ames2008-03-181-87/+76
* Building on Joha's update...Teravus Ovares2008-03-181-3/+19
* Last position will be stored in the DB on logout, and the avatar can continue...Johan Berntsson2008-03-181-0/+4
* Minor cleanup.Jeff Ames2008-02-201-1/+1
* Clean up more unnecessary String.Format callsJeff Ames2008-02-131-4/+2
* Converted logging to use log4net.Jeff Ames2008-02-051-26/+18
* Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey2008-02-041-12/+6
* * Add very basic initial login stats to the user serverJustin Clarke Casey2008-01-251-2/+24