aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons/OfflineIM/OfflineIMRegionModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-23Added HTTP Authentication also to Groups and offline IM.Diva Canto1-1/+1
2014-05-12Eliminate subsequently unused scene finding in UndeliveredMessage() method ↵Justin Clark-Casey (justincc)1-4/+0
of xmlrpc and core offline IM modules
2014-01-16Can delete the Offline Messages sent to/from a user.Oren Hurvitz1-0/+5
This is useful if the user is deleted.
2013-02-18Donating Diva OfflineIM as an addon in a single dll, OpenSim.Addons.OpenSim.dllDiva Canto1-70/+87
2012-12-04Bug fix in OfflineMessageModule. Mantis #6446Diva Canto1-1/+1
2012-11-27Bug fix in Offline IM for inventory transfers. The items were being placed ↵Diva Canto1-11/+15
twice in the receiver's inventory.
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto1-0/+2
2011-12-07Fix task inventory givingMelanie1-1/+2
2011-11-02Port the Avination offline messaging system to CoreMelanie1-18/+34
2011-10-28Fix the offline message module to revert core changes and restore avnMelanie1-18/+28
specific behavior
2011-09-07First set of merge fixesTom1-51/+38
2011-07-13refactor: Move all callers of the obsoleted ↵Justin Clark-Casey (justincc)1-3/+4
SychronousRestObjectPoster.BeginPostObject() to the identical SynchronousRestObjectRequester.MakeRequest()
2011-05-12Instrument the heck out of offline messages. THIS IS VERY VERBOSE.Diva Canto1-0/+3
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto1-1/+0
OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd.
2010-11-26Convert the scope id in the im session id to a URL variable. Fixes offlineMelanie1-10/+2
group notice attachments not working
2010-10-10Add group invites to the list of messages that get offlinedMelanie1-0/+1
2010-08-19Revert "Adding Group managment to the offline system"Melanie Thielker1-1/+0
This reverts commit 7c673c79d4c52fa14ed803754a18d56bcf54ad87. That module only handles text IM
2010-08-19Adding Group managment to the offline systemsacha1-0/+1
Sending a group invite is offlined now
2010-07-03Fix IMs the right way. This sets it up so that timestamps are actuallyMelanie Thielker1-26/+39
in PST (to match viewer time), does correct storage and retrieval of IMs, corrects the session ID and makes sure IMs don't get marked "saved" if they're live. Removes the group IM save option, which our group IM module never had in the first place, as saving group chatter makes no sense at all.
2010-06-24Add the object owner UUID into the binary bucket of object to user IMMelanie Thielker1-0/+2
2010-06-24Replace the imSessionID, which is useless out of context, with the scope idMelanie Thielker1-0/+7
in saved IMs
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-29/+12
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-29/+12
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-26Some merge fixupsMelanie1-4/+5
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-11-15Prevent a nullref if a recipient of a group message gas left the sceneMelanie1-12/+15
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