aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-17rearranging variables in OSHttpRequest and adding Query property.Dr Scofield1-22/+45
2008-07-17morphing OSHttpHandler interface into an abstract base class. addingDr Scofield3-109/+108
HTTP method matching support. adapting OSHttpXmlRpcHandler accordingly. dropping OSHttpXmlProcessor delegate in favour of good old XmlRpcMethodHandler delegate (was the same signature).
2008-07-15cleanup: fixing CamelCase issue with RestDeserialiseHandler.Dr Scofield1-2/+2
2008-07-15fixes handler scoring method. XmlRpc code path now fully working withDr Scofield2-7/+61
HttpServer. :-)
2008-07-15fixes a couple of issues i introduced yesterday, one of them MapBlock ↵Dr Scofield2-55/+56
queries crashing.
2008-07-15Mantis#1745. Thank you kindly, Lulurun for a patch that:Charles Krinke1-2/+2
Fixes simulator webmap functionality.
2008-07-14further work in progress on the HttpServer side: XmlRpc handler pathDr Scofield6-79/+594
almost complete and soon to be ready for testing; OSHttpResponse code out.
2008-07-11* Move thread tracking code to base opensim server so that it's available ↵Justin Clarke Casey1-6/+31
for all servers (UGAIM as well as Region) * This will work as long as those servers are actually registering any threads they use (does not include stuff plucked from the thread pool) * command is now "show threads" rather than threads
2008-07-08Mantis#1685. Thank you kindly, Mjm for a patch that:Charles Krinke1-1/+12
The attached patch tries to read the SVN revision from local file "svn_revision" before checking "../.svn/entries". This allows simulators not running from the source tree to properly display the SVN revision, if the installer generates the "svn_revision" file.
2008-07-07adding support for IP EndPoint whitelisting in HttpServer code.Dr Scofield2-10/+24
2008-07-07switching to safer locks.Dr Scofield1-4/+6
2008-07-07further progress on HttpServer integration: OSHttpRequest can now beDr Scofield4-26/+65
instantiated from both .NET and HttpServer code path.
2008-07-06Copyright notices and formatting cleanup.Jeff Ames1-1/+1
2008-06-30properly explaining each #pragma warning disableDr Scofield2-26/+39
massaging OSHttpRequestPump to not abort on exceptions...
2008-06-27dr scofield's warning safari:Dr Scofield1-1/+2
* commented out [Obsolete(....)] attributes where no replacement feature was available: if we want to attribute code that we think needs to be reworked, we should define a new attribute and use that instead (together with a little tool to retrieve all the attributed code then) * commenting out unused variables
2008-06-27dr scofield's warning safari: hunting down those little buggersDr Scofield3-5/+6
2008-06-27status: work-in-progress, non-functionalDr Scofield3-0/+165
fleshing out OSHttpRequestPump code.
2008-06-27status: work in progress, non-functionalDr Scofield2-41/+127
having OSHttpHandler as a delegate was not too hot, i'm refactoring it into an interface.
2008-06-27Mantis#1591. Thank you graciously, Sempuki for a patch that:Charles Krinke1-1/+1
Currently module loading is done ad-hoc. I propose creating a simple loader class that leverages Mono.Addins (and perhaps the new .NET addins when they become available in mono). Attached is a basic patch for review that compiles into HEAD, but doesn't yet replace any existing ad-hoc loaders.
2008-06-26WORK-IN-PRGRESS: beware of falling pieces and shifting Dr Scofield1-0/+53
tectonic plates: starting AddHandler() code.
2008-06-25further work on the HttpServer stuff. not functional yet. just sharing Dr Scofield4-11/+126
what crimes i'm committing.
2008-06-18Minor formatting cleanup.Jeff Ames1-1/+1
2008-06-16* Enables binary data in BaseHttpServer with 'image' in content type.Teravus Ovares1-1/+10
* Enables regular jpeg map images to be served directly from the region. * EX: http://192.168.1.127:9000/index.php?method=regionImagecc4583cd269b41bfa525dd198e19a5c5 * This is actually HTTP server address + port + index.php?method=regionImage<REGIONUUID, no dashes> * The Webmap image location gets printed on the console when the simulator starts up. * JPEG data is cached so we only create the webjpeg once.
2008-06-15Change VersionInfo string fromCharles Krinke1-1/+1
"Opensimulator release (0.5.8)" to "Opensimulator trunk (post 0.5.8)" as we move forward with trunk again.
2008-06-14Change VersionInfo string from:Charles Krinke1-1/+1
"OpenSimulator trunk (post 0.5.7)" to "OpenSimulator release 0.5.8" in preparation for tagging this minor release.
2008-06-13* minor: Print out uptime as well as stats in periodic diagnostics logging, ↵Justin Clarke Casey2-6/+30
so it's easier to tell which isntances each print out of information is from
2008-06-13Update svn properties, clean up formatting, refactor out duplicate ↵Jeff Ames1-11/+11
hard-coded port numbers.
2008-06-11* Drop periodic stats logging back down to 60 minutes to reduce console spam. Justin Clarke Casey1-1/+1
* Please feel free to comment if the periodic logging is causing you problems in some way - I'm loathe to add yet another switch to OpenSim.ini but will if it proves necessary
2008-06-11* Add 'show info' command to all servers, which prints the directory in ↵Justin Clarke Casey1-2/+16
which the server was started * This is potentially useful if you're using screen on a region console without knowing where it was originally started from
2008-06-10* minor: Reduce statistic log snapshots to every 20 minutes to get more ↵Justin Clarke Casey1-1/+1
information
2008-06-10* If a server has statistics, print these out to the log every hour to get ↵Justin Clarke Casey1-0/+21
some idea of how these evolve * When returning GC.GetTotalMemory(), force collection first in order to get more accurate figures
2008-06-04* adding XmppPresenceStanza and deserialization/reification supportDr Scofield1-0/+5
having reached the intermediate level of .NET's XmlSudoku, i've now figured out how to do deserialization using different XmlSerializers (this stuff begins to grow on me, sigh). [still not used code, work-in-progress] * adding convenience property on OSHttpRequest.cs (from awebb)
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-15/+15
2008-06-02* experimental: Make OpenSim archiver save and reload all prim textures when ↵Justin Clarke Casey1-2/+2
not all faces have the same texture
2008-06-02* Add 'show version' help information into base OpenSim serverJustin Clarke Casey1-1/+2
2008-06-01* Move most bookending startup/shutdown messages to BaseOpenSimServer so ↵Justin Clarke Casey1-7/+6
they appear in non-console servers too
2008-06-01* Fix build break by eliminating remaining IScenePermissions references - ↵Justin Clarke Casey1-1/+1
must remember to nant clean * Hook all server startups into base opensim server startup method
2008-06-01* Move log version printing up into BaseOpenSimServerJustin Clarke Casey1-4/+14
2008-05-31* Make version information common to all serversJustin Clarke Casey2-0/+119
* Now all servers respond to the "show version" command on the console
2008-05-31* Implements UserServer logoff in a few situationsTeravus Ovares1-0/+1
* User tries to log-in but is already logged in. Userserver will send message to simulator user was in to log the user out there. * From the UserServer, admin types 'logoff-user firstname lastname message'. * Some regions may not get the message because they're not updated yet.
2008-05-30Update svn properties. Formatting cleanup.Jeff Ames3-12/+17
2008-05-29this is a snapshot of the OSHttpServer work-in-progress. it's an initial ↵Dr Scofield3-0/+191
skeleton, far from complete, just want to check in early and often.
2008-05-29attempting to get to the bottom of unresponsive grids servers bySean Dague1-21/+32
adding back in a few messages on exceptions.
2008-05-28Formatting cleanup.Jeff Ames1-9/+13
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames7-37/+37
2008-05-22changing more 'raw' HTTP status codes to OSHttpStatusCodes.Dr Scofield1-0/+2
2008-05-22here are further enhancements to the IHttpAgentHandler and to BaseHttpServer ↵Dr Scofield3-21/+220
(from awebb) i've added the OSHttpStatusCodes enumeration of HTTP status codes, have adapted BaseHttpServer to use those. then RestPlugin now has proper Failure handling returning proper HTTP status codes. Regions/POSTHandler is work-in-progress.
2008-05-20i'm extending the RestStreamHandler.Handler(...) signature to actually Dr Scofield2-2/+3
provide OSHttpRequest and OSHttpResponse to our REST handler. also, this adds proper RestPlugin.IsGod() checking against the X-OpenSim-Godkey HTTP request header. last, i added XML doc comments to RestPlugin.cs
2008-05-20my last "simplification" of the the if-then-else logic in BaseHttpServer ↵Dr Scofield1-1/+1
placed the return in the "if (request.UserAgent != null)" branch in the wrong place: as a result BaseHttpServer would not do anything if the user agent header field was present....ARGH! BAAAAAAD.
2008-05-19(from awebb)Dr Scofield1-1/+10
Fixes a bug in BaseRequestHandler. If the length of the patter is equal to, or greater than, the length of the actual request path, then an exception is thrown. System using is added to support use of String.Empty. Exception is used to ensure most efficient operation on (assumed to be most common) successful case.