aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Change the client API to use GridInstantMessage for the "last mile" of IMMelanie Thielker2009-03-291-9/+7
| | | | | | | sending. With this change, all methods that handle IM now use GridInstantMessage rather than individual parameters.
* Finish the offline IM module (still needs a server). Add rudimentaryMelanie Thielker2009-03-291-8/+61
| | | | | | | support for the mute list (no functionality yet, but allows the RetrieveInstantMessages event to fire now).
* Fix the plumbing in the offline message module.Melanie Thielker2009-03-281-21/+39
| | | | | | No functionality yet.
* Add a module skeleton for offline IM storage. No functionality yet.Melanie Thielker2009-03-281-0/+131