Anonymous | Login | Signup for a new account | 2021-01-28 04:57 PST | ![]() |
Main | My View | View Issues | Change Log | Roadmap | Summary | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0004431 | opensim | [REGION] OpenSim Core | public | 2009-12-07 11:34 | 2016-09-24 08:14 | |||||
Reporter | Snoopy | |||||||||
Assigned To | ||||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||
Status | new | Resolution | open | |||||||
Platform | Operating System | Operating System Version | ||||||||
Product Version | master (dev code) | |||||||||
Target Version | Fixed in Version | |||||||||
Summary | 0004431: llInstantMessage: Messages are not stored as offline messages, if receiver is offline | |||||||||
Description | When a script uses llInstantMessage, the receiver sees the message sent when he/she is online. If the user is offline, these messages are not stored as offline messages. This is the case even in regions where the offline message feature of OpenSim is enabled. | |||||||||
Tags | No tags attached. | |||||||||
Git Revision or version number | 4338f4e1d7c841ba447eb2d7481daaa009182bc7 | |||||||||
Run Mode | Grid (1 Region per Sim) | |||||||||
Physics Engine | ODE | |||||||||
Script Engine | ||||||||||
Environment | Mono / Linux32 | |||||||||
Mono Version | trunk | |||||||||
Viewer | ||||||||||
Attached Files | ||||||||||
![]() |
|
(0017189) Snoopy (administrator) 2010-10-31 03:39 |
In SL instant messages created by llInstantMessage, where the receipient is not logged in, are not stored in the logging facility (offline messages), like in OpenSim, but there users get an email instead. It might be worth to add an option that allows logging of instant messages created by llInstantMessage. |
(0017197) melanie (administrator) 2010-10-31 05:34 |
In 0.7, the php code decides what to save. You can edit it accordingly. |
(0031161) Lotek (reporter) 2016-09-24 07:09 |
I can't reproduce this bug anymore in OpenSim master on OsGrid. This seems to work now? Test script: default { state_entry() { llSetTimerEvent(60); } timer() { llInstantMessage(llGetOwner(), (string)llGetUnixTime()+": This is an instant message"); } } |
(0031162) UbitUmarov (administrator) 2016-09-24 07:28 |
on the same region offline is working for normal IMs ? |
(0031163) Lotek (reporter) 2016-09-24 08:11 |
Offline is working for both regular avi2avi IM and for object2avi IM |
(0031164) UbitUmarov (administrator) 2016-09-24 08:14 |
ok thx.. ( I didn't notice this was old issue :) ) |
![]() |
|||
Date Modified | Username | Field | Change |
2009-12-07 11:34 | Snoopy | New Issue | |
2009-12-07 11:34 | Snoopy | Git Revision | => 4338f4e1d7c841ba447eb2d7481daaa009182bc7 |
2009-12-07 11:34 | Snoopy | SVN Revision | => 11624 |
2009-12-07 11:34 | Snoopy | Run Mode | => Grid (1 Region per Sim) |
2009-12-07 11:34 | Snoopy | Physics Engine | => ODE |
2009-12-07 11:34 | Snoopy | Environment | => Mono / Linux32 |
2009-12-07 11:34 | Snoopy | Mono Version | => trunk |
2010-10-31 03:39 | Snoopy | Note Added: 0017189 | |
2010-10-31 05:34 | melanie | Note Added: 0017197 | |
2016-09-24 07:09 | Lotek | Note Added: 0031161 | |
2016-09-24 07:28 | UbitUmarov | Note Added: 0031162 | |
2016-09-24 08:11 | Lotek | Note Added: 0031163 | |
2016-09-24 08:14 | UbitUmarov | Note Added: 0031164 |
Copyright © 2000 - 2012 MantisBT Group |