aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer.Modules/GridXmlRpcModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
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 Ames1-1/+1
LICENSE.txt.
2009-05-23* Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby1-5/+6
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-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 Thielker1-0/+1
2009-03-01Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames1-1/+1
2009-02-26* Got rid of concrete GridDBService referenceslbsa711-2/+2
2009-02-25Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵MW1-2/+2
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. MW1-3/+3
2009-02-24Setting svn:eol-style=native on new files.Mike Mazur1-885/+885
2009-02-24Added OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. MW1-885/+885
2009-02-24Added OpenSim.Grid.Framework project.MW1-0/+1
Changed the Gridserver so it uses/references OpenSim.Grid.Framework
2009-02-23Renamed IGridMessagingModule to IGridMessagingMapper.MW1-4/+4
Plus some general cleanup of the GridMessagingModule.
2009-02-23more refactoring of the Grid server, to separate them into modulesMW1-4/+11
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-1/+1
* Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors.
2009-02-22Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames1-877/+877
2009-02-21More Grid server refactoringMW1-7/+20
2009-02-21Some more refactoring of GridServer.MW1-1/+20
2009-02-21A bit more refactoring of the GridServer. To make the "modules" share a ↵MW1-4/+5
common Initialise method.
2009-02-21Refactored the GridServer into a GridDBService and a set of "modules". MW1-1282/+844
Currently they aren't plugin modules as the support for dynamically loading them isn't complete.
2009-02-12* optimized usings.lbsa711-2/+1
2009-02-09The DataPluginFactory is now a set of generic methods instead ofMike Mazur1-2/+2
multiple duplicates of the same code.
2009-02-03- moved data plugin loading code from various places toMike Mazur1-25/+18
OpenSim/Data/DataPluginFactory.cs - removed dependencies on a few executable assemblies in bin/OpenSim.Data.addin.xml - trim trailing whitespace
2008-12-17fix a bug with the Grid REST interface that was returning the classnameSean Dague1-1/+1
in the UUID field instead of the actual UUID because of an implicit use of ToString()
2008-12-13Mantis#2811. Thank you kindly, Diva for a patch that resolvesCharles Krinke1-8/+5
some of our DNS/dotted decimal issues that plague teleporting. We are increasing the MajorInterfaceVersion from 1 to 2 in the gridserver, so sims will need to be updated on various grids.
2008-12-12* minor: Be a little more informative when a region fails to connect because ↵Justin Clarke Casey1-2/+4
it fails to implement the required OGS interface version
2008-12-11Add hostnames in addition to IP address to some more places. This continues ↵Homer Horwitz1-0/+2
r7676. NOTE: Changes UGAIM.
2008-12-11Move from IP to hostname for seed caps on login, for gridmode and standalone.Homer Horwitz1-0/+1
All the other caps (except the initial one) are already sent with hostname instead of IP. NOTE: This changes gridserver and userserver
2008-12-05- Fixed missing ToString() in map_blocks response in grid-serverHomer Horwitz1-1/+4
- Added remoting_port to the non-fast if-branch, too - Added httpPort field to map_blocks response. This isn't needed yet, but will be for correct crossing between regions. Note: This touches the GridServer.
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker1-6/+6
libOMV.
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-6/+6
release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey1-6/+6
* Update libopenjpeg as well for this patch. * Appears to be okay on a very short sniff test * Source code will be placed in opensim-libs shortly
2008-11-11* Implement basic region filtering as described in ↵Justin Clarke Casey1-6/+34
https://lists.berlios.de/pipermail/opensim-dev/2008-November/003468.html * This is done by sending a 'major interface version' number on sim registration. Developers must increment this every time they make a change that would make the previous OpenSim revision failure incompatible with the new one (non-fatal incompatibilities are fine). * This number resides in OpenSim.Framework.Servers.VersionInfo.MajorInterfaceVersion * This allows the grid service to stop older, incompatible regions from connecting
2008-10-29GridManager.GetRegions() now returns a List, not a Dictionary. Also removed ↵Mike Mazur1-40/+35
some trailing whitespace.
2008-10-13* Apply a modified version of the part of ↵Justin Clarke Casey1-0/+23
http://opensimulator.org/mantis/view.php?id=2361 that allows region registration to be enabled/disabled on the grid server * Region registration is enabled by default in the configuration unless the user chooses otherwise * On the console * show status - shows grid status * enable-reg - enables region registration to the grid * disable-reg - disables region registration * Enabling or disabling region registration will not affect any other grid functions or regions already on the grid
2008-10-03Add the missing bits for the new region-search:Homer Horwitz1-0/+70
- Added lookup in the data-layer - MySQL works - SQLite doesn't have a grid-db, so it won't work there - I added MSSQL-code to the best of my knowledge; but I don't know MSSQL :-) - Added the plumbing up to OGS1GridServices. This speaks with the grid-server via XMLRPC. - Modified MapSearchModule to use the new data. It's backward compatible; if used with an old grid-server, it just returns one found region instead of a list. - Refactored a bit. Note: This updates data, grid-server and region code. No new files.
2008-09-29* Apply http://opensimulator.org/mantis/view.php?id=2295Justin Clarke Casey1-1/+1
* Updated MSSQL to reflect resend changes * Added the new columns in prims table. * Created a implementation for getting gestures. * Remove configurable table names for user. * Thanks Ruud Lathorp
2008-09-28Mantis#2289. Thank you kindly, SMeans for a patch that:Charles Krinke1-1/+0
Corrects the spurious reference to MySQL namespace in GridManager.cs.
2008-09-26* Patch from JHurlimanTeravus Ovares1-1/+1
* Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
2008-09-14Mantis #2124Melanie Thielker1-12/+12
Thank you, RuudL, for a patch that brings MSSQL up to the same implementation level as MySQL.
2008-09-06Mantis #2133Melanie Thielker1-1/+1
Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-23/+23
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-08-23Mantis#2036. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-3/+15
Not enough logging. Added IP endpoing of request to the log messages on lookup-failure
2008-08-23Mantis#2036. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-4/+10
This patch adds some more informative logging if the region isn't found.
2008-08-18Formatting cleanup.Jeff Ames1-6/+6
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur1-5/+2
PluginLoader. Fix issue 1871.
2008-07-30* Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki.Adam Frisby1-3/+3
2008-07-23Thanks, sempuki, for a patch that adds .addin.xml for MSSQL and SQLite users.Mike Mazur1-13/+2
2008-07-23Thanks, sempuki, for a patch that moves control of Mono.Addins from source ↵Mike Mazur1-6/+6
attributes to external XML files. Fix issues 1682 and 1786.
2008-07-18Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵Mike Mazur1-61/+59
(issue 1763).