aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage (follow)
Commit message (Collapse)AuthorAgeFilesLines
* HG lures working! Friends can offer friends HG teleports via the profile. ↵Diva Canto2011-05-271-1/+0
| | | | WARNING: additional configuration for HG inis -- see *Common.ini.example
* HG IM in grid mode working fairly well. Unknown target user references ↵Diva Canto2011-05-261-0/+74
| | | | looked back in source user's User Agent service.
* HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵Diva Canto2011-05-251-0/+268
| | | | testing.
* 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.
* For now, comment out logging messages about IM sending, since these cause ↵Justin Clark-Casey (justincc)2011-01-191-3/+3
| | | | high spam for large group messaging
* Fix a broken format on an error message. Also replace yet another e.MessageMelanie2010-12-221-2/+1
| | | | | with e.ToString(). e.Message is USELESS, it doesn't tell us what happened where, we should use e.ToSTring() everywhere
* * additional serveruri cleanupJonathan Freedman2010-10-031-3/+3
|
* Quash the region ID on intersim messages. That prevents people from determiningMelanie2010-09-271-1/+1
| | | | another avatars location
* When receiving intersim IM, don't let the spoof protection bombMelanie2010-09-261-1/+2
|
* Prevent spoofing the agent name on text IMMelanie2010-09-251-1/+2
|
* Revert "* Changed 11 calls for session info to the more optimized API method"root2010-09-171-1/+12
| | | | | This reverts commit 5dc9ea2f2487804d788b4b80d40d91bd792de4c2. Also makes online indicators and IM more robust
* Formatting cleanup.Jeff Ames2010-09-121-1/+1
|
* * Changed 11 calls for session info to the more optimized API methodJohn Hurliman2010-09-081-3/+1
|
* Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)2010-08-232-8/+10
|
* Clean up some messiness in IM sending. Having offline IM enabled now no longerMelanie Thielker2010-08-042-6/+10
| | | | suppresses "Inventory Saved" messages.
* Inventory offers and subsequent notifications of acceptance/decline now ↵Diva Canto2010-06-111-0/+2
| | | | working across the board.
* More cleaning on presence. Friends online/offline works again.Diva Canto2010-05-082-61/+39
|
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+1
|
* Friends online notifications upon friendship now working (same sim only).Diva Canto2010-02-271-2/+14
|
* Implement the requestonlinenotification methodMelanie2010-02-271-0/+23
|
* Move requestonlinenotification generic message to presence moduleMelanie2010-02-271-0/+30
|
* 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-295-174/+83
| | | | | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
| * Updates all IRegionModules to the new style region modules.Revolution2010-01-235-99/+193
| | | | | | | | 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
* | * Finished SimulationServiceConnectorDiva Canto2010-01-071-20/+40
| | | | | | | | | | * Started rerouting calls to UserService. * Compiles. May run.
* | This is somewhat major-like..... Change the intialization order ofMelanie2009-12-282-4/+6
| | | | | | | | | | | | | | Application plugins so that MainServer.Instance gets assigned before RegionModulesController loads the new style shared modules. This is needed because otherwise no new style shared module could register a HTTP method.... if it breaks, you get to keep both pieces
* | Change FriendsModule, InstantMessageModule, MessageTransferModule, ↵Melanie2009-12-285-472/+170
|/ | | | MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells.
* A synchronous call to the messaging server was blocking the process of ↵John Hurliman2009-10-221-1/+7
| | | | promoting an agent to a root agent (logins and teleports). Changed to an async method
* Revert "Rewrote parts of the code that were double-locking different ↵Melanie2009-10-071-6/+5
| | | | | | objects. This is about half of the code base reviewed." This reverts commit e992ca025571a891333a57012c2cd4419b6581e5.
* Rewrote parts of the code that were double-locking different objects. This ↵Diva Canto2009-10-061-5/+6
| | | | is about half of the code base reviewed.
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
|
* Fixed an issue with the PresenceModule in "gridmode", introduced by my ↵Diva Canto2009-09-271-3/+0
| | | | fixing the notifications of the messaging service in standalone.
* Fixed MapBlocks bug, wrong order of arguments. First version that seems ↵Diva Canto2009-09-261-0/+12
| | | | | | completely functional. Also fixed the notification of the message server in standalone -- that server doesn't usually exist.
* First pass at the heart surgery for grid services. Compiles and runs ↵Diva Canto2009-09-262-3/+11
| | | | minimally. A few bugs to catch now.
* Add some output (at DEBUG level) to the message transfer module to aidMelanie2009-08-201-0/+4
| | | | in tracking down an initialization failure.
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-1/+1
| | | | | | Change all uses of the HttpServer properties to use the new singleton
* Formatting cleanup.Jeff Ames2009-06-101-1/+1
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-015-5/+5
| | | | LICENSE.txt.
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby2009-05-231-1/+1
| | | | | | | | | | needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient)
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
|
* Fix the issue that stopped the packet pool from working. Add a mechanismMelanie Thielker2009-05-021-1/+1
| | | | | | | | to recycley data blocs within a packet. Recycle the ObjectUpdate* data blocks. Speeds up loading even more. This may mean that the packet pool is now viable.
* 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
|
* * minor: remove mono compiler warningsJustin Clarke Casey2009-03-301-11/+11
|
* Don't let a missing configuration cause a NREMelanie Thielker2009-03-292-0/+11
| | | | | | Fixes Mantis #3355