| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix logic errors in "show grid users online" console command which didn't act... | Justin Clark-Casey (justincc) | 2013-09-03 | 1 | -3/+2 |
* | Add experimental "show grid users online" console command to show grid users ... | Justin Clark-Casey (justincc) | 2013-09-03 | 1 | -0/+39 |
* | Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo... | Justin Clark-Casey (justincc) | 2013-09-02 | 6 | -4/+90 |
* | Do not add a port zero to end of the hypergrid gateway host name. | Robert Adams | 2013-08-28 | 1 | -1/+4 |
* | Revert "Make HG logins fall back to fallback regions if the desired region fa... | Justin Clark-Casey (justincc) | 2013-08-26 | 1 | -24/+3 |
* | Revert "Added some more debug messages." | Justin Clark-Casey (justincc) | 2013-08-26 | 1 | -4/+1 |
* | Added some more debug messages. | Diva Canto | 2013-08-24 | 1 | -1/+4 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2013-08-24 | 1 | -26/+27 |
|\ |
|
| * | remove redundant return at end of HandleDeregisterRegion() | Justin Clark-Casey (justincc) | 2013-08-23 | 1 | -2/+0 |
| * | Make it possible for the "deregister region id" command to accept more than o... | Justin Clark-Casey (justincc) | 2013-08-23 | 1 | -24/+27 |
* | | Make HG logins fall back to fallback regions if the desired region fails. | Diva Canto | 2013-08-24 | 1 | -3/+24 |
|/ |
|
* | minor: Make logging in GatekeeperService.LoginAgent() a bit more detailed so ... | Justin Clark-Casey (justincc) | 2013-08-22 | 1 | -4/+8 |
* | Revert "Implement ability for hg logins to try fallback regions just like loc... | Justin Clark-Casey (justincc) | 2013-08-22 | 1 | -39/+5 |
* | Implement ability for hg logins to try fallback regions just like local logins. | Justin Clark-Casey (justincc) | 2013-08-21 | 1 | -5/+39 |
* | minor: remove mono compiler warnings from OpenSim/Services/Connectors/SimianGrid | Justin Clark-Casey (justincc) | 2013-08-17 | 2 | -9/+2 |
* | minor: Make log messages consistent in NeighbourServicesConnector | Justin Clark-Casey (justincc) | 2013-08-17 | 1 | -6/+6 |
* | Remove some debugging from simian connectors. | Mic Bowman | 2013-08-05 | 2 | -3/+11 |
* | Experimental comment to eneralize the handling of Linden caps when the | Mic Bowman | 2013-07-31 | 1 | -0/+179 |
* | A pretty major restructuring of the simian method invocations in order to | Mic Bowman | 2013-07-31 | 11 | -282/+578 |
* | Several major improvements to group (V2) chat. Specifically: handle join/drop... | Diva Canto | 2013-07-27 | 1 | -0/+1 |
* | Force map tiler to save Water.jpg as an actual jpeg format it seems even thou... | nebadon | 2013-07-26 | 1 | -1/+1 |
* | Better version of previous commit | Diva Canto | 2013-07-21 | 1 | -2/+6 |
* | Add the Current Outfit folder as an available folder in the SuitcaseInventory. | Diva Canto | 2013-07-21 | 1 | -0/+16 |
* | Cleanup old hg sessions (older than 2 days) | Diva Canto | 2013-07-14 | 1 | -0/+3 |
* | HG UAS: Moved hg-session data from memory to DB storage. This makes it so tha... | Diva Canto | 2013-07-14 | 2 | -90/+199 |
* | Minor typo in log message | Diva Canto | 2013-07-14 | 1 | -1/+1 |
* | Guard against unauthorized agent deletes. | Diva Canto | 2013-07-13 | 2 | -5/+4 |
* | Deleted GET agent all around. Not used. | Diva Canto | 2013-07-13 | 2 | -37/+0 |
* | Gatekeeper: stop bogus agents earlier, here at the Gatekeeper. No need to bot... | Diva Canto | 2013-07-13 | 1 | -0/+6 |
* | Added property to make for more flexible testing. | Diva Canto | 2013-07-11 | 1 | -0/+5 |
* | Remove a null reference exception in SimianPresenceServiceConnector that | Robert Adams | 2013-07-10 | 1 | -4/+8 |
* | minor: remove mono compiler warnings from HGSuitcaseInventoryService | Justin Clark-Casey (justincc) | 2013-07-09 | 1 | -3/+3 |
* | A little more debug | Diva Canto | 2013-07-06 | 1 | -1/+1 |
* | Simina activity detector was too eager. Disabled it in case simian is not bei... | Diva Canto | 2013-07-06 | 1 | -1/+2 |
* | Revert "HG Friends: debug an issue where the friends data stored in the DB is... | Diva Canto | 2013-07-04 | 1 | -8/+1 |
* | HG Friends: debug an issue where the friends data stored in the DB is incompl... | Diva Canto | 2013-07-04 | 1 | -1/+8 |
* | Deleted debug messages. Fixed a null ref exception on the POST handler of Gri... | Diva Canto | 2013-07-02 | 1 | -4/+1 |
* | More debug messages | Diva Canto | 2013-07-02 | 1 | -1/+5 |
* | This should have a strong effect on the Unknown User issue mantis #6625 | Diva Canto | 2013-07-02 | 1 | -1/+16 |
* | Revert "More debug mantis #6625" | Diva Canto | 2013-06-30 | 1 | -1/+0 |
* | More debug mantis #6625 | Diva Canto | 2013-06-29 | 1 | -0/+1 |
* | Changed HG status notifications timeout down to 15secs from the default 100. | Diva Canto | 2013-06-29 | 1 | -1/+1 |
* | In XAssetService, on a delete asset request also delete the asset in any chai... | Justin Clark-Casey (justincc) | 2013-06-28 | 1 | -3/+4 |
* | Change IsLocalRegion from using region handle to using regionID. This was aff... | Diva Canto | 2013-06-22 | 1 | -1/+1 |
* | Finally moved HG agent transfers to use agent fatpacks. | Diva Canto | 2013-06-21 | 6 | -184/+70 |
* | Merge branch 'master' of /home/opensim/src/opensim | BlueWall | 2013-06-13 | 2 | -2/+20 |
|\ |
|
| * | Add Option: ClassifiedFee | BlueWall | 2013-06-13 | 2 | -2/+20 |
* | | Make XInventoryServicesConnector properly handle a RESULT = false return for ... | Justin Clark-Casey (justincc) | 2013-06-13 | 1 | -68/+56 |
* | | After calls to GetSuitcaseXFolder() in HGSuitcaseInventoryService, consistent... | Justin Clark-Casey (justincc) | 2013-06-12 | 1 | -1/+23 |
|/ |
|
* | Remove Temporary from use to shortcut asset stores. The Local property | Mic Bowman | 2013-06-10 | 1 | -1/+1 |