aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/CommunicationsManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-24* minor: Rename IInterGridInventoryServices since it's inter service rather ↵Justin Clarke Casey1-4/+4
than inter grid
2008-07-23* refactor: break out inter grid inventory services furtherJustin Clarke Casey1-17/+26
* more to follow
2008-07-23The new secure inventory server mode (in r5590) can now be disabled from ↵Johan Berntsson1-2/+50
OpenSim.ini. Default is to use the new mode.
2008-07-23thanks lulurun for a security patch that blocks unathorized access to the ↵Johan Berntsson1-0/+6
inventory server (see http://opensimulator.org/wiki/Security_vulnerability_brought_by_non-check_inventory_service)
2008-07-21added experimental packet tracker (LLPacketTracker.cs), which can be told to ↵MW1-3/+0
track a packet and if it hasn't been acked within a set time, trigger a IClientAPI event, that the application/scene can handle. Currently only terrain packet tracking is finished, Tracking for initial Prim packets (first full update for a prim) is being worked on. Future improvements would be to make it a more generic packet tracker with callback delegates instead of events. Add a test event handler (which would fire after a minute if a terrain packet hadn't been acked) to scene to handle the OnUnackedTerrain event, which currently just resends the terrain patch. The idea of this packet tracking is for the region level application to be able to know if the client stack gave up on sending a packet.
2008-07-05changes prompting of create user console command to only ask for unspecified ↵Dahlia Trimble1-12/+16
parameters and avoid an exception if the wrong number of parameters are supplied
2008-06-29patch and files from mantis #1630, Thanks MelanieMW1-1/+1
2008-06-28Extracted the Avatar appearance functions out of the IUserService interface ↵MW1-0/+7
and moved them into a IAvatarService Although "out of the box", there is no actual functional change to behavior
2008-06-28plumbing for multiple inventory servers. Mostly done on the region server side. MW1-7/+65
TODO next is to make the login server read/write a users inventory from the correct server (the inventory url set in a userprofile) On the region side, although not tested with multiple servers it should work if that inventory url was set, and the inventory servers urls have been added to the CommunicationsManager, using CommunicationsManager.AddInventoryService(string hostUrl)
2008-06-27dr scofield's warning safari:Dr Scofield1-1/+1
* commented out [Obsolete(....)] attributes where no replacement feature was available: if we want to attribute code that we think needs to be reworked, we should define a new attribute and use that instead (together with a little tool to retrieve all the attributed code then) * commenting out unused variables
2008-05-30Update svn properties. Formatting cleanup.Jeff Ames1-7/+7
2008-05-29* Caches UUIDName requestsTeravus Ovares1-9/+52
* Looks up UUIDNames for script time and colliders in a separate thread. * Hopefully this'll allow you to look at top scripts on a region that has a lot of scripts without crashing your client thread.
2008-05-16Formatting cleanup.Jeff Ames1-1/+1
2008-05-03* For your fragging desire, damage enabled land works, but watch out!, life ↵Teravus Ovares1-0/+13
does not regenerate until you're dead!
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-1/+3
(this took a while to run).
2008-04-10further renaming of properties for claritySean Dague1-3/+3
2008-04-10moved fields to properties for UserDataProfile, which wasSean Dague1-5/+5
actually a little more work than I expected given the copious use of out params.
2008-04-08further refactor and rename of InventoryFolderBase propertiesSean Dague1-1/+1
to reflect what they really are.
2008-04-07more refactoring, this time on InventoryFolderBaseSean Dague1-1/+1
* wrap attributes in properties * clean up names a little bit * clean up name styles
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-03-17Replaced some Console.WriteLine calls with writes to log.Jeff Ames1-1/+4
2008-03-03* Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares1-0/+6
* Fixed a few bugs in the patch that are sim crashers. * There's still a bug in mySQL mode/ grid mode where the main userprofile text doesn't save.
2008-02-18* Do not allow a user to be created if one with the same name already existsJustin Clarke Casey1-2/+18
2008-02-16Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of ↵MW1-6/+6
CommsManager and into a module (AgentAgentTransactionModule), still needs cleaning up though. But its one more thing out of the CommsManager. One day we will kill the CommsManager!
2008-02-12* Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and ↵Justin Clarke Casey1-4/+4
align classes with file names * Small amount of ndoc * This will probably require a prebuild and nant clean
2008-02-05Converted logging to use log4net.Jeff Ames1-5/+7
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
2008-01-21* Shutting down child agents properly in neighbor regions.Teravus Ovares1-0/+1
2008-01-20* Added hooks for logout to all IUserService and all that implement it.Teravus Ovares1-0/+13
* Added a Logout message with a name on the console * Added a *fixme* message to figure out why the current agent session is null * After updating you may notice that there's a login <user> and also a logout<user>
2008-01-15* Mother of all commits:Adam Frisby1-1/+1
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
2008-01-01* You can add and remove a friend in standalone now within the same ↵Teravus Ovares1-0/+43
simulator. It saves. * You can add and remove a friend in grid mode now within the same simulator. It doesn't save yet. * I got rid of Mr. OpenSim as a friend.. he bothers me /:b...
2007-12-27* Optimized usingslbsa711-3/+4
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-2/+2
notice of doom
2007-12-02Very partial Avatar Appearance (ie, clothes/body parts) "storage". In ↵MW1-10/+6
standalone mode it will mean that when you log off and log back on ,as long as the region server hasn't been restarted , your avatar will start with wearing the clothes that it wore on log off. In grid mode its even more limited in that wearing/removing clothes/body parts are only stored in the region server instance you are one. so if you are in a different region to your login region (which are on different region server instances), and then change clothes, those changes won't be remembered. So as said, its very limited but is a small step towards having proper appearance persist. Just need to store this data out to a database.
2007-12-02Some refactoring , mainly on Inventory code. MW1-3/+3
2007-11-19* Changed namespacelbsa711-1/+0
2007-11-13* Added AvatarPicker in Standalone mode. Works for finding avatar to ban, ↵Teravus Ovares1-0/+10
manually trying to add a friend (with the add button) or useful to those who are curious which usernames have visited your standalone sim. Important for future development :D. * Grid mode always returns 0 results until the Grid Communications portion is done.
2007-10-30* Optimized usingslbsa711-7/+13
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-2/+1
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
2007-10-26* Added prototypical AvatarFactory module interface to load avatar parameterslbsa711-3/+2
* Added dump_assets_to_file option to enable asset dumping for debug * normalized some namespaces * InventoryFolder renamed to InventoryFolderImpl to
2007-10-05* So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa711-2/+2
of things. Reverting 2056.
2007-10-05* UserProfileData meets code conventionslbsa711-2/+2
2007-10-05== The "right name and place" commit ==lbsa711-1/+0
* Moved InventoryData to Framework.Types/InventoryItemBase.cs * Moved UserData to Framework.Interfaces/IUserData.cs * Moved UserProfileData to Framework/Types/UserProfileData.cs * Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round) * Changed some namespaces to reflect file structure
2007-10-05* Renamed IUserServices to IUserServicelbsa711-2/+2
2007-10-03Some continuation of lbsa71's refactoring of the CommunicationsManager.MW1-0/+55
2007-09-24* Started major restructusing of comms to prepare for better grid and region ↵lbsa711-34/+27
functionality * Working towards one shared set of services * Killed off two projects with very little functionality
2007-09-24* Trying to streamline CommunicationsManagerlbsa711-10/+9
2007-09-24* reorder and renamelbsa711-22/+20
2007-09-24* Encapsulated all CommunicationsManager serviceslbsa711-15/+63
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-15More work on inventory, can now create other inventory types, like Clothes ↵MW1-0/+2
and body parts. [Note while you can edit these, at the moment your changes won't be saved between restarts. This will be fixed very soon.]