aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/HGInstantMessageService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-10Knocked off a few compiler warnings regarding unused variables.Diva Canto1-1/+1
2015-05-10Added simple test for IM in Robust too.Diva Canto1-1/+8
Changed Inventory data to use the mock one in Common Tests. (but still not inventory tests)
2014-02-14If 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-04Improvement in HGInstantMessageService: account for the existence of an ↵Diva Canto1-10/+25
offline IM service.
2011-08-17minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2011-08-06Do proper locking of m_localScenes list in SceneManagerJustin Clark-Casey (justincc)1-4/+3
2011-07-13refactor: Move all callers of the obsoleted ↵Justin Clark-Casey (justincc)1-5/+3
SychronousRestObjectPoster.BeginPostObject() to the identical SynchronousRestObjectRequester.MakeRequest()
2011-06-08Deleted wrong debug message.Diva Canto1-1/+0
2011-06-07Remove scary error messageDiva Canto1-6/+0
2011-06-07This fixes the crash reported in ↵Diva Canto1-16/+12
http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully.
2011-06-06This should make offline IMs work again. It should work for incoming foreign ↵Diva Canto1-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-02Bug fix on HG IM.Diva Canto1-13/+13
2011-05-26Commented a few extra debug messages.Diva Canto1-5/+5
2011-05-26HG IM in grid mode working fairly well. Unknown target user references ↵Diva Canto1-8/+14
looked back in source user's User Agent service.
2011-05-25HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵Diva Canto1-0/+311
testing.