Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-08-09 | * Add line to log notifying of inventory -> user grid server trust failure | Justin Clarke Casey | 1 | -1/+14 | |
* add code comments | |||||
2008-08-01 | * Register main thread as console thread with thread tracker | Justin Clarke Casey | 1 | -0/+4 | |
2008-08-01 | * minor: get rid of count number from 'show threads' display since they all ↵ | Justin Clarke Casey | 1 | -12/+1 | |
have IDs | |||||
2008-08-01 | * Drop cached inventory from the local region when a user crosses out into a ↵ | Justin Clarke Casey | 1 | -1/+1 | |
remote region * May resolves inventory problems that occur when the user moves between two regions` * e.g. if the user moves to a second region, adds an inventory item, moves back to the original region then tries to manipulate that item * Not yet implemented for teleport | |||||
2008-07-28 | moving GridInfo application plugin into a common standalone/grid | Dr Scofield | 1 | -2/+2 | |
service, adding a plain REST GET handler returning XML (no LLSD), adding appropriate add handler calls to OpenSimBase and UserServer. | |||||
2008-07-25 | From: awebb | Dr Scofield | 1 | -11/+16 | |
Further improvements to the REST handlers. | |||||
2008-07-24 | oops...forgot to svn add OSHttpHttpHandler.cs last week. | Dr Scofield | 1 | -0/+145 | |
NOTE: this code is work-in-progress, it's not live. it's so far harmless and just wants to play. it should not bite anyone (yeah, that's what they all say, i know...) | |||||
2008-07-23 | adding files that were not included in r5589 | Johan Berntsson | 1 | -0/+223 | |
2008-07-22 | * minor: Make create user command appear on the region console only if the ↵ | Justin Clarke Casey | 1 | -0/+1 | |
region is running standalone | |||||
2008-07-18 | pulling query handling through the handlers. adding (non-functional, | Dr Scofield | 2 | -2/+4 | |
work-in-progress) HttpHandler. NOTE: non-active code. does not glow in the dark. non-combustible. | |||||
2008-07-18 | simplifying OSHTtpHandler (a bit), adding query string matching, | Dr Scofield | 3 | -120/+118 | |
adapting OSHttpXmlRpcHandler accordingly. NOTE: this code is not live. | |||||
2008-07-18 | force Culture to en-US in BaseHttpserver.HandleRequest() --- this | Dr Scofield | 1 | -0/+3 | |
fixes mantis #1748 and #1771. | |||||
2008-07-17 | rearranging variables in OSHttpRequest and adding Query property. | Dr Scofield | 1 | -22/+45 | |
2008-07-17 | morphing OSHttpHandler interface into an abstract base class. adding | Dr Scofield | 3 | -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-15 | cleanup: fixing CamelCase issue with RestDeserialiseHandler. | Dr Scofield | 1 | -2/+2 | |
2008-07-15 | fixes handler scoring method. XmlRpc code path now fully working with | Dr Scofield | 2 | -7/+61 | |
HttpServer. :-) | |||||
2008-07-15 | fixes a couple of issues i introduced yesterday, one of them MapBlock ↵ | Dr Scofield | 2 | -55/+56 | |
queries crashing. | |||||
2008-07-15 | Mantis#1745. Thank you kindly, Lulurun for a patch that: | Charles Krinke | 1 | -2/+2 | |
Fixes simulator webmap functionality. | |||||
2008-07-14 | further work in progress on the HttpServer side: XmlRpc handler path | Dr Scofield | 6 | -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 Casey | 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 | |||||
2008-07-08 | Mantis#1685. Thank you kindly, Mjm for a patch that: | Charles Krinke | 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. | |||||
2008-07-07 | adding support for IP EndPoint whitelisting in HttpServer code. | Dr Scofield | 2 | -10/+24 | |
2008-07-07 | switching to safer locks. | Dr Scofield | 1 | -4/+6 | |
2008-07-07 | further progress on HttpServer integration: OSHttpRequest can now be | Dr Scofield | 4 | -26/+65 | |
instantiated from both .NET and HttpServer code path. | |||||
2008-07-06 | Copyright notices and formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-06-30 | properly explaining each #pragma warning disable | Dr Scofield | 2 | -26/+39 | |
massaging OSHttpRequestPump to not abort on exceptions... | |||||
2008-06-27 | dr scofield's warning safari: | Dr Scofield | 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 | |||||
2008-06-27 | dr scofield's warning safari: hunting down those little buggers | Dr Scofield | 3 | -5/+6 | |
2008-06-27 | status: work-in-progress, non-functional | Dr Scofield | 3 | -0/+165 | |
fleshing out OSHttpRequestPump code. | |||||
2008-06-27 | status: work in progress, non-functional | Dr Scofield | 2 | -41/+127 | |
having OSHttpHandler as a delegate was not too hot, i'm refactoring it into an interface. | |||||
2008-06-27 | Mantis#1591. Thank you graciously, Sempuki for a patch that: | Charles Krinke | 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. | |||||
2008-06-26 | WORK-IN-PRGRESS: beware of falling pieces and shifting | Dr Scofield | 1 | -0/+53 | |
tectonic plates: starting AddHandler() code. | |||||
2008-06-25 | further work on the HttpServer stuff. not functional yet. just sharing | Dr Scofield | 4 | -11/+126 | |
what crimes i'm committing. | |||||
2008-06-18 | Minor formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-06-16 | * Enables binary data in BaseHttpServer with 'image' in content type. | Teravus Ovares | 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. | |||||
2008-06-15 | Change VersionInfo string from | Charles Krinke | 1 | -1/+1 | |
"Opensimulator release (0.5.8)" to "Opensimulator trunk (post 0.5.8)" as we move forward with trunk again. | |||||
2008-06-14 | Change VersionInfo string from: | Charles Krinke | 1 | -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 Casey | 2 | -6/+30 | |
so it's easier to tell which isntances each print out of information is from | |||||
2008-06-13 | Update svn properties, clean up formatting, refactor out duplicate ↵ | Jeff Ames | 1 | -11/+11 | |
hard-coded port numbers. | |||||
2008-06-11 | * Drop periodic stats logging back down to 60 minutes to reduce console spam. | Justin Clarke Casey | 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 | |||||
2008-06-11 | * Add 'show info' command to all servers, which prints the directory in ↵ | Justin Clarke Casey | 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 | |||||
2008-06-10 | * minor: Reduce statistic log snapshots to every 20 minutes to get more ↵ | Justin Clarke Casey | 1 | -1/+1 | |
information | |||||
2008-06-10 | * If a server has statistics, print these out to the log every hour to get ↵ | Justin Clarke Casey | 1 | -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 support | Dr Scofield | 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) | |||||
2008-06-04 | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 1 | -15/+15 | |
2008-06-02 | * experimental: Make OpenSim archiver save and reload all prim textures when ↵ | Justin Clarke Casey | 1 | -2/+2 | |
not all faces have the same texture | |||||
2008-06-02 | * Add 'show version' help information into base OpenSim server | Justin Clarke Casey | 1 | -1/+2 | |
2008-06-01 | * Move most bookending startup/shutdown messages to BaseOpenSimServer so ↵ | Justin Clarke Casey | 1 | -7/+6 | |
they appear in non-console servers too | |||||
2008-06-01 | * Fix build break by eliminating remaining IScenePermissions references - ↵ | Justin Clarke Casey | 1 | -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 BaseOpenSimServer | Justin Clarke Casey | 1 | -4/+14 | |