aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/HGInstantMessageService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-1/+1
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-2/+17
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.