aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mantis 8131: make the new Offline IM code optional and disabled by default, ↵UbitUmarov2017-03-301-32/+55
| | | | since it is not compatible with current central servers, like in osgrid.
* Activate the new Offline IM module code instead of the old codeMelanie Thielker2017-01-231-20/+4
| | | | | As most have gone to OfflineMessaging V2, this change will not affect existing users but will benefit future grids.
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-1/+1
|
* change OfflineMessageModule from new avination code to original master, for ↵UbitUmarov2015-11-061-4/+20
| | | | compatibility with current web servers php scripts. This may change after current test phase
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-1/+0
|\ | | | | | | | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1
| * Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵Diva Canto2015-09-041-1/+0
| | | | | | | | OpenSim.Framework.
* | seems to compile ( tests comented out)UbitUmarov2015-09-021-5/+0
| |
* | bad merge?UbitUmarov2015-09-011-29/+83
|\ \ | |/ |/|
| * Change OfflineMessageModule to support more differentiated return values and ↵Melanie Thielker2014-04-061-8/+47
| | | | | | | | allow support for mobile devices and other non-viewer logins
| * Merge branch 'master' into careminsterMelanie2012-11-301-14/+18
| |\ | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs OpenSim/Region/Physics/Meshing/Meshmerizer.cs
| * \ Merge branch 'master' into careminsterMelanie2012-11-131-0/+2
| |\ \ | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
| * | | Fix task inventory givingMelanie2011-12-071-1/+2
| | | |
| * | | Fix the offline message module to revert core changes and restore avnMelanie2011-10-281-18/+28
| | | | | | | | | | | | | | | | specific behavior
| * | | First set of merge fixesTom2011-09-071-51/+38
| | | |
| * | | Resolve merge commits, stage 1Tom2011-09-041-3/+9
| |\ \ \
| * \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-04-171-1/+0
| |\ \ \ \
| * | | | | Convert the scope id in the im session id to a URL variable. Fixes offlineMelanie2010-11-261-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | group notice attachments not working
| * | | | | Add group invites to the list of messages that get offlinedMelanie2010-10-101-0/+1
| | | | | |
| * | | | | Fix IMs the right way. This sets it up so that timestamps are actuallyMelanie Thielker2010-07-031-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.
| * | | | | Add the object owner UUID into the binary bucket of object to user IMMelanie Thielker2010-06-241-0/+2
| | | | | |
| * | | | | Replace the imSessionID, which is useless out of context, with the scope idMelanie Thielker2010-06-241-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | in saved IMs
| * | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-031-36/+45
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | This brings careminster on the level of master. To be tested
| * | | | | | Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-29/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
| * | | | | | Some merge fixupsMelanie2010-01-261-4/+5
| | | | | | |
| * | | | | | Merge branch 'master' into careminsterMelanie2010-01-261-15/+34
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2010-01-091-1/+6
| |\ \ \ \ \ \ \
| * | | | | | | | Prevent a nullref if a recipient of a group message gas left the sceneMelanie2009-11-151-12/+15
| | | | | | | | |
* | | | | | | | | Make offline IM delivery to URL (pre recent Addons code) have a 10 second ↵Justin Clark-Casey (justincc)2014-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rather than infinite timeout. This both signals a problem with the URL and eventually frees the thread, rather than hanging indefinitely with no information.
* | | | | | | | | Eliminate subsequently unused scene finding in UndeliveredMessage() method ↵Justin Clark-Casey (justincc)2014-05-121-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of xmlrpc and core offline IM modules
* | | | | | | | | Prevent an exception if no offline messages were retrieved.Kevin Cozens2013-06-181-0/+3
| | | | | | | | |
* | | | | | | | | Bug fix in OfflineMessageModule. Mantis #6446Diva Canto2012-12-041-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Bug fix in Offline IM for inventory transfers. The items were being placed ↵Diva Canto2012-11-271-11/+15
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | twice in the receiver's inventory.
* | | | | | | Another 21 modules' directives moved out of .addin.xmlDiva Canto2012-11-131-0/+2
| | | | | | |
* | | | | | | Port the Avination offline messaging system to CoreMelanie2011-11-021-18/+34
| |_|_|_|_|/ |/| | | | |
* | | | | | refactor: Move all callers of the obsoleted ↵Justin Clark-Casey (justincc)2011-07-131-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | SychronousRestObjectPoster.BeginPostObject() to the identical SynchronousRestObjectRequester.MakeRequest()
* | | | | | Instrument the heck out of offline messages. THIS IS VERY VERBOSE.Diva Canto2011-05-121-0/+3
| |_|_|_|/ |/| | | |
* | | | | Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵Diva Canto2011-04-121-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.
* | | | Merge branch 'master' into presence-refactorMelanie2010-02-081-16/+19
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | This was a large, heavily conflicted merge and things MAY have got broken. Please check!
| * | | | Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-29/+12
| | |_|/ | |/| | | | | | | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
| * | | Updates all IRegionModules to the new style region modules.Revolution2010-01-231-28/+48
| | |/ | |/| | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
* | | Merge branch 'master' into presence-refactorMelanie2010-01-161-1/+5
|\ \ \ | |/ / | | | | | | | | | This merge was very conflicted. I think I got them all, but I can't be sure. I had to merge to master or risk divergence to the point of unmergeability.
| * | Adds config option "ForwardOfflineGroupMessages" to allow disabling of group ↵dahlia2010-01-071-1/+6
| |/ | | | | | | messages forwarded while offline. Addresses Mantis #4457
* | Change FriendsModule, InstantMessageModule, MessageTransferModule, ↵Melanie2009-12-281-34/+44
|/ | | | MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
|
* Remove second timestamp in offline IM, the client already adds oneMelanie Thielker2009-04-251-4/+0
|
* Actually do what I promised in the previous commit :/Melanie Thielker2009-04-121-4/+14
|
* Funnel stored (offline) IMs through the Scene EventManager to make sureMelanie Thielker2009-04-121-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
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-311-1/+1
|
* Don't let a missing configuration cause a NREMelanie Thielker2009-03-291-0/+5
| | | | | | Fixes Mantis #3355