| Commit message (Expand) | Author | Age | Files | Lines |
* | Close streams immediately when we finish using them | Oren Hurvitz | 2014-08-02 | 1 | -13/+2 |
* | Amend to previous commit -- write down the problematic Profile server URL. | Diva Canto | 2014-06-10 | 1 | -0/+3 |
* | May fix mantis #7133 | Diva Canto | 2014-06-10 | 1 | -7/+12 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2014-05-23 | 2 | -108/+342 |
|\ |
|
| * | Fix possible infinite recursion in MessageTransferModule.SendGridInstantMessa... | Justin Clark-Casey (justincc) | 2014-05-23 | 1 | -108/+56 |
| * | Add regression test for north-south chat across neighbour regions. | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -52/+133 |
| * | Extend regression TestInterRegionChatDistanceEastWest() to test out of range ... | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -11/+38 |
| * | Extend regression TestInterRegionChatDistanceEastWest() to test in range chat... | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -17/+38 |
| * | Simplify regression TestInterRegionChatDistanceEastWest() by making the child... | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -7/+6 |
| * | Add regression test for in-range chat between neighbouring regions from east ... | Justin Clark-Casey (justincc) | 2014-05-22 | 1 | -0/+158 |
* | | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 2014-05-23 | 1 | -3/+5 |
|/ |
|
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2014-05-22 | 1 | -0/+9 |
|\ |
|
| * | Better error-handling and logging in case User Profile requests fail | Oren Hurvitz | 2014-05-19 | 1 | -0/+9 |
* | | Fixed a problem with detaching attachments in situations where the user's ass... | Diva Canto | 2014-05-22 | 1 | -7/+2 |
|/ |
|
* | Make offline IM delivery to URL (pre recent Addons code) have a 10 second rat... | Justin Clark-Casey (justincc) | 2014-05-12 | 1 | -1/+1 |
* | For XmlRpcGroups (Flotsam) module, when MessageOnlineUsersOnly = true, handle... | Justin Clark-Casey (justincc) | 2014-05-12 | 2 | -7/+7 |
* | Eliminate subsequently unused scene finding in UndeliveredMessage() method of... | Justin Clark-Casey (justincc) | 2014-05-12 | 1 | -4/+0 |
* | Revert "fix infinite recursion loop in SendGridInstantMessageViaXMLRPCAsync()" | Justin Clark-Casey (justincc) | 2014-05-06 | 1 | -79/+99 |
* | fix infinite recursion loop in SendGridInstantMessageViaXMLRPCAsync() | Kunta Kinte | 2014-05-06 | 1 | -99/+79 |
* | Show more meaningful error messages when failed to give an item to another user | Oren Hurvitz | 2014-05-06 | 1 | -6/+5 |
* | Fix issue where only one of multiple attachments on the same attachpoint for ... | Justin Clark-Casey (justincc) | 2014-05-01 | 1 | -0/+7 |
* | Changed how UserProfile performs a fallback call using the OpenProfile API, b... | Oren Hurvitz | 2014-04-24 | 1 | -30/+37 |
* | Refactored: moved OpenProfileClient to a location where it can be used by bot... | Oren Hurvitz | 2014-04-24 | 2 | -193/+1 |
* | Eliminated many warnings | Oren Hurvitz | 2014-04-23 | 2 | -1/+3 |
* | Fixed: when a user logged-in, sometimes he didn't get notified of the Online ... | Oren Hurvitz | 2014-04-21 | 2 | -2/+24 |
* | Catch empty url error | BlueWall | 2014-04-19 | 1 | -0/+3 |
* | Refactored: use Scene.GetAgentHomeURI() to get the Home URI of a user | Oren Hurvitz | 2014-04-07 | 1 | -5/+1 |
* | When preparing a Hypergrid teleport, tell the receiving grid which user is en... | Oren Hurvitz | 2014-04-06 | 1 | -1/+7 |
* | When teleporting using Hypergrid, show more informative error messages in cas... | Oren Hurvitz | 2014-04-03 | 1 | -1/+12 |
* | minor: Fix warning in AvatarFactoryModule | Justin Clark-Casey (justincc) | 2014-04-03 | 1 | -1/+1 |
* | Fix issue with user picks creation. The snapshot id is UUID.Zero in new parcels. | BlueWall | 2014-03-25 | 1 | -6/+0 |
* | Move JsonRpc request code out for general availability | BlueWall | 2014-03-25 | 1 | -173/+19 |
* | In Core Profiles: as a fallback, try to get profiles from foreign grids using... | Oren Hurvitz | 2014-03-25 | 2 | -2/+219 |
* | Run slow operations in a separate thread, instead of using FireAndForget (whi... | Oren Hurvitz | 2014-03-25 | 1 | -1/+1 |
* | Refactored Load IAR: created a generic mechanism to modify the SOG's as they ... | Oren Hurvitz | 2014-03-24 | 1 | -47/+19 |
* | Fix negative stat for Active Scripts | Dev Random | 2014-03-22 | 1 | -2/+3 |
* | Reverting "Set default name for mute list" that was pushed by mistake. | Kevin Cozens | 2014-03-22 | 1 | -1/+1 |
* | Reverting "Pass method to offline.php" commit that was pushed by mistake. | Kevin Cozens | 2014-03-22 | 1 | -2/+2 |
* | Pass method to offline.php using ?blah instead of /blah/. Avoids issue with A... | Kevin Cozens | 2014-03-22 | 1 | -2/+2 |
* | Set default name for mute list module as shown in OpenSim.ini.example | Kevin Cozens | 2014-03-22 | 1 | -1/+1 |
* | Prevent adding a land object if it overlaps any existing objects that have no... | Justin Clark-Casey (justincc) | 2014-03-06 | 2 | -11/+25 |
* | Improve regression test TestSetAppearance() | Justin Clark-Casey (justincc) | 2014-02-24 | 1 | -42/+69 |
* | Re-enable regression TestSaveBakedTextures() | Justin Clark-Casey (justincc) | 2014-02-24 | 1 | -4/+2 |
* | Stop mesh avatars that specify the alpha texture in their bake slots from cau... | Justin Clark-Casey (justincc) | 2014-02-24 | 2 | -38/+67 |
* | minor: Add some method doc to AFM,SetAppearanceAssets() | Justin Clark-Casey (justincc) | 2014-02-20 | 1 | -0/+6 |
* | For now, do not replacing missing wearables with default wearables if itme de... | Justin Clark-Casey (justincc) | 2014-02-20 | 1 | -144/+190 |
* | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2014-02-14 | 2 | -2/+21 |
|\ |
|
| * | Change warns associated with UserAgentServiceConnector to debugs, as this is ... | Justin Clark-Casey (justincc) | 2014-02-14 | 2 | -2/+2 |
| * | If calls to UserAgentServiceConnector fail then throw an exception. This lets... | Justin Clark-Casey (justincc) | 2014-02-14 | 2 | -2/+21 |
* | | Remove the added whitespace, test concluded | Melanie | 2014-02-04 | 1 | -1/+1 |