| Commit message (Expand) | Author | Age | Files | Lines |
* | All grid servers deleted, including user server. They served us well. | Diva Canto | 2010-01-10 | 3 | -282/+0 |
* | Stop OpenSim.Grid.GridServer.exe from building to reduce user/developer confu... | Justin Clark-Casey (justincc) | 2009-11-10 | 1 | -65/+0 |
* | * Changed various modules to not initialize timers unless the module is initi... | John Hurliman | 2009-10-23 | 1 | -1/+0 |
* | * Unregister Mono.Addins event handlers in PluginLoader.Dispose() and always ... | John Hurliman | 2009-10-23 | 1 | -5/+5 |
* | Add -xmlfile= option to UGM, to let the files be outside bin if desired | Melanie | 2009-08-21 | 2 | -1/+4 |
* | Graft the REST console onto the grid server. Same procedure as with | Melanie | 2009-08-19 | 2 | -2/+37 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 4 | -4/+4 |
* | * Upped version number to 0.6.5 | lbsa71 | 2009-05-25 | 1 | -2/+2 |
* | Remove the pre-log4net, discrete output methods from the consoles | Melanie Thielker | 2009-05-20 | 1 | -1/+1 |
* | Added PostInitialise method to IGridPlugin. | MW | 2009-05-15 | 1 | -0/+1 |
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -0/+1 |
* | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 2009-05-04 | 1 | -1/+1 |
* | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 2009-04-01 | 1 | -1/+1 |
* | Added GridServerPlugin class (which implements IGridPlugin) to OpenSim.Grid... | MW | 2009-02-27 | 1 | -91/+10 |
* | Added a PostInitialise method to IApplicationPlugin, this allows us to do wor... | MW | 2009-02-26 | 1 | -33/+0 |
* | Renamed IUGAIMCore to IGridServiceCore, still not really happy with this name... | MW | 2009-02-25 | 1 | -1/+1 |
* | Removed the additions from the last revision for the "ShowHelp" delegate hand... | MW | 2009-02-24 | 1 | -5/+0 |
* | More refactoring of the Grid/user/messaging servers. | MW | 2009-02-24 | 1 | -1/+6 |
* | Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. | MW | 2009-02-24 | 5 | -1612/+1 |
* | Some cleaning up in the MesssagingServer and GridServer. | MW | 2009-02-24 | 2 | -82/+0 |
* | Added OpenSim.Grid.Framework project. | MW | 2009-02-24 | 6 | -2/+11 |
* | Renamed IGridMessagingModule to IGridMessagingMapper. | MW | 2009-02-23 | 3 | -54/+75 |
* | more refactoring of the Grid server, to separate them into modules | MW | 2009-02-23 | 2 | -5/+14 |
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 2 | -2/+2 |
* | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 2009-02-22 | 6 | -1605/+1659 |
* | More Grid server refactoring | MW | 2009-02-21 | 6 | -23/+61 |
* | Some more refactoring of GridServer. | MW | 2009-02-21 | 2 | -23/+23 |
* | Added missing header to a file (before chi11ken does it) | MW | 2009-02-21 | 2 | -2/+29 |
* | Added a check to GridServerBase.RegisterInterface<T>(T iface), so that it ca... | MW | 2009-02-21 | 1 | -1/+4 |
* | A bit more refactoring of the GridServer. To make the "modules" share a commo... | MW | 2009-02-21 | 4 | -19/+22 |
* | Refactored the GridServer into a GridDBService and a set of "modules". | MW | 2009-02-21 | 7 | -1323/+1621 |
* | * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6.... | lbsa71 | 2009-02-20 | 1 | -3/+3 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 3 | -4/+1 |
* | Add proper handling for shared vs. unshared modules to the command | Melanie Thielker | 2009-02-10 | 1 | -3/+5 |
* | The DataPluginFactory is now a set of generic methods instead of | Mike Mazur | 2009-02-09 | 1 | -2/+2 |
* | Replace the console for all OpenSim apps with a new console featuring command | Melanie Thielker | 2009-02-07 | 1 | -29/+34 |
* | - moved data plugin loading code from various places to | Mike Mazur | 2009-02-03 | 1 | -25/+18 |
* | fix a bug with the Grid REST interface that was returning the classname | Sean Dague | 2008-12-17 | 1 | -1/+1 |
* | Mantis#2811. Thank you kindly, Diva for a patch that resolves | Charles Krinke | 2008-12-13 | 1 | -8/+5 |
* | * minor: Be a little more informative when a region fails to connect because ... | Justin Clarke Casey | 2008-12-12 | 1 | -2/+4 |
* | Add hostnames in addition to IP address to some more places. This continues r... | Homer Horwitz | 2008-12-11 | 1 | -0/+2 |
* | Move from IP to hostname for seed caps on login, for gridmode and standalone. | Homer Horwitz | 2008-12-11 | 1 | -0/+1 |
* | - Fixed missing ToString() in map_blocks response in grid-server | Homer Horwitz | 2008-12-05 | 1 | -1/+4 |
* | Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown... | MW | 2008-12-02 | 1 | -1/+1 |
* | Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new | Melanie Thielker | 2008-11-19 | 1 | -6/+6 |
* | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 2008-11-19 | 1 | -6/+6 |
* | * Update libOMV to r2359. This is necessary for the progressive texture patch | Justin Clarke Casey | 2008-11-17 | 1 | -6/+6 |
* | * Implement basic region filtering as described in https://lists.berlios.de/p... | Justin Clarke Casey | 2008-11-11 | 2 | -7/+35 |
* | GridManager.GetRegions() now returns a List, not a Dictionary. Also removed s... | Mike Mazur | 2008-10-29 | 1 | -40/+35 |
* | * Apply a modified version of the part of http://opensimulator.org/mantis/vie... | Justin Clarke Casey | 2008-10-13 | 2 | -3/+53 |