| Commit message (Expand) | Author | Files | Lines |
2009-05-12 | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 1 | -2/+15 |
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -0/+1 |
2009-03-01 | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-02-26 | * Got rid of concrete GridDBService references | lbsa71 | 1 | -2/+2 |
2009-02-25 | Renamed IUGAIMCore to IGridServiceCore, still not really happy with this name... | MW | 1 | -2/+2 |
2009-02-25 | More refactoring of the Grid, User and Messaging servers. | MW | 1 | -3/+3 |
2009-02-24 | Setting svn:eol-style=native on new files. | Mike Mazur | 1 | -885/+885 |
2009-02-24 | Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. | MW | 1 | -885/+885 |
2009-02-24 | Added OpenSim.Grid.Framework project. | MW | 1 | -0/+1 |
2009-02-23 | Renamed IGridMessagingModule to IGridMessagingMapper. | MW | 1 | -4/+4 |
2009-02-23 | more refactoring of the Grid server, to separate them into modules | MW | 1 | -4/+11 |
2009-02-22 | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 1 | -1/+1 |
2009-02-22 | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 1 | -877/+877 |
2009-02-21 | More Grid server refactoring | MW | 1 | -7/+20 |
2009-02-21 | Some more refactoring of GridServer. | MW | 1 | -1/+20 |
2009-02-21 | A bit more refactoring of the GridServer. To make the "modules" share a commo... | MW | 1 | -4/+5 |
2009-02-21 | Refactored the GridServer into a GridDBService and a set of "modules". | MW | 1 | -1282/+844 |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -2/+1 |
2009-02-09 | The DataPluginFactory is now a set of generic methods instead of | Mike Mazur | 1 | -2/+2 |
2009-02-03 | - moved data plugin loading code from various places to | Mike Mazur | 1 | -25/+18 |
2008-12-17 | fix a bug with the Grid REST interface that was returning the classname | Sean Dague | 1 | -1/+1 |
2008-12-13 | Mantis#2811. Thank you kindly, Diva for a patch that resolves | Charles Krinke | 1 | -8/+5 |
2008-12-12 | * minor: Be a little more informative when a region fails to connect because ... | Justin Clarke Casey | 1 | -2/+4 |
2008-12-11 | Add hostnames in addition to IP address to some more places. This continues r... | Homer Horwitz | 1 | -0/+2 |
2008-12-11 | Move from IP to hostname for seed caps on login, for gridmode and standalone. | Homer Horwitz | 1 | -0/+1 |
2008-12-05 | - Fixed missing ToString() in map_blocks response in grid-server | Homer Horwitz | 1 | -1/+4 |
2008-11-19 | Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new | Melanie Thielker | 1 | -6/+6 |
2008-11-19 | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 1 | -6/+6 |
2008-11-17 | * Update libOMV to r2359. This is necessary for the progressive texture patch | Justin Clarke Casey | 1 | -6/+6 |
2008-11-11 | * Implement basic region filtering as described in https://lists.berlios.de/p... | Justin Clarke Casey | 1 | -6/+34 |
2008-10-29 | GridManager.GetRegions() now returns a List, not a Dictionary. Also removed s... | Mike Mazur | 1 | -40/+35 |
2008-10-13 | * Apply a modified version of the part of http://opensimulator.org/mantis/vie... | Justin Clarke Casey | 1 | -0/+23 |
2008-10-03 | Add the missing bits for the new region-search: | Homer Horwitz | 1 | -0/+70 |
2008-09-29 | * Apply http://opensimulator.org/mantis/view.php?id=2295 | Justin Clarke Casey | 1 | -1/+1 |
2008-09-28 | Mantis#2289. Thank you kindly, SMeans for a patch that: | Charles Krinke | 1 | -1/+0 |
2008-09-26 | * Patch from JHurliman | Teravus Ovares | 1 | -1/+1 |
2008-09-14 | Mantis #2124 | Melanie Thielker | 1 | -12/+12 |
2008-09-06 | Mantis #2133 | Melanie Thielker | 1 | -1/+1 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -23/+23 |
2008-08-23 | Mantis#2036. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 1 | -3/+15 |
2008-08-23 | Mantis#2036. Thank you kindly, HomerHorwitz for a patch that: | Charles Krinke | 1 | -4/+10 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -6/+6 |
2008-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 1 | -5/+2 |
2008-07-30 | * Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki. | Adam Frisby | 1 | -3/+3 |
2008-07-23 | Thanks, sempuki, for a patch that adds .addin.xml for MSSQL and SQLite users. | Mike Mazur | 1 | -13/+2 |
2008-07-23 | Thanks, sempuki, for a patch that moves control of Mono.Addins from source at... | Mike Mazur | 1 | -6/+6 |
2008-07-18 | Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ... | Mike Mazur | 1 | -61/+59 |
2008-06-13 | * If appropriate, start printing out the inner exception from the grid -> reg... | Justin Clarke Casey | 1 | -1/+5 |
2008-05-28 | let Grid Servers specify a connect string in their configuration. | Sean Dague | 1 | -3/+3 |
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -4/+4 |