aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/GridManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * optimized usings.lbsa712009-02-121-2/+1
* The DataPluginFactory is now a set of generic methods instead ofMike Mazur2009-02-091-2/+2
* - moved data plugin loading code from various places toMike Mazur2009-02-031-25/+18
* fix a bug with the Grid REST interface that was returning the classnameSean Dague2008-12-171-1/+1
* Mantis#2811. Thank you kindly, Diva for a patch that resolvesCharles Krinke2008-12-131-8/+5
* * minor: Be a little more informative when a region fails to connect because ...Justin Clarke Casey2008-12-121-2/+4
* Add hostnames in addition to IP address to some more places. This continues r...Homer Horwitz2008-12-111-0/+2
* Move from IP to hostname for seed caps on login, for gridmode and standalone.Homer Horwitz2008-12-111-0/+1
* - Fixed missing ToString() in map_blocks response in grid-serverHomer Horwitz2008-12-051-1/+4
* Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2008-11-191-6/+6
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-191-6/+6
* * Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2008-11-171-6/+6
* * Implement basic region filtering as described in https://lists.berlios.de/p...Justin Clarke Casey2008-11-111-6/+34
* GridManager.GetRegions() now returns a List, not a Dictionary. Also removed s...Mike Mazur2008-10-291-40/+35
* * Apply a modified version of the part of http://opensimulator.org/mantis/vie...Justin Clarke Casey2008-10-131-0/+23
* Add the missing bits for the new region-search:Homer Horwitz2008-10-031-0/+70
* * Apply http://opensimulator.org/mantis/view.php?id=2295Justin Clarke Casey2008-09-291-1/+1
* Mantis#2289. Thank you kindly, SMeans for a patch that:Charles Krinke2008-09-281-1/+0
* * Patch from JHurlimanTeravus Ovares2008-09-261-1/+1
* Mantis #2124Melanie Thielker2008-09-141-12/+12
* Mantis #2133Melanie Thielker2008-09-061-1/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-23/+23
* Mantis#2036. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-231-3/+15
* Mantis#2036. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke2008-08-231-4/+10
* Formatting cleanup.Jeff Ames2008-08-181-6/+6
* Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur2008-07-311-5/+2
* * Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki.Adam Frisby2008-07-301-3/+3
* Thanks, sempuki, for a patch that adds .addin.xml for MSSQL and SQLite users.Mike Mazur2008-07-231-13/+2
* Thanks, sempuki, for a patch that moves control of Mono.Addins from source at...Mike Mazur2008-07-231-6/+6
* Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ...Mike Mazur2008-07-181-61/+59
* * If appropriate, start printing out the inner exception from the grid -> reg...Justin Clarke Casey2008-06-131-1/+5
* let Grid Servers specify a connect string in their configuration.Sean Dague2008-05-281-3/+3
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-4/+4
* i'm extending the RestStreamHandler.Handler(...) signature to actually Dr Scofield2008-05-201-6/+18
* Formatting cleanup.Jeff Ames2008-05-161-32/+32
* Formatting cleanup.Jeff Ames2008-05-141-2/+2
* * As part of the region registration process, the grid service now requests t...Justin Clarke Casey2008-05-131-6/+52
* * Refactor: Creating grid login exceptions to try and break up a large method. Justin Clarke Casey2008-05-121-71/+109
* * If a region running in grid mode fails to login to the grid service, startu...Justin Clarke Casey2008-05-121-1/+1
* * Minor: Change 'delete region' message to region logout messageJustin Clarke Casey2008-05-121-1/+2
* * Minor: Commenting out message detailing all individual map information disp...Justin Clarke Casey2008-05-121-2/+1
* * Minor: Initial cleaning up of some of the grid sim login messagesJustin Clarke Casey2008-05-121-22/+25
* * Rolled back a few changes.Adam Frisby2008-05-011-94/+91
* * Cleaning code still.Adam Frisby2008-05-011-91/+94
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-011-10/+3
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-5/+5
* * Fix a bug in the friends module that causes a friend not to appear online w...Teravus Ovares2008-04-131-1/+16
* * Discerned between AddProfile and UpdateProfile in region registrationlbsa712008-04-111-1/+11
* changing more references to OpenSim.DataSean Dague2008-04-021-5/+5
* * Increase timeout for initial simulator login from 16 to 30 secondsJustin Clarke Casey2008-03-261-21/+48