aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-29/+12
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-28/+48
Signed-off-by: Melanie <melanie@t-data.com>
2010-01-07Adds config option "ForwardOfflineGroupMessages" to allow disabling of group ↵dahlia1-1/+6
messages forwarded while offline. Addresses Mantis #4457
2009-12-28Change FriendsModule, InstantMessageModule, MessageTransferModule, ↵Melanie1-34/+44
MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-04-25Remove second timestamp in offline IM, the client already adds oneMelanie Thielker1-4/+0
2009-04-12Actually do what I promised in the previous commit :/Melanie Thielker1-4/+14
2009-04-12Funnel stored (offline) IMs through the Scene EventManager to make sureMelanie Thielker1-14/+10
they are processed by the modules rather than sent to the client directly. Allows friends and group requests and responses to be saved, too
2009-03-31Update svn properties, add copyright header, formatting cleanup.Jeff Ames1-1/+1
2009-03-29Don't let a missing configuration cause a NREMelanie Thielker1-0/+5
Fixes Mantis #3355
2009-03-29Change the client API to use GridInstantMessage for the "last mile" of IMMelanie Thielker1-9/+7
sending. With this change, all methods that handle IM now use GridInstantMessage rather than individual parameters.
2009-03-29Finish the offline IM module (still needs a server). Add rudimentaryMelanie Thielker1-8/+61
support for the mute list (no functionality yet, but allows the RetrieveInstantMessages event to fire now).
2009-03-28Fix the plumbing in the offline message module.Melanie Thielker1-21/+39
No functionality yet.
2009-03-28Add a module skeleton for offline IM storage. No functionality yet.Melanie Thielker1-0/+131