aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/HGInstantMessageService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-1/+1
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-2/+17
|
* Improvement in HGInstantMessageService: account for the existence of an ↵Diva Canto2012-12-041-10/+25
| | | | offline IM service.
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-08-171-1/+1
|
* Do proper locking of m_localScenes list in SceneManagerJustin Clark-Casey (justincc)2011-08-061-4/+3
|
* refactor: Move all callers of the obsoleted ↵Justin Clark-Casey (justincc)2011-07-131-5/+3
| | | | SychronousRestObjectPoster.BeginPostObject() to the identical SynchronousRestObjectRequester.MakeRequest()
* Deleted wrong debug message.Diva Canto2011-06-081-1/+0
|
* Remove scary error messageDiva Canto2011-06-071-6/+0
|
* This fixes the crash reported in ↵Diva Canto2011-06-071-16/+12
| | | | http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully.
* This should make offline IMs work again. It should work for incoming foreign ↵Diva Canto2011-06-061-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.
* Bug fix on HG IM.Diva Canto2011-06-021-13/+13
|
* Commented a few extra debug messages.Diva Canto2011-05-261-5/+5
|
* HG IM in grid mode working fairly well. Unknown target user references ↵Diva Canto2011-05-261-8/+14
| | | | looked back in source user's User Agent service.
* HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵Diva Canto2011-05-251-0/+311
testing.