Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-05-10 | Knocked off a few compiler warnings regarding unused variables. | Diva Canto | 1 | -1/+1 | |
2015-05-10 | Added simple test for IM in Robust too. | Diva Canto | 1 | -1/+8 | |
Changed Inventory data to use the mock one in Common Tests. (but still not inventory tests) | |||||
2014-02-14 | If calls to UserAgentServiceConnector fail then throw an exception. This ↵ | Justin Clark-Casey (justincc) | 1 | -1/+9 | |
lets the caller decide whether to discard the error or not. This is Oren Hurvitz's 0001 patch from http://opensimulator.org/mantis/view.php?id=6956 but I ended up doing some tweaking to resolve patch application issues. | |||||
2012-12-04 | Improvement in HGInstantMessageService: account for the existence of an ↵ | Diva Canto | 1 | -10/+25 | |
offline IM service. | |||||
2011-08-17 | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2011-08-06 | Do proper locking of m_localScenes list in SceneManager | Justin Clark-Casey (justincc) | 1 | -4/+3 | |
2011-07-13 | refactor: Move all callers of the obsoleted ↵ | Justin Clark-Casey (justincc) | 1 | -5/+3 | |
SychronousRestObjectPoster.BeginPostObject() to the identical SynchronousRestObjectRequester.MakeRequest() | |||||
2011-06-08 | Deleted wrong debug message. | Diva Canto | 1 | -1/+0 | |
2011-06-07 | Remove scary error message | Diva Canto | 1 | -6/+0 | |
2011-06-07 | This fixes the crash reported in ↵ | Diva Canto | 1 | -16/+12 | |
http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully. | |||||
2011-06-06 | This should make offline IMs work again. It should work for incoming foreign ↵ | Diva Canto | 1 | -4/+47 | |
IMs where the local recipient is offline. I can't test any of this, because I don't run an offline IM server. | |||||
2011-06-02 | Bug fix on HG IM. | Diva Canto | 1 | -13/+13 | |
2011-05-26 | Commented a few extra debug messages. | Diva Canto | 1 | -5/+5 | |
2011-05-26 | HG IM in grid mode working fairly well. Unknown target user references ↵ | Diva Canto | 1 | -8/+14 | |
looked back in source user's User Agent service. | |||||
2011-05-25 | HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵ | Diva Canto | 1 | -0/+311 | |
testing. |