| Commit message (Expand) | Author | Files | Lines |
2008-09-19 | * Implements an experimental method to define which region you want to go to ... | Teravus Ovares | 1 | -2/+5 |
2008-09-19 | * Tweaked handler code to recognize LibOMV's LLSD Login by post content. | Teravus Ovares | 1 | -1/+3 |
2008-09-19 | * Switches content type from application/xml+llsd to application/llsd+xml on ... | Teravus Ovares | 1 | -1/+1 |
2008-09-15 | * minor: eat up some yummy warnings | Justin Clarke Casey | 1 | -3/+3 |
2008-09-15 | * Complete refactoring accidentally left unfinished so that all server help r... | Justin Clarke Casey | 1 | -15/+1 |
2008-09-14 | * Made Seed CAP response respect the SSL setting. | Teravus Ovares | 1 | -0/+15 |
2008-09-14 | * This update makes configuring SSL a little easier on Windows XP. It also m... | Teravus Ovares | 1 | -2/+127 |
2008-09-14 | * Converted a number of methods within the login processes from private to pr... | Adam Frisby | 1 | -8/+2 |
2008-09-12 | Changed "show users" command to display only root agents, "show users full" to | Homer Horwitz | 1 | -5/+5 |
2008-09-06 | Mantis #2133 | Melanie Thielker | 1 | -1/+1 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 3 | -4/+4 |
2008-08-28 | Update svn properties, formatting cleanup. | Jeff Ames | 2 | -21/+21 |
2008-08-26 | * One more tweak to the application/xml vs application/llsd+xml routine | Teravus Ovares | 1 | -4/+3 |
2008-08-26 | * It turns out that Mono doesn't currently support setting the Certificate va... | Teravus Ovares | 1 | -1/+6 |
2008-08-26 | * Workaround for application/llsd+xml requests coming in as application/xml | Teravus Ovares | 1 | -0/+48 |
2008-08-25 | * Append thread information on to the end of period diagnostics information | Justin Clarke Casey | 1 | -2/+5 |
2008-08-25 | * minor: refactor thread report into a method that returns a string rather th... | Justin Clarke Casey | 1 | -15/+29 |
2008-08-25 | * minor: upgrade version info to post 0.5.9 | Justin Clarke Casey | 1 | -1/+1 |
2008-08-25 | Update svn properties. | Jeff Ames | 1 | -33/+33 |
2008-08-25 | * This commit incorporates the heart of the OpenGridProtocol patch that is cu... | Teravus Ovares | 3 | -24/+180 |
2008-08-23 | Mantis#2032. Thank you kindly, Tyre for a patch that: | Charles Krinke | 1 | -0/+1 |
2008-08-19 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -4/+4 |
2008-08-18 | * It appears that sometimes some IClientAPI reference is not being released, ... | Justin Clarke Casey | 1 | -0/+30 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 11 | -140/+117 |
2008-08-16 | * Insert a new 'set log level [level] command on the console' | Justin Clarke Casey | 1 | -5/+80 |
2008-08-15 | From: Richard Alimi <ralimi@us.ibm.com> | Dr Scofield | 1 | -1/+2 |
2008-08-14 | Thanks, BlueWall, for a patch that: | Dahlia Trimble | 1 | -1/+1 |
2008-08-09 | * Add line to log notifying of inventory -> user grid server trust failure | Justin Clarke Casey | 1 | -1/+14 |
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 h... | Justin Clarke Casey | 1 | -12/+1 |
2008-08-01 | * Drop cached inventory from the local region when a user crosses out into a ... | Justin Clarke Casey | 1 | -1/+1 |
2008-07-28 | moving GridInfo application plugin into a common standalone/grid | Dr Scofield | 1 | -2/+2 |
2008-07-25 | From: awebb | Dr Scofield | 1 | -11/+16 |
2008-07-24 | oops...forgot to svn add OSHttpHttpHandler.cs last week. | Dr Scofield | 1 | -0/+145 |
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 re... | Justin Clarke Casey | 1 | -0/+1 |
2008-07-18 | pulling query handling through the handlers. adding (non-functional, | Dr Scofield | 2 | -2/+4 |
2008-07-18 | simplifying OSHTtpHandler (a bit), adding query string matching, | Dr Scofield | 3 | -120/+118 |
2008-07-18 | force Culture to en-US in BaseHttpserver.HandleRequest() --- this | Dr Scofield | 1 | -0/+3 |
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 |
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 |
2008-07-15 | fixes a couple of issues i introduced yesterday, one of them MapBlock queries... | Dr Scofield | 2 | -55/+56 |
2008-07-15 | Mantis#1745. Thank you kindly, Lulurun for a patch that: | Charles Krinke | 1 | -2/+2 |
2008-07-14 | further work in progress on the HttpServer side: XmlRpc handler path | Dr Scofield | 6 | -79/+594 |
2008-07-11 | * Move thread tracking code to base opensim server so that it's available for... | Justin Clarke Casey | 1 | -6/+31 |
2008-07-08 | Mantis#1685. Thank you kindly, Mjm for a patch that: | Charles Krinke | 1 | -1/+12 |
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 |