Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | adding files that were not included in r5589 | Johan Berntsson | 2008-07-23 | 1 | -0/+223 | |
| | ||||||
* | * minor: Make create user command appear on the region console only if the ↵ | Justin Clarke Casey | 2008-07-22 | 1 | -0/+1 | |
| | | | | region is running standalone | |||||
* | pulling query handling through the handlers. adding (non-functional, | Dr Scofield | 2008-07-18 | 2 | -2/+4 | |
| | | | | | | | | | work-in-progress) HttpHandler. NOTE: non-active code. does not glow in the dark. non-combustible. | |||||
* | simplifying OSHTtpHandler (a bit), adding query string matching, | Dr Scofield | 2008-07-18 | 3 | -120/+118 | |
| | | | | | | | | | adapting OSHttpXmlRpcHandler accordingly. NOTE: this code is not live. | |||||
* | force Culture to en-US in BaseHttpserver.HandleRequest() --- this | Dr Scofield | 2008-07-18 | 1 | -0/+3 | |
| | | | | | | | fixes mantis #1748 and #1771. | |||||
* | rearranging variables in OSHttpRequest and adding Query property. | Dr Scofield | 2008-07-17 | 1 | -22/+45 | |
| | ||||||
* | morphing OSHttpHandler interface into an abstract base class. adding | Dr Scofield | 2008-07-17 | 3 | -109/+108 | |
| | | | | | | | | | HTTP method matching support. adapting OSHttpXmlRpcHandler accordingly. dropping OSHttpXmlProcessor delegate in favour of good old XmlRpcMethodHandler delegate (was the same signature). | |||||
* | cleanup: fixing CamelCase issue with RestDeserialiseHandler. | Dr Scofield | 2008-07-15 | 1 | -2/+2 | |
| | ||||||
* | fixes handler scoring method. XmlRpc code path now fully working with | Dr Scofield | 2008-07-15 | 2 | -7/+61 | |
| | | | | | | | HttpServer. :-) | |||||
* | fixes a couple of issues i introduced yesterday, one of them MapBlock ↵ | Dr Scofield | 2008-07-15 | 2 | -55/+56 | |
| | | | | queries crashing. | |||||
* | Mantis#1745. Thank you kindly, Lulurun for a patch that: | Charles Krinke | 2008-07-15 | 1 | -2/+2 | |
| | | | | | Fixes simulator webmap functionality. | |||||
* | further work in progress on the HttpServer side: XmlRpc handler path | Dr Scofield | 2008-07-14 | 6 | -79/+594 | |
| | | | | | | | | almost complete and soon to be ready for testing; OSHttpResponse code out. | |||||
* | * Move thread tracking code to base opensim server so that it's available ↵ | Justin Clarke Casey | 2008-07-11 | 1 | -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 | |||||
* | Mantis#1685. Thank you kindly, Mjm for a patch that: | Charles Krinke | 2008-07-08 | 1 | -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. | |||||
* | adding support for IP EndPoint whitelisting in HttpServer code. | Dr Scofield | 2008-07-07 | 2 | -10/+24 | |
| | ||||||
* | switching to safer locks. | Dr Scofield | 2008-07-07 | 1 | -4/+6 | |
| | ||||||
* | further progress on HttpServer integration: OSHttpRequest can now be | Dr Scofield | 2008-07-07 | 4 | -26/+65 | |
| | | | | | | instantiated from both .NET and HttpServer code path. | |||||
* | Copyright notices and formatting cleanup. | Jeff Ames | 2008-07-06 | 1 | -1/+1 | |
| | ||||||
* | properly explaining each #pragma warning disable | Dr Scofield | 2008-06-30 | 2 | -26/+39 | |
| | | | | | | massaging OSHttpRequestPump to not abort on exceptions... | |||||
* | dr scofield's warning safari: | Dr Scofield | 2008-06-27 | 1 | -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 | |||||
* | dr scofield's warning safari: hunting down those little buggers | Dr Scofield | 2008-06-27 | 3 | -5/+6 | |
| | ||||||
* | status: work-in-progress, non-functional | Dr Scofield | 2008-06-27 | 3 | -0/+165 | |
| | | | | | | fleshing out OSHttpRequestPump code. | |||||
* | status: work in progress, non-functional | Dr Scofield | 2008-06-27 | 2 | -41/+127 | |
| | | | | | | | having OSHttpHandler as a delegate was not too hot, i'm refactoring it into an interface. | |||||
* | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 2008-06-27 | 1 | -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. | |||||
* | WORK-IN-PRGRESS: beware of falling pieces and shifting | Dr Scofield | 2008-06-26 | 1 | -0/+53 | |
| | | | | | | | tectonic plates: starting AddHandler() code. | |||||
* | further work on the HttpServer stuff. not functional yet. just sharing | Dr Scofield | 2008-06-25 | 4 | -11/+126 | |
| | | | | | | what crimes i'm committing. | |||||
* | Minor formatting cleanup. | Jeff Ames | 2008-06-18 | 1 | -1/+1 | |
| | ||||||
* | * Enables binary data in BaseHttpServer with 'image' in content type. | Teravus Ovares | 2008-06-16 | 1 | -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. | |||||
* | Change VersionInfo string from | Charles Krinke | 2008-06-15 | 1 | -1/+1 | |
| | | | | | | | "Opensimulator release (0.5.8)" to "Opensimulator trunk (post 0.5.8)" as we move forward with trunk again. | |||||
* | Change VersionInfo string from: | Charles Krinke | 2008-06-14 | 1 | -1/+1 | |
| | | | | | | | | "OpenSimulator trunk (post 0.5.7)" to "OpenSimulator release 0.5.8" in preparation for tagging this minor release. | |||||
* | * minor: Print out uptime as well as stats in periodic diagnostics logging, ↵ | Justin Clarke Casey | 2008-06-13 | 2 | -6/+30 | |
| | | | | so it's easier to tell which isntances each print out of information is from | |||||
* | Update svn properties, clean up formatting, refactor out duplicate ↵ | Jeff Ames | 2008-06-13 | 1 | -11/+11 | |
| | | | | hard-coded port numbers. | |||||
* | * Drop periodic stats logging back down to 60 minutes to reduce console spam. | Justin Clarke Casey | 2008-06-11 | 1 | -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 | |||||
* | * Add 'show info' command to all servers, which prints the directory in ↵ | Justin Clarke Casey | 2008-06-11 | 1 | -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 | |||||
* | * minor: Reduce statistic log snapshots to every 20 minutes to get more ↵ | Justin Clarke Casey | 2008-06-10 | 1 | -1/+1 | |
| | | | | information | |||||
* | * If a server has statistics, print these out to the log every hour to get ↵ | Justin Clarke Casey | 2008-06-10 | 1 | -0/+21 | |
| | | | | | | | | some idea of how these evolve * When returning GC.GetTotalMemory(), force collection first in order to get more accurate figures | |||||
* | * adding XmppPresenceStanza and deserialization/reification support | Dr Scofield | 2008-06-04 | 1 | -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) | |||||
* | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 2008-06-04 | 1 | -15/+15 | |
| | ||||||
* | * experimental: Make OpenSim archiver save and reload all prim textures when ↵ | Justin Clarke Casey | 2008-06-02 | 1 | -2/+2 | |
| | | | | not all faces have the same texture | |||||
* | * Add 'show version' help information into base OpenSim server | Justin Clarke Casey | 2008-06-02 | 1 | -1/+2 | |
| | ||||||
* | * Move most bookending startup/shutdown messages to BaseOpenSimServer so ↵ | Justin Clarke Casey | 2008-06-01 | 1 | -7/+6 | |
| | | | | they appear in non-console servers too | |||||
* | * Fix build break by eliminating remaining IScenePermissions references - ↵ | Justin Clarke Casey | 2008-06-01 | 1 | -1/+1 | |
| | | | | | | | | must remember to nant clean * Hook all server startups into base opensim server startup method | |||||
* | * Move log version printing up into BaseOpenSimServer | Justin Clarke Casey | 2008-06-01 | 1 | -4/+14 | |
| | ||||||
* | * Make version information common to all servers | Justin Clarke Casey | 2008-05-31 | 2 | -0/+119 | |
| | | | | | | * Now all servers respond to the "show version" command on the console | |||||
* | * Implements UserServer logoff in a few situations | Teravus Ovares | 2008-05-31 | 1 | -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. | |||||
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-30 | 3 | -12/+17 | |
| | ||||||
* | this is a snapshot of the OSHttpServer work-in-progress. it's an initial ↵ | Dr Scofield | 2008-05-29 | 3 | -0/+191 | |
| | | | | | | | | skeleton, far from complete, just want to check in early and often. | |||||
* | attempting to get to the bottom of unresponsive grids servers by | Sean Dague | 2008-05-29 | 1 | -21/+32 | |
| | | | | | | adding back in a few messages on exceptions. | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-28 | 1 | -9/+13 | |
| | ||||||
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-25 | 7 | -37/+37 | |
| |