| Commit message (Expand) | Author | Files | Lines |
2009-02-07 | * Refactored UserLoginService.CustomiseResponse to be (almost) text-wide iden... | lbsa71 | 1 | -8/+31 |
2009-02-07 | Adds support for HG linking to specific regions within an instance. The forma... | diva | 1 | -3/+3 |
2009-02-07 | Thank you dslake for a patch that: | lbsa71 | 1 | -1/+1 |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 4 | -6/+6 |
2009-02-04 | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 1 | -41/+41 |
2009-02-01 | More on dynamic hyperlinks. Making the 4096 check (deregistration of region) ... | diva | 1 | -2/+2 |
2009-01-15 | * Add new unit test for simple teleport in a standalone. | Justin Clarke Casey | 1 | -0/+1 |
2009-01-14 | * Move the timed_out change to earlier on in the async handler | Justin Clarke Casey | 1 | -4/+9 |
2009-01-06 | * prune and regrade log messages relating to client login and logout | Justin Clarke Casey | 2 | -3/+3 |
2009-01-06 | * Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with term... | Justin Clarke Casey | 1 | -1/+1 |
2009-01-06 | * Move common string aggregation for caps seed path to a method in CapsUtil | Justin Clarke Casey | 1 | -3/+4 |
2009-01-06 | * minor: Move GetRandomCapsPath() to a CapsUtil class | Justin Clarke Casey | 1 | -1/+2 |
2009-01-05 | * Add seed cap check to login test | Justin Clarke Casey | 1 | -1/+1 |
2009-01-05 | * Check in login service tests beachhead | Justin Clarke Casey | 1 | -3/+3 |
2009-01-03 | Fixed logic for sending foreign user information (HG). | diva | 1 | -5/+16 |
2009-01-03 | Another interregion comms change that will not work well with previous versio... | diva | 3 | -20/+39 |
2009-01-02 | * reference is to Nini.Config, not Nini | Justin Clarke Casey | 1 | -1/+1 |
2009-01-02 | * Add Nini reference to Communications.OGS1 | Justin Clarke Casey | 1 | -0/+1 |
2009-01-01 | Minor fix for HG request neighbors. Should not return hyperlink neighbors, on... | diva | 2 | -4/+4 |
2008-12-31 | Minor bug fix in HG home regions management, removing the use of m_knownRegio... | diva | 1 | -8/+15 |
2008-12-24 | Backing off from the accidental removal one of the most valued 'features' of ... | diva | 1 | -2/+2 |
2008-12-24 | Better error handling for expect_hg_user on the HG. | diva | 2 | -2/+12 |
2008-12-22 | Plumb in the birthdate from the user server reply to the cache | Melanie Thielker | 1 | -0/+1 |
2008-12-17 | Kicking child agents off on the first login after a client crash. The child a... | diva | 1 | -1/+24 |
2008-12-15 | Attempt at fixing the HG home jump by looking up hyperlink regions before gri... | diva | 1 | -2/+2 |
2008-12-13 | Mantis#2811. Thank you kindly, Diva for a patch that resolves | Charles Krinke | 1 | -9/+9 |
2008-12-11 | Add a null check. Mantis #2798 | idb | 1 | -1/+1 |
2008-12-11 | Correct the last checkin. | Homer Horwitz | 1 | -1/+1 |
2008-12-11 | Move from IP to hostname for seed caps on login, for gridmode and standalone. | Homer Horwitz | 1 | -2/+2 |
2008-12-05 | - Use the http-port that is now provided by the grid-server. If it isn't (bec... | Homer Horwitz | 1 | -0/+5 |
2008-11-30 | Mantis #2584 (again) | Melanie Thielker | 1 | -0/+1 |
2008-11-28 | * refactor: rename UserServiceAdmin to UserAdminService | Justin Clarke Casey | 2 | -4/+3 |
2008-11-28 | * minor: Eliminate unused paramter in LocalUserServices constructors | Justin Clarke Casey | 1 | -6/+2 |
2008-11-28 | * refactor: move CreateUser into UserServiceAdmin | Justin Clarke Casey | 2 | -27/+7 |
2008-11-27 | * minor: rename m_parent to m_commsManager to make it a little clearer what i... | Justin Clarke Casey | 1 | -18/+18 |
2008-11-27 | * Remove unused and largely unimplemented UpdateUserCurrentRegion() | Justin Clarke Casey | 2 | -58/+0 |
2008-11-25 | Add copyright headers. Minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-11-25 | Update svn properties. | Jeff Ames | 7 | -3366/+3366 |
2008-11-25 | * minor: eliminate mono compiler warnings | Justin Clarke Casey | 3 | -8/+8 |
2008-11-25 | * Apply http://opensimulator.org/mantis/view.php?id=2640 | Justin Clarke Casey | 7 | -0/+3366 |
2008-11-24 | WIP: Adding a few things to PresenceModule. Not quite finished yet. | Homer Horwitz | 1 | -1/+9 |
2008-11-23 | Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that: | Charles Krinke | 2 | -2/+2 |
2008-11-14 | * test: Add scene root agent test stub, since I'll be picking up with somethi... | Justin Clarke Casey | 2 | -5/+10 |
2008-11-12 | * Stop the pointless passing of a scene's own region handler back to it in re... | Justin Clarke Casey | 1 | -17/+32 |
2008-11-11 | * Implement basic region filtering as described in https://lists.berlios.de/p... | Justin Clarke Casey | 1 | -0/+1 |
2008-11-08 | Mantis#2590. Thank you kindly, Diva for a patch that solves: | Charles Krinke | 1 | -1/+10 |
2008-11-07 | Attachments, attachments, and, did I say attachments? | Melanie Thielker | 1 | -0/+3 |
2008-11-04 | * Improve the previous fix by pushing the exception catching down into OGS1 g... | Justin Clarke Casey | 1 | -8/+8 |
2008-11-04 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-11-03 | Add a bit more error-checking to GetFriendRegionInfos. | Homer Horwitz | 1 | -13/+24 |