aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-22Fix failure to teleport when an agent is lured on the same sim (and probably ...Justin Clark-Casey (justincc)1-5/+6
2011-07-13refactor: Move all callers of the obsoleted SychronousRestObjectPoster.BeginP...Justin Clark-Casey (justincc)1-3/+4
2011-06-07This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=...Diva Canto1-3/+5
2011-06-06This should make offline IMs work again. It should work for incoming foreign ...Diva Canto1-1/+4
2011-06-02Bug fix on HG IM.Diva Canto1-2/+6
2011-05-27HG lures working! Friends can offer friends HG teleports via the profile. WAR...Diva Canto1-1/+0
2011-05-26HG IM in grid mode working fairly well. Unknown target user references looked...Diva Canto1-0/+74
2011-05-25HG: Instant Message working. Tested on HG standalones only. Needs a lot more ...Diva Canto1-0/+268
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 Open...Diva Canto1-1/+0
2011-01-19For now, comment out logging messages about IM sending, since these cause hig...Justin Clark-Casey (justincc)1-3/+3
2010-12-22Fixed wrong argument cardinality in debug message.Diva Canto1-1/+1
2010-12-22Fix a broken format on an error message. Also replace yet another e.MessageMelanie1-2/+1
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)1-3/+3
2010-10-22Revert "* additional serveruri cleanup"Justin Clark-Casey (justincc)1-3/+3
2010-10-20* additional serveruri cleanupJonathan Freedman1-3/+3
2010-10-03* additional serveruri cleanupJonathan Freedman1-3/+3
2010-09-27Quash the region ID on intersim messages. That prevents people from determiningMelanie1-1/+1
2010-09-26When receiving intersim IM, don't let the spoof protection bombMelanie1-1/+2
2010-09-25Prevent spoofing the agent name on text IMMelanie1-1/+2
2010-09-17Revert "* Changed 11 calls for session info to the more optimized API method"root1-1/+12
2010-09-12Formatting cleanup.Jeff Ames1-1/+1
2010-09-08* Changed 11 calls for session info to the more optimized API methodJohn Hurliman1-3/+1
2010-08-23Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)2-8/+10
2010-08-04Clean up some messiness in IM sending. Having offline IM enabled now no longerMelanie Thielker2-6/+10
2010-06-11Inventory offers and subsequent notifications of acceptance/decline now worki...Diva Canto1-0/+2
2010-05-08More cleaning on presence. Friends online/offline works again.Diva Canto2-61/+39
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+1
2010-02-27Friends online notifications upon friendship now working (same sim only).Diva Canto1-2/+14
2010-02-27Implement the requestonlinenotification methodMelanie1-0/+23
2010-02-27Move requestonlinenotification generic message to presence moduleMelanie1-0/+30
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie5-174/+83
2010-01-23Updates all IRegionModules to the new style region modules.Revolution5-99/+193
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-20/+40
2010-01-07Adds config option "ForwardOfflineGroupMessages" to allow disabling of group ...dahlia1-1/+6
2009-12-28This is somewhat major-like..... Change the intialization order ofMelanie2-4/+6
2009-12-28Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListMo...Melanie5-472/+170
2009-10-22A synchronous call to the messaging server was blocking the process of promot...John Hurliman1-1/+7
2009-10-07Revert "Rewrote parts of the code that were double-locking different objects....Melanie1-6/+5
2009-10-07Revert "Merging in diva's locking fixes"Melanie1-6/+5
2009-10-06Rewrote parts of the code that were double-locking different objects. This is...Diva Canto1-5/+6
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-09-27Fixed an issue with the PresenceModule in "gridmode", introduced by my fixing...Diva Canto1-3/+0
2009-09-26Fixed MapBlocks bug, wrong order of arguments. First version that seems compl...Diva Canto1-0/+12
2009-09-26First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2-3/+11
2009-08-20Add some output (at DEBUG level) to the message transfer module to aidMelanie1-0/+4
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-1/+1
2009-06-10Formatting cleanup.Jeff Ames1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames5-5/+5
2009-05-23* Pipes requestors IP address through all XmlRpcRequest delegates. This is ne...Adam Frisby1-1/+1