aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer.Modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-10All grid servers deleted, including user server. They served us well.Diva Canto6-1817/+0
2009-08-19Fixing a spot I missed in assets. Switching Grid to the new naming schema ↵Kunnis1-3/+3
with Store/Get
2009-06-02Thank you kindly, jonc, for a patch that:Charles Krinke1-2/+2
Grid mode only. Serialization and deserialization of byte representing Access Level is failing unless byte is ToString'd first on Grid Server.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames4-4/+4
LICENSE.txt.
2009-05-23* Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby2-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)
2009-05-15Added PostInitialise method to IGridPlugin. MW1-0/+5
2009-05-12Thank you kindly, Patnad, for a patch that:Charles Krinke1-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.
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker3-1/+3
2009-05-04Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker1-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 :)
2009-03-01Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2-5/+29
2009-02-27Added GridServerPlugin class (which implements IGridPlugin) to ↵MW2-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.
2009-02-26* Got rid of concrete GridDBService referenceslbsa712-4/+5
2009-02-26* renamed IRegionProfileService to IRegionProfileRouter to better reflect ↵lbsa711-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)
2009-02-25* minor: Remove most mono compiler warningsJustin Clarke Casey2-5/+5
2009-02-25Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵MW3-6/+6
name as it could be confused with the Grid Server namespace or with the IGridService in the region servers.
2009-02-25More refactoring of the Grid, User and Messaging servers. MW2-6/+6
2009-02-24Setting svn:eol-style=native on new files.Mike Mazur4-1612/+1612
2009-02-24Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. MW4-0/+1612