| Commit message (Expand) | Author | Files | Lines |
2009-05-08 | * break out 'xml2' deserialization from sog | Justin Clarke Casey | 1 | -1/+2 |
2009-05-08 | another possible cause of some of the inventory wierdness is the 1/2 implemented | Sean Dague | 1 | -0/+2 |
2009-05-07 | remove misleading comment | Sean Dague | 1 | -3/+0 |
2009-05-07 | instrument most of the tests with a new InMethod function that may help us fi... | Sean Dague | 3 | -0/+11 |
2009-05-07 | minor: Inconsquential change to provoke another build | Justin Clarke Casey | 1 | -1/+1 |
2009-05-07 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -4/+15 |
2009-05-06 | Thank you kindly, Fly-Man- for a patch that: | Charles Krinke | 1 | -5/+17 |
2009-05-05 | * If an item creator id contains an iar loaded name, create a temporary profi... | Justin Clarke Casey | 2 | -6/+9 |
2009-05-05 | - moving banned check and public/private check to | Dr Scofield | 4 | -10/+27 |
2009-05-05 | Add copyright header. Formatting cleanup. Ignore some generated files. | Jeff Ames | 1 | -15/+15 |
2009-05-05 | Add the remote user connector skeleton | Melanie Thielker | 2 | -0/+89 |
2009-05-05 | Change local user connector into a shared module | Melanie Thielker | 1 | -1/+7 |
2009-05-05 | Some refactoring. Database is now active in the new user server | Melanie Thielker | 1 | -2/+2 |
2009-05-05 | Plumb the new server connector logic | Melanie Thielker | 2 | -0/+86 |
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 12 | -5/+12 |
2009-05-04 | * refactor: move OspResolver to a different namespace | Justin Clarke Casey | 3 | -2/+5 |
2009-05-04 | * Insert profile references for creators for items saved into iars | Justin Clarke Casey | 2 | -6/+9 |
2009-05-04 | * minor: remove some mono compiler warnings, minor cleanup | Justin Clarke Casey | 1 | -0/+1 |
2009-05-04 | * Refactor: Simplify InventoryFolderImpl. No functional change. | Justin Clarke Casey | 2 | -9/+3 |
2009-05-03 | Some reorganization around service connectors. No functional change | Melanie Thielker | 3 | -4/+3 |
2009-05-03 | Thank you kindly, Thomax, for a patch that: | Charles Krinke | 1 | -1/+2 |
2009-05-02 | Thank you kindly, Fly-Man, for a patch that: | Charles Krinke | 1 | -1/+1 |
2009-05-02 | Thank you kindly, Thomax, for a patch that solves: | Charles Krinke | 1 | -1/+1 |
2009-05-02 | Rename CoreModules.Communications to CoreModule.ServiceConnectors and, inside... | diva | 2 | -0/+0 |
2009-05-02 | Fix the issue that stopped the packet pool from working. Add a mechanism | Melanie Thielker | 1 | -1/+1 |
2009-04-30 | * refactor: move iar name hashing into a method | Justin Clarke Casey | 1 | -1/+1 |
2009-04-30 | Estate owners who are not administrators, even in god mode, should not be | Melanie Thielker | 1 | -1/+1 |
2009-04-30 | Fixed a bug in the permissions module, where if there were multiple admins, t... | MW | 1 | -7/+21 |
2009-04-29 | * Add test to check temp profile creation on iar load | Justin Clarke Casey | 1 | -4/+3 |
2009-04-29 | * Apply further groups xmlrpc to stop an exception in the exception handler | Justin Clarke Casey | 1 | -3/+73 |
2009-04-29 | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2 | -3/+1 |
2009-04-29 | * Add missing System.Reflection reference from last commit | Justin Clarke Casey | 1 | -0/+1 |
2009-04-29 | * Adjust load iar unit test to check load of items with creator names that ex... | Justin Clarke Casey | 1 | -7/+17 |
2009-04-29 | Flipping check_session xmlrpc's keep-alive to false, because some clients hang. | diva | 1 | -1/+1 |
2009-04-28 | * Get rid of some extraneous debug log output from the last commit | Justin Clarke Casey | 2 | -4/+4 |
2009-04-28 | * Stop oar loading barfing if the archive contains directory entries | Justin Clarke Casey | 2 | -12/+44 |
2009-04-28 | * Add preliminary code for resolving iar profile names | Justin Clarke Casey | 2 | -17/+22 |
2009-04-27 | Make sure that, on "Anyone can copy" the person copying the object | Melanie Thielker | 1 | -3/+3 |
2009-04-27 | Thanks Tommil for a patch that adds a caching option to GetAssetStreamHandler... | diva | 1 | -5/+18 |
2009-04-26 | HGWorldMap got a bit out of sync during the introduction of the new module sy... | diva | 2 | -100/+15 |
2009-04-26 | Bug fix in initialization of RegionAssetServer/MXP. Sometimes the MXP section... | diva | 1 | -3/+3 |
2009-04-25 | Remove second timestamp in offline IM, the client already adds one | Melanie Thielker | 1 | -4/+0 |
2009-04-24 | - Moved WorldMapModule and HGWorldMapModule to the new region-module system | Homer Horwitz | 3 | -70/+125 |
2009-04-24 | * Write separate unit test for replicating iar structure to a user inventory | Justin Clarke Casey | 2 | -8/+30 |
2009-04-24 | * minor: move user profile test utils to test/common/setup for future reuse | Justin Clarke Casey | 1 | -0/+14 |
2009-04-24 | * Refactor: break out loading of archive paths into inventory into a separate... | Justin Clarke Casey | 1 | -110/+139 |
2009-04-24 | * correct spelling mistake in item seiralization | Justin Clarke Casey | 1 | -1/+0 |
2009-04-24 | * Write basic, incomplete load iar test | Justin Clarke Casey | 2 | -61/+41 |
2009-04-23 | * refactor: move archive user inventory item serialization out to a separate ... | Justin Clarke Casey | 4 | -148/+87 |
2009-04-22 | * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices | Justin Clarke Casey | 1 | -3/+10 |