aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-11-28* refactor: move CreateUser into UserServiceAdminJustin Clarke Casey2-27/+7
2008-11-27* minor: rename m_parent to m_commsManager to make it a little clearer what i...Justin Clarke Casey1-18/+18
2008-11-27* Remove unused and largely unimplemented UpdateUserCurrentRegion()Justin Clarke Casey2-58/+0
2008-11-25Add copyright headers. Minor formatting cleanup.Jeff Ames1-1/+1
2008-11-25Update svn properties.Jeff Ames7-3366/+3366
2008-11-25* minor: eliminate mono compiler warningsJustin Clarke Casey3-8/+8
2008-11-25* Apply http://opensimulator.org/mantis/view.php?id=2640Justin Clarke Casey7-0/+3366
2008-11-24WIP: Adding a few things to PresenceModule. Not quite finished yet.Homer Horwitz1-1/+9
2008-11-23Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that:Charles Krinke2-2/+2
2008-11-14* test: Add scene root agent test stub, since I'll be picking up with somethi...Justin Clarke Casey2-5/+10
2008-11-12* Stop the pointless passing of a scene's own region handler back to it in re...Justin Clarke Casey1-17/+32
2008-11-11* Implement basic region filtering as described in https://lists.berlios.de/p...Justin Clarke Casey1-0/+1
2008-11-08Mantis#2590. Thank you kindly, Diva for a patch that solves:Charles Krinke1-1/+10
2008-11-07Attachments, attachments, and, did I say attachments?Melanie Thielker1-0/+3
2008-11-04* Improve the previous fix by pushing the exception catching down into OGS1 g...Justin Clarke Casey1-8/+8
2008-11-04Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-11-03Add a bit more error-checking to GetFriendRegionInfos.Homer Horwitz1-13/+24
2008-11-03Thanks diva for a patch that removes an unnecessary dependency on Communicati...Dahlia Trimble1-2/+2
2008-11-02Update svn properties, formatting cleanup.Jeff Ames1-1/+1
2008-11-01Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz5-8/+164
2008-10-05Small optimization: Don't ask gridserver about regions on the local instance.Homer Horwitz1-0/+7
2008-10-03Add the missing bits for the new region-search:Homer Horwitz2-43/+91
2008-10-01* Fixed a mangled Seed caps handler definition on login to region in standalo...Teravus Ovares1-1/+22
2008-09-26* Patch from JHurlimanTeravus Ovares1-3/+3
2008-09-24Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz1-0/+30
2008-09-22* Remove some old libsecondlife workarounds as suggested by jhurliman in http...Justin Clarke Casey1-5/+4
2008-09-21* Fix http://opensimulator.org/mantis/view.php?id=2189Justin Clarke Casey1-5/+25
2008-09-20* Tidy up OGS1GridServicesJustin Clarke Casey1-101/+39
2008-09-19* Enables logins to regions on a grid once they have finished starting up (th...Justin Clarke Casey1-29/+46
2008-09-19* Only allow logins on standalone when the sim has completed it's initial sta...Justin Clarke Casey5-34/+68
2008-09-15* refactor: collapse UpdateUserProfileProperties() into existing UpdateUserPr...Justin Clarke Casey1-28/+23
2008-09-15* refactor: Break out IUserServiceAdmin out of IUserService since admin metho...Justin Clarke Casey1-0/+2
2008-09-15* Add "reset user password" command to standalone region consoleJustin Clarke Casey1-0/+5
2008-09-14* Converted a number of methods within the login processes from private to pr...Adam Frisby1-8/+8
2008-09-12* Check in first part of http://opensimulator.org/mantis/view.php?id=2073Justin Clarke Casey2-138/+154
2008-09-09Update svn properties, formatting cleanup.Jeff Ames2-6/+6
2008-09-07Mantis #2142Melanie Thielker1-30/+33
2008-09-07* Improve login failure handling.Justin Clarke Casey2-2/+5
2008-09-07* minor: Clean up of logging messages to make following the client login proc...Justin Clarke Casey1-12/+10
2008-09-06* This changes gridcomms types back to our home grown wholy controlled types. Teravus Ovares3-17/+17