| Commit message (Expand) | Author | Files | Lines |
2013-07-14 | HG UAS: Moved hg-session data from memory to DB storage. This makes it so tha... | Diva Canto | 2 | -90/+199 |
2013-07-14 | Minor typo in log message | Diva Canto | 1 | -1/+1 |
2013-07-13 | Guard against unauthorized agent deletes. | Diva Canto | 2 | -5/+4 |
2013-07-13 | Deleted GET agent all around. Not used. | Diva Canto | 2 | -37/+0 |
2013-07-13 | Gatekeeper: stop bogus agents earlier, here at the Gatekeeper. No need to bot... | Diva Canto | 1 | -0/+6 |
2013-07-11 | Added property to make for more flexible testing. | Diva Canto | 1 | -0/+5 |
2013-07-10 | Remove a null reference exception in SimianPresenceServiceConnector that | Robert Adams | 1 | -4/+8 |
2013-07-09 | minor: remove mono compiler warnings from HGSuitcaseInventoryService | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2013-07-06 | A little more debug | Diva Canto | 1 | -1/+1 |
2013-07-06 | Simina activity detector was too eager. Disabled it in case simian is not bei... | Diva Canto | 1 | -1/+2 |
2013-07-04 | Revert "HG Friends: debug an issue where the friends data stored in the DB is... | Diva Canto | 1 | -8/+1 |
2013-07-04 | HG Friends: debug an issue where the friends data stored in the DB is incompl... | Diva Canto | 1 | -1/+8 |
2013-07-02 | Deleted debug messages. Fixed a null ref exception on the POST handler of Gri... | Diva Canto | 1 | -4/+1 |
2013-07-02 | More debug messages | Diva Canto | 1 | -1/+5 |
2013-07-02 | This should have a strong effect on the Unknown User issue mantis #6625 | Diva Canto | 1 | -1/+16 |
2013-06-30 | Revert "More debug mantis #6625" | Diva Canto | 1 | -1/+0 |
2013-06-29 | More debug mantis #6625 | Diva Canto | 1 | -0/+1 |
2013-06-29 | Changed HG status notifications timeout down to 15secs from the default 100. | Diva Canto | 1 | -1/+1 |
2013-06-28 | In XAssetService, on a delete asset request also delete the asset in any chai... | Justin Clark-Casey (justincc) | 1 | -3/+4 |
2013-06-22 | Change IsLocalRegion from using region handle to using regionID. This was aff... | Diva Canto | 1 | -1/+1 |
2013-06-21 | Finally moved HG agent transfers to use agent fatpacks. | Diva Canto | 6 | -184/+70 |
2013-06-13 | Add Option: ClassifiedFee | BlueWall | 2 | -2/+20 |
2013-06-13 | Make XInventoryServicesConnector properly handle a RESULT = false return for ... | Justin Clark-Casey (justincc) | 1 | -68/+56 |
2013-06-12 | After calls to GetSuitcaseXFolder() in HGSuitcaseInventoryService, consistent... | Justin Clark-Casey (justincc) | 1 | -1/+23 |
2013-06-10 | Remove Temporary from use to shortcut asset stores. The Local property | Mic Bowman | 1 | -1/+1 |
2013-05-31 | Adding standard OpenSim header to source files | BlueWall | 3 | -0/+81 |
2013-05-30 | UserProfiles | BlueWall | 3 | -0/+267 |
2013-05-09 | Application support: | BlueWall | 2 | -2/+25 |
2013-04-27 | Added an interface to an external ban service. With this commit, the interfac... | Diva Canto | 2 | -4/+69 |
2013-04-27 | Make method virtual | Diva Canto | 1 | -1/+1 |
2013-04-07 | Optimize the number of Simian calls to get the initial presence | Mic Bowman | 1 | -110/+83 |
2013-03-26 | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask | Melanie | 3 | -1/+6 |
2013-03-24 | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask | Melanie | 3 | -1/+6 |
2013-03-18 | Multiattach, part 2 | Melanie | 1 | -3/+9 |
2013-03-18 | Multiattach, part 1 | Melanie | 1 | -1/+8 |
2013-03-15 | refactor: Reuse Get() method in AssetService to eliminate some copy/paste in ... | Justin Clark-Casey (justincc) | 1 | -23/+5 |
2013-03-15 | Migrate assets from chained asset service to xassetservice as they are reques... | Justin Clark-Casey (justincc) | 1 | -28/+20 |
2013-03-15 | Fix bug in AssetService where requesting data only for an asset would throw a... | Justin Clark-Casey (justincc) | 1 | -1/+5 |
2013-03-15 | Make it possible to chain another asset service underneath the de-duplicating... | Justin Clark-Casey (justincc) | 2 | -23/+75 |
2013-03-05 | Multiattach, part 2 | Melanie | 1 | -3/+9 |
2013-03-05 | Multiattach, part 1 | Melanie | 1 | -1/+8 |
2013-02-27 | Switched to using the other Util function with a default value. | Diva Canto | 6 | -6/+12 |
2013-02-27 | Moved the HG default variables out of [Startup] and into their own section [H... | Diva Canto | 6 | -6/+6 |
2013-02-27 | Make sure we dispose of WebResponse, StreamReader and Stream in various place... | Justin Clark-Casey (justincc) | 4 | -81/+83 |
2013-02-22 | Added new Util function for reading config vars that's more generic than the ... | Diva Canto | 6 | -6/+6 |
2013-02-21 | Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de... | Diva Canto | 6 | -12/+16 |
2013-02-19 | Deleted all AssemblyFileVersion directives | Diva Canto | 16 | -16/+16 |
2013-02-20 | Give the user some feedback about the success or failure of console login pro... | Justin Clark-Casey (justincc) | 1 | -2/+13 |
2013-02-09 | Fixed check for 0 results in GetUserAccounts() | Oren Hurvitz | 1 | -1/+1 |
2013-02-05 | Changed protection of CreateDefaultAppearanceEntries to protected, so extensi... | Diva Canto | 1 | -1/+1 |