aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage/OfflineMessageModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert the scope id in the im session id to a URL variable. Fixes offlineMelanie2010-11-261-10/+2
* 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
* 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
* Merge branch 'master' into careminster-presence-refactorMelanie2010-03-031-36/+45
|\
| * 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
| * | Merge branch 'master' into presence-refactorMelanie2010-01-161-1/+5
| |\ \
| * | | Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListMo...Melanie2009-12-281-34/+44
* | | | Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-29/+12
* | | | Some merge fixupsMelanie2010-01-261-4/+5
* | | | Merge branch 'master' into careminsterMelanie2010-01-261-15/+34
|\ \ \ \ | | |_|/ | |/| |
| * | | Updates all IRegionModules to the new style region modules.Revolution2010-01-231-28/+48
| | |/ | |/|
* | | Merge branch 'master' into careminsterMelanie2010-01-091-1/+6
|\ \ \ | |/ /
| * | Adds config option "ForwardOfflineGroupMessages" to allow disabling of group ...dahlia2010-01-071-1/+6
| |/
* | Prevent a nullref if a recipient of a group message gas left the sceneMelanie2009-11-151-12/+15
|/
* 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