aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications (follow)
Commit message (Expand)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-05-141-2/+2
* * If a region running in grid mode fails to login to the grid service, startu...Justin Clarke Casey2008-05-121-12/+13
* * Fix minor local inventory service log typoJustin Clarke Casey2008-05-071-1/+1
* * Refactor: Remove redundant userID from further up the inventory request chainJustin Clarke Casey2008-05-012-21/+10
* * Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey2008-05-012-61/+28
* added in IUserService functions. These don't do anything yet,Sean Dague2008-05-011-0/+28
* * Cleaned namespaces of entire solution. OpenSim directories now correspond w...Adam Frisby2008-05-013-2/+2
* * Assorted spring cleanings.Adam Frisby2008-05-011-1/+1
* * Completely inconsequential inventory odds and ends (actual impact - only on...Justin Clarke Casey2008-04-301-1/+1
* * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares2008-04-302-0/+20
* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-04-252-13/+64
* * Implement full grid mode Trash emptyJustin Clarke Casey2008-04-231-2/+36
* * Implement proper emptying of trashcan on standaloneJustin Clarke Casey2008-04-232-0/+20
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-218-29/+36
* * Implements 'Set Home to Here' Teravus Ovares2008-04-172-3/+13
* moved the Thread.Sleep(500), to the correct side of the ar.AsyncWaitHandle....MW2008-04-161-1/+1
* added a thread.Sleep(500) to OGS1GridServices.CheckRegion() , to try to help ...MW2008-04-161-0/+1
* * Fix a bug in the friends module that causes a friend not to appear online w...Teravus Ovares2008-04-131-0/+1
* * Reduce publicly exposed fields on InventoryCollection, which was causing du...Justin Clarke Casey2008-04-111-2/+8
* * Minor refactoring in OGS1InventoryServiceJustin Clarke Casey2008-04-111-27/+20
* * Eliminate a class of errors where an inventory request could be made before...Justin Clarke Casey2008-04-112-3/+11
* * Minor inventory code cleanup following on from last patchJustin Clarke Casey2008-04-112-9/+0
* * Change inventory async response deliver to deliver all items and folders at...Justin Clarke Casey2008-04-112-44/+41
* * With Grid Comms up in the air.. I decided have the friends module update ...Teravus Ovares2008-04-101-1/+1
* * Minor: get CreateNewUserInventory() to return true on successJustin Clarke Casey2008-04-101-1/+2
* renaming of attributes in UserAgentData for readabilitySean Dague2008-04-101-4/+4
* changing UserAgentData to use properties. This caused moreSean Dague2008-04-101-4/+4
* further renaming of properties for claritySean Dague2008-04-103-15/+15
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-103-36/+36
* more refactoring, this time on InventoryFolderBaseSean Dague2008-04-073-12/+12
* * Set Svn Properties eol-style: |337Teravus Ovares2008-03-311-1/+1
* * Minor: If a user exists but has no inventory in standalone, automatically c...Justin Clarke Casey2008-03-311-35/+20
* This update has good news and bad news, first the bad.Teravus Ovares2008-03-303-24/+38
* * Refactor: Remove unused inventory methods, some of which weren't properly i...Justin Clarke Casey2008-03-293-30/+1
* * Send full inventory folder skeleton to standalone client logins rather than...Justin Clarke Casey2008-03-283-2/+13
* * Refactor: Eliminate RequestUsersRoot() redundant methodJustin Clarke Casey2008-03-281-1/+1
* * Refactor: Rename CreateInventoryData() to GetInventorySkeleton()Justin Clarke Casey2008-03-281-1/+2
* * Remove pointless boolean on AgentInventory.CreateRootFolder()Justin Clarke Casey2008-03-281-1/+1
* * Tweaking master uuid exception to make it clearer what just went wrong (use...Justin Clarke Casey2008-03-261-10/+40
* * Increase timeout for initial simulator login from 16 to 30 secondsJustin Clarke Casey2008-03-261-1/+1
* * More log messages in the region registration process for debug purposes. S...Justin Clarke Casey2008-03-261-2/+13
* * Increase information in simulator_login log messagesJustin Clarke Casey2008-03-261-4/+6
* * Start printing the region simulator_login exception to the logJustin Clarke Casey2008-03-261-1/+1
* * Massaging CAPS setup/teardown log messagesJustin Clarke Casey2008-03-251-1/+5
* * Print out the exception stacks of resolution failures, temporarilyJustin Clarke Casey2008-03-251-1/+1
* * Temporary hack to swallow neighbour contact problems on startup (in respons...Justin Clarke Casey2008-03-251-1/+11
* * Start passing around a region server's http port in RegionInfo.Justin Clarke Casey2008-03-232-2/+30
* * Make master UUID exception a bit more useful by telling us which uuid it wa...Justin Clarke Casey2008-03-221-1/+3
* * Catch the occasional resolution exception that comes out of SceneCommunicat...Justin Clarke Casey2008-03-221-5/+1
* * If a client session requests the same texture more than n times (currently ...Justin Clarke Casey2008-03-211-5/+1