aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add -xmlfile= option to UGM, to let the files be outside bin if desiredMelanie2009-08-212-1/+4
* Graft the REST console onto the grid server. Same procedure as withMelanie2009-08-192-2/+37
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-014-4/+4
* * Upped version number to 0.6.5lbsa712009-05-251-2/+2
* Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker2009-05-201-1/+1
* Added PostInitialise method to IGridPlugin. MW2009-05-151-0/+1
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
* Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker2009-05-041-1/+1
* * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa712009-04-011-1/+1
* Added GridServerPlugin class (which implements IGridPlugin) to OpenSim.Grid...MW2009-02-271-91/+10
* Added a PostInitialise method to IApplicationPlugin, this allows us to do wor...MW2009-02-261-33/+0
* Renamed IUGAIMCore to IGridServiceCore, still not really happy with this name...MW2009-02-251-1/+1
* Removed the additions from the last revision for the "ShowHelp" delegate hand...MW2009-02-241-5/+0
* More refactoring of the Grid/user/messaging servers.MW2009-02-241-1/+6
* Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. MW2009-02-245-1612/+1
* Some cleaning up in the MesssagingServer and GridServer.MW2009-02-242-82/+0
* Added OpenSim.Grid.Framework project.MW2009-02-246-2/+11
* Renamed IGridMessagingModule to IGridMessagingMapper.MW2009-02-233-54/+75
* more refactoring of the Grid server, to separate them into modulesMW2009-02-232-5/+14
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-222-2/+2
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-02-226-1605/+1659
* More Grid server refactoringMW2009-02-216-23/+61
* Some more refactoring of GridServer.MW2009-02-212-23/+23
* Added missing header to a file (before chi11ken does it)MW2009-02-212-2/+29
* Added a check to GridServerBase.RegisterInterface<T>(T iface), so that it ca...MW2009-02-211-1/+4
* A bit more refactoring of the GridServer. To make the "modules" share a commo...MW2009-02-214-19/+22
* Refactored the GridServer into a GridDBService and a set of "modules". MW2009-02-217-1323/+1621
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa712009-02-201-3/+3
* * optimized usings.lbsa712009-02-123-4/+1
* Add proper handling for shared vs. unshared modules to the commandMelanie Thielker2009-02-101-3/+5
* The DataPluginFactory is now a set of generic methods instead ofMike Mazur2009-02-091-2/+2
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-29/+34
* - 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
* Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown...MW2008-12-021-1/+1
* 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-112-7/+35
* 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-132-3/+53
* Add the missing bits for the new region-search:Homer Horwitz2008-10-032-0/+71
* * refactor: make shutdown a template method in the same manner as startup, fo...Justin Clarke Casey2008-10-031-3/+1
* * refactor: make startup a template methodJustin Clarke Casey2008-10-031-3/+1
* * Apply http://opensimulator.org/mantis/view.php?id=2295Justin Clarke Casey2008-09-291-1/+1