| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2008-10-20 | 1 | -2/+8 |
* | - Fix Util.UnixTimeSinceEpoch: | Homer Horwitz | 2008-10-18 | 1 | -0/+1 |
* | Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. | Melanie Thielker | 2008-10-18 | 1 | -1/+1 |
* | * reverse part of a change that accidentally crept in with the last revision | Justin Clarke Casey | 2008-10-17 | 1 | -0/+4 |
* | * Apply a modified version of http://opensimulator.org/mantis/view.php?id=2290 | Justin Clarke Casey | 2008-10-17 | 1 | -5/+15 |
* | Fixed (mono-)script handling for SL viewer 1.21: | Homer Horwitz | 2008-10-16 | 1 | -0/+2 |
* | fix line endings, as apparently the bot didn't do this yet | Sean Dague | 2008-10-16 | 1 | -527/+527 |
* | * refactor: Move error logging from GetUserDetails up to callers, since there... | Justin Clarke Casey | 2008-10-15 | 1 | -3/+3 |
* | * Adding CrytoGridAssetClient support - allows encrypting assets that are sto... | Adam Frisby | 2008-10-14 | 1 | -0/+527 |
* | * Fixes the last snag with the EventQueue. The situation where the seedcap g... | Teravus Ovares | 2008-10-05 | 1 | -0/+1 |
* | Add the missing bits for the new region-search: | Homer Horwitz | 2008-10-03 | 1 | -0/+15 |
* | Add a user server XMLRPC method to set the MOTD and the minimum GodLevel | Melanie Thielker | 2008-10-01 | 2 | -0/+25 |
* | * Replacing Net.HttpListener with HttpServer. | Teravus Ovares | 2008-09-30 | 1 | -3/+6 |
* | * Apply http://opensimulator.org/mantis/view.php?id=2294 | Justin Clarke Casey | 2008-09-29 | 1 | -0/+15 |
* | * Patch from JHurliman | Teravus Ovares | 2008-09-26 | 2 | -8/+8 |
* | * In Standalone, add a persistant account for the OGP user. | Teravus Ovares | 2008-09-25 | 3 | -4/+30 |
* | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 2008-09-24 | 3 | -2/+30 |
* | * 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 | 1 | -3/+17 |
* | * 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 |
* | * Only allow logins on standalone when the sim has completed it's initial sta... | Justin Clarke Casey | 2008-09-19 | 4 | -15/+27 |
* | * 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 |
* | * 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 | 2 | -5/+67 |
* | * Converted a number of methods within the login processes from private to pr... | Adam Frisby | 2008-09-14 | 2 | -7/+7 |
* | * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 | Justin Clarke Casey | 2008-09-12 | 4 | -128/+130 |
* | 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 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-09-09 | 2 | -5/+5 |
* | * Improve login failure handling. | Justin Clarke Casey | 2008-09-07 | 1 | -21/+20 |
* | * minor: just minor doc and tidy up | Justin Clarke Casey | 2008-09-07 | 1 | -1/+1 |
* | Mantis #2133 | Melanie Thielker | 2008-09-06 | 3 | -3/+3 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 31 | -365/+369 |
* | Update svn properties. | Jeff Ames | 2008-09-03 | 1 | -56/+56 |
* | Attempt to fix an issue I havebeen seeing, where asset server failure | Melanie Thielker | 2008-08-31 | 2 | -1/+15 |
* | * Added "File Asset Client" to OpenSim Asset Server-types. | Adam Frisby | 2008-08-30 | 1 | -0/+56 |
* | Mantis #1903 | Melanie Thielker | 2008-08-28 | 1 | -81/+59 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-28 | 4 | -11/+11 |
* | this fixes the crash reported by mantis #2046: user server crashing if | Dr Scofield | 2008-08-28 | 1 | -6/+21 |
* | Mantis #1903 | Melanie Thielker | 2008-08-27 | 2 | -10/+29 |
* | Update svn properties. | Jeff Ames | 2008-08-25 | 1 | -31/+31 |