aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications (follow)
Commit message (Expand)AuthorAgeFilesLines
* Small optimization: Don't ask gridserver about regions on the local instance.Homer Horwitz2008-10-051-0/+7
* Add the missing bits for the new region-search:Homer Horwitz2008-10-032-43/+91
* * 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
* * Remove some old libsecondlife workarounds as suggested by jhurliman in http...Justin Clarke Casey2008-09-221-5/+4
* * Fix http://opensimulator.org/mantis/view.php?id=2189Justin Clarke Casey2008-09-211-5/+25
* * Tidy up OGS1GridServicesJustin Clarke Casey2008-09-201-101/+39
* * Enables logins to regions on a grid once they have finished starting up (th...Justin Clarke Casey2008-09-191-29/+46
* * Only allow logins on standalone when the sim has completed it's initial sta...Justin Clarke Casey2008-09-195-34/+68
* * refactor: collapse UpdateUserProfileProperties() into existing UpdateUserPr...Justin Clarke Casey2008-09-151-28/+23
* * refactor: Break out IUserServiceAdmin out of IUserService since admin metho...Justin Clarke Casey2008-09-151-0/+2
* * Add "reset user password" command to standalone region consoleJustin Clarke Casey2008-09-151-0/+5
* * 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-122-138/+154
* Update svn properties, formatting cleanup.Jeff Ames2008-09-092-6/+6
* Mantis #2142Melanie Thielker2008-09-071-30/+33
* * Improve login failure handling.Justin Clarke Casey2008-09-072-2/+5
* * minor: Clean up of logging messages to make following the client login proc...Justin Clarke Casey2008-09-071-12/+10
* * This changes gridcomms types back to our home grown wholy controlled types. Teravus Ovares2008-09-063-17/+17
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-069-145/+145
* Mantis #1903Melanie Thielker2008-08-281-0/+1
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-7/+7
* * Fixed a bug that occurred if your home region wasn't logged in, in standalo...Teravus Ovares2008-08-261-12/+30
* * minor: some logging conformance, code documentingJustin Clarke Casey2008-08-251-5/+21
* * Deal with a WebException thrown if a grid server cannot be contacted for re...Justin Clarke Casey2008-08-251-6/+23
* * This commit incorporates the heart of the OpenGridProtocol patch that is cu...Teravus Ovares2008-08-252-1/+4
* Mantis#904. Thank you kindly, Jonc for a patch that solves:Charles Krinke2008-08-211-3/+9
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-191-2/+2
* * This reverts a change where m_regions[RegionHandle] was replaced instead of...Teravus Ovares2008-08-191-2/+7
* Attachment persistence!!! Patch #9169 (Mantis #1171)Melanie Thielker2008-08-191-16/+0
* Formatting cleanup.Jeff Ames2008-08-183-12/+12
* Mantis#1965. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-162-0/+116
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-162-2/+2
* Plumb in the partner and the account title fields for profile info.Melanie Thielker2008-08-151-0/+14
* Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker2008-08-151-9/+4
* Minor formatting cleanup.Jeff Ames2008-08-151-6/+6
* Fixes a case where neighboring region info cannot be obtainedMelanie Thielker2008-08-151-3/+6
* Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames2008-08-152-9/+13
* Adds UserFlags and GodLevel to the user data store and plumbs then in.Melanie Thielker2008-08-141-0/+7
* Mantis #1946Melanie Thielker2008-08-142-1/+13
* Patch #9024Melanie Thielker2008-08-101-1/+1
* Update svn properties, minor formatting cleanup.Jeff Ames2008-08-101-2/+0
* Patch #9161Melanie Thielker2008-08-081-2/+2
* * Removed unused m_bAvailablelbsa712008-08-081-1/+1
* * All CheckRegion within an instance would use the same, global, bool for 'Av...lbsa712008-08-082-29/+46
* Mantis#1894. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-071-1/+2
* * minor: log message twiddlingJustin Clarke Casey2008-08-011-6/+2
* * refactor: Remove now redundant inventory server url being passed to GetInve...Justin Clarke Casey2008-07-241-1/+1
* * Separate out OGS1 calls used between services (rather than from region to s...Justin Clarke Casey2008-07-242-29/+2