aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-25* minor: Remove most mono compiler warningsJustin Clarke Casey2-2/+2
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke3-55/+58
2009-02-20* Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa712-6/+6
2009-02-20THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi...diva10-2527/+4
2009-02-20This moves the 2 friends-related interregion messages out of OGS1 and into th...diva1-78/+0
2009-02-18Improved log message.diva1-2/+2
2009-02-17Addresses mantis #3181. Waiting for confirmation from the reporter.diva1-1/+1
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-3/+3
2009-02-17Major change to how appearance is managed, including changes in login and use...diva3-1/+15
2009-02-13Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames1-1/+1
2009-02-12Commented a couple of not very useful log messages that are cluttering the lo...diva1-4/+4
2009-02-12* Remove a change which shouldn't have made it into the last commitJustin Clarke Casey1-2/+0
2009-02-12* Add missing OpenSIm.Framework.Communications ref for Wdinwos buildsJustin Clarke Casey1-0/+2
2009-02-12* optimized usings.lbsa7115-47/+21
2009-02-12Makes ban of HG users exactly the same as ban of local users, that is upon Ad...diva1-75/+44
2009-02-09Moved prim crossing out of OGS1 and into RESTComms and LocalInterregionComms....diva1-0/+12
2009-02-09From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague7-8/+8
2009-02-07* Refactored UserLoginService.CustomiseResponse to be (almost) text-wide iden...lbsa711-8/+31
2009-02-07Adds support for HG linking to specific regions within an instance. The forma...diva1-3/+3
2009-02-07Thank you dslake for a patch that:lbsa711-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield4-6/+6
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur1-41/+41
2009-02-01More on dynamic hyperlinks. Making the 4096 check (deregistration of region) ...diva1-2/+2
2009-01-15* Add new unit test for simple teleport in a standalone.Justin Clarke Casey1-0/+1
2009-01-14* Move the timed_out change to earlier on in the async handlerJustin Clarke Casey1-4/+9
2009-01-06* prune and regrade log messages relating to client login and logoutJustin Clarke Casey2-3/+3
2009-01-06* Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with term...Justin Clarke Casey1-1/+1
2009-01-06* Move common string aggregation for caps seed path to a method in CapsUtilJustin Clarke Casey1-3/+4
2009-01-06* minor: Move GetRandomCapsPath() to a CapsUtil classJustin Clarke Casey1-1/+2
2009-01-05* Add seed cap check to login testJustin Clarke Casey1-1/+1
2009-01-05* Check in login service tests beachheadJustin Clarke Casey1-3/+3
2009-01-03Fixed logic for sending foreign user information (HG).diva1-5/+16
2009-01-03Another interregion comms change that will not work well with previous versio...diva3-20/+39
2009-01-02* reference is to Nini.Config, not NiniJustin Clarke Casey1-1/+1
2009-01-02* Add Nini reference to Communications.OGS1Justin Clarke Casey1-0/+1
2009-01-01Minor fix for HG request neighbors. Should not return hyperlink neighbors, on...diva2-4/+4
2008-12-31Minor bug fix in HG home regions management, removing the use of m_knownRegio...diva1-8/+15
2008-12-24Backing off from the accidental removal one of the most valued 'features' of ...diva1-2/+2
2008-12-24Better error handling for expect_hg_user on the HG.diva2-2/+12
2008-12-22Plumb in the birthdate from the user server reply to the cacheMelanie Thielker1-0/+1
2008-12-17Kicking child agents off on the first login after a client crash. The child a...diva1-1/+24
2008-12-15Attempt at fixing the HG home jump by looking up hyperlink regions before gri...diva1-2/+2
2008-12-13Mantis#2811. Thank you kindly, Diva for a patch that resolvesCharles Krinke1-9/+9
2008-12-11Add a null check. Mantis #2798idb1-1/+1
2008-12-11Correct the last checkin.Homer Horwitz1-1/+1
2008-12-11Move from IP to hostname for seed caps on login, for gridmode and standalone.Homer Horwitz1-2/+2
2008-12-05- Use the http-port that is now provided by the grid-server. If it isn't (bec...Homer Horwitz1-0/+5
2008-11-30Mantis #2584 (again)Melanie Thielker1-0/+1
2008-11-28* refactor: rename UserServiceAdmin to UserAdminServiceJustin Clarke Casey2-4/+3
2008-11-28* minor: Eliminate unused paramter in LocalUserServices constructorsJustin Clarke Casey1-6/+2