aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-26Poof! on OGS1 GridServices.Diva Canto1-937/+0
2009-08-17Add System.Xml reference to the console projectMelanie1-1/+1
2009-07-10* minor format changes and message additionsJustin Clarke Casey1-3/+3
2009-07-10* minor: standardize some logging messagesJustin Clarke Casey1-2/+1
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-10/+2
2009-06-14Factoring out "land_data" / RequestLandData that was hanging off of IGridServ...diva1-1/+3
2009-06-10Formatting cleanup.Jeff Ames1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-23* Pipes requestors IP address through all XmlRpcRequest delegates. This is ne...Adam Frisby1-2/+2
2009-05-23* NetworkUtil now handles an error case in a way which is easier to debug.Adam Frisby1-1/+0
2009-05-20Add copyright headers, formatting cleanup.Jeff Ames1-1/+1
2009-05-14Added a bool variable to OGS1GridServices to be able to turn off the use of t...MW1-9/+16
2009-05-12Thank you kindly, Patnad, for a patch that:Charles Krinke1-0/+2
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-1/+1
2009-05-02Change of word in log message.diva1-1/+1
2009-04-27Another attempt at mantis #3527.diva1-1/+11
2009-04-17* Moved the DefaultConfig settings into already-existing ConfigSettingslbsa711-1/+1
2009-04-17* Some more work on refactoring configs;lbsa711-1/+1
2009-03-18Adds support for unlink-region command in hypergrid.diva1-0/+22
2009-03-15regionInfo isn't defined here yet, which leads to a NRE. Grid-serverHomer Horwitz1-1/+1
2009-03-12* Another stab at refactoring up the CustomiseResponse function. Two fixes:lbsa711-1/+4
2009-03-10* Refactored out Create() methods to ensure proper transformation between Reg...lbsa711-13/+11
2009-03-03forgotten filesMW1-2/+2
2009-02-20THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi...diva1-912/+1
2009-02-20This moves the 2 friends-related interregion messages out of OGS1 and into th...diva1-78/+0
2009-02-17Major change to how appearance is managed, including changes in login and use...diva1-1/+5
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.lbsa711-4/+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 Casey1-2/+2
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
2008-12-13Mantis#2811. Thank you kindly, Diva for a patch that resolvesCharles Krinke1-9/+9
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-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-02Update svn properties, formatting cleanup.Jeff Ames1-1/+1
2008-11-01Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz1-1/+79
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 Horwitz1-43/+76
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 Casey1-2/+13
2008-09-09Update svn properties, formatting cleanup.Jeff Ames1-5/+5
2008-09-07Mantis #2142Melanie Thielker1-30/+33