aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer.Modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby2009-05-232-7/+9
| | | | | | | | | | needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient)
* Added PostInitialise method to IGridPlugin. MW2009-05-151-0/+5
|
* Thank you kindly, Patnad, for a patch that:Charles Krinke2009-05-121-2/+15
| | | | | | | | | This is to handle the changes in the v1.23 viewer of LL regarding the adult rating. With this patch a region can be changed to the adult rating from LL viewer v1.23 and above.
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-043-1/+3
|
* Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker2009-05-041-1/+1
| | | | | | | | console capable of processing commands. Create LocalConsole as a console that uses cursor control and context help. Precursor to a distributed console system for the new grid services. No functional change intended :)
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-03-012-5/+29
|
* Added GridServerPlugin class (which implements IGridPlugin) to ↵MW2009-02-272-0/+158
| | | | | | | | | OpenSim.Grid.GridServer.Modules. This class handles all the initialising of the grid server. And made GridServer into basically a generic server that just loads plugins. So this is a step towards having a generic server that loads service modules.
* * Got rid of concrete GridDBService referenceslbsa712009-02-262-4/+5
|
* * renamed IRegionProfileService to IRegionProfileRouter to better reflect ↵lbsa712009-02-261-1/+1
| | | | | | | | | | use (naming is a work in progress...) * introduced new IRegionProfileService that is going to be _one_ profileService * Had GridDBService inherit the IRegionProfileService (preparing for re-wiring things and de-duplicating eventually)
* * minor: Remove most mono compiler warningsJustin Clarke Casey2009-02-252-5/+5
|
* Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵MW2009-02-253-6/+6
| | | | name as it could be confused with the Grid Server namespace or with the IGridService in the region servers.
* More refactoring of the Grid, User and Messaging servers. MW2009-02-252-6/+6
|
* Setting svn:eol-style=native on new files.Mike Mazur2009-02-244-1612/+1612
|
* Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. MW2009-02-244-0/+1612