aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-30/+102
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-6/+4
* Bug fix in OfflineMessageModule. Mantis #6446Diva Canto2012-12-041-1/+1
* Bug fix in Offline IM for inventory transfers. The items were being placed tw...Diva Canto2012-11-271-11/+15
* 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 SychronousRestObjectPoster.BeginP...Justin Clark-Casey (justincc)2011-07-131-3/+4
* 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 Open...Diva Canto2011-04-121-1/+0
* Merge branch 'master' into presence-refactorMelanie2010-02-081-16/+19
|\
| * Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-29/+12
| * Updates all IRegionModules to the new style region modules.Revolution2010-01-231-28/+48
* | Merge branch 'master' into presence-refactorMelanie2010-01-161-1/+5
|\ \ | |/
| * Adds config option "ForwardOfflineGroupMessages" to allow disabling of group ...dahlia2010-01-071-1/+6
* | Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListMo...Melanie2009-12-281-34/+44
|/
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* 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
* 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
* Change the client API to use GridInstantMessage for the "last mile" of IMMelanie Thielker2009-03-291-9/+7
* Finish the offline IM module (still needs a server). Add rudimentaryMelanie Thielker2009-03-291-8/+61
* Fix the plumbing in the offline message module.Melanie Thielker2009-03-281-21/+39
* Add a module skeleton for offline IM storage. No functionality yet.Melanie Thielker2009-03-281-0/+131