| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - adding Dequeue with a timeout to the BlockingQueue | Homer Horwitz | 2008-09-27 | 1 | -0/+17 |
* | * This is the very very early beginnings of an EventQueue:get module. | Teravus Ovares | 2008-09-27 | 3 | -5/+155 |
* | * Patch from JHurliman | Teravus Ovares | 2008-09-26 | 6 | -35/+34 |
* | * Wind updates. Still random.. but in 4 directions instead of two! | Teravus Ovares | 2008-09-26 | 1 | -1/+1 |
* | Add an extension to allow registering multiple interfaces of a type with | Melanie Thielker | 2008-09-25 | 1 | -0/+1 |
* | Mantis#2017. Thank you kindly, Tyre, for a patch that solves: | Charles Krinke | 2008-09-25 | 2 | -11/+4 |
* | * Adds some Wind | Teravus Ovares | 2008-09-25 | 1 | -0/+3 |
* | temporarily disabling HttpServer related stuff (take #2: Exclude takes | Dr Scofield | 2008-09-25 | 2 | -48/+48 |
* | * In Standalone, add a persistant account for the OGP user. | Teravus Ovares | 2008-09-25 | 3 | -4/+30 |
* | * Remove a message handler | Teravus Ovares | 2008-09-25 | 1 | -0/+2 |
* | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 2008-09-24 | 4 | -2/+41 |
* | * OGP GET, look for Accept header application/llsd+xml with an optional ?q= | Teravus Ovares | 2008-09-23 | 1 | -1/+1 |
* | * Fix a null reference exception that I introduced | Teravus Ovares | 2008-09-23 | 1 | -1/+1 |
* | * Get Requests for OGP don't have a Content-type: application/llsd+xml, they ... | Teravus Ovares | 2008-09-23 | 1 | -0/+12 |
* | * Update in OGP draft 3 protocol spec with regards to seed region requests ru... | Teravus Ovares | 2008-09-23 | 1 | -2/+7 |
* | * minor: Remove some of the redundant asset id storage for now | Justin Clarke Casey | 2008-09-21 | 1 | -11/+12 |
* | * Start recording asset request times after a cache miss. This is very primt... | Justin Clarke Casey | 2008-09-21 | 2 | -6/+33 |
* | * Eliminate the need to copy asset request lists in the asset cache when an a... | Justin Clarke Casey | 2008-09-21 | 1 | -82/+22 |
* | * minor: tidy up of AssetCache, remove currently pointless storing of thread ... | Justin Clarke Casey | 2008-09-21 | 1 | -12/+9 |
* | * Fix http://opensimulator.org/mantis/view.php?id=2189 | Justin Clarke Casey | 2008-09-21 | 1 | -0/+6 |
* | Completely revert the notecard uploading changes I made, since they | Melanie Thielker | 2008-09-21 | 1 | -2/+0 |
* | And re-reverse the names from last commit | Melanie Thielker | 2008-09-20 | 1 | -2/+2 |
* | Remove CAPS notecard updating, as LL isn't supporting it and the viewer | Melanie Thielker | 2008-09-20 | 1 | -1/+2 |
* | Partially implement notecard saves in task inventory. Still makes the | Melanie Thielker | 2008-09-20 | 1 | -1/+2 |
* | * Implements an experimental method to define which region you want to go to ... | Teravus Ovares | 2008-09-19 | 1 | -2/+5 |
* | * Only allow logins on standalone when the sim has completed it's initial sta... | Justin Clarke Casey | 2008-09-19 | 4 | -15/+27 |
* | * Tweaked handler code to recognize LibOMV's LLSD Login by post content. | Teravus Ovares | 2008-09-19 | 1 | -1/+3 |
* | * Switches content type from application/xml+llsd to application/llsd+xml on ... | Teravus Ovares | 2008-09-19 | 1 | -1/+1 |
* | adds support to delete a region completely and offers that | Dr Scofield | 2008-09-18 | 1 | -0/+3 |
* | * minor: eat up some yummy warnings | Justin Clarke Casey | 2008-09-15 | 2 | -7/+8 |
* | * refactor: collapse UpdateUserProfileProperties() into existing UpdateUserPr... | Justin Clarke Casey | 2008-09-15 | 3 | -31/+1 |
* | * oops! Add interface file I forgot in the last checkin | Justin Clarke Casey | 2008-09-15 | 1 | -0/+49 |
* | * refactor: Break out IUserServiceAdmin out of IUserService since admin metho... | Justin Clarke Casey | 2008-09-15 | 3 | -20/+8 |
* | * Complete refactoring accidentally left unfinished so that all server help r... | Justin Clarke Casey | 2008-09-15 | 1 | -15/+1 |
* | * Add "reset user password" command to standalone region console | Justin Clarke Casey | 2008-09-15 | 3 | -3/+49 |
* | * Made Seed CAP response respect the SSL setting. | Teravus Ovares | 2008-09-14 | 3 | -5/+82 |
* | * This update makes configuring SSL a little easier on Windows XP. It also m... | Teravus Ovares | 2008-09-14 | 2 | -2/+134 |
* | * Converted a number of methods within the login processes from private to pr... | Adam Frisby | 2008-09-14 | 3 | -15/+9 |
* | Changed "show users" command to display only root agents, "show users full" to | Homer Horwitz | 2008-09-12 | 3 | -7/+7 |
* | reformat spacing on some property declarations. Take away the virtual | Sean Dague | 2008-09-12 | 1 | -73/+33 |
* | * Patch http://opensimulator.org/mantis/view.php?id=2167 | Justin Clarke Casey | 2008-09-12 | 1 | -0/+1 |
* | * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 | Justin Clarke Casey | 2008-09-12 | 7 | -171/+235 |
* | Mantis#2165. Thank you kindly, CMickeyB for a patch that: | Charles Krinke | 2008-09-12 | 1 | -18/+40 |
* | * Removed some legacy commenting | lbsa71 | 2008-09-11 | 1 | -44/+0 |
* | * Added small convenience function to recursively calculate total amounts of ... | lbsa71 | 2008-09-11 | 1 | -0/+15 |
* | * Adds OnGenericMessage and SendGenericMessage functionality to IClientAPI. | Adam Frisby | 2008-09-09 | 1 | -0/+7 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-09-09 | 4 | -8/+8 |
* | changes to Test directory structure per opensim-dev conversation | Sean Dague | 2008-09-08 | 1 | -0/+141 |
* | Implement proper persistence of the following prim properties: | Melanie Thielker | 2008-09-08 | 1 | -0/+4 |
* | Mantis #2142 | Melanie Thielker | 2008-09-07 | 2 | -1/+17 |