aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* * If a region running in grid mode fails to login to the grid service, startu...Justin Clarke Casey2008-05-121-12/+13
* * Refactor: Remove redundant userID from further up the inventory request chainJustin Clarke Casey2008-05-011-20/+5
* * Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey2008-05-011-26/+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-011-0/+1
* * 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-301-0/+15
* * Implement full grid mode Trash emptyJustin Clarke Casey2008-04-231-2/+36
* * Implement proper emptying of trashcan on standaloneJustin Clarke Casey2008-04-231-0/+10
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-214-15/+22
* * 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-111-1/+2
* * Minor inventory code cleanup following on from last patchJustin Clarke Casey2008-04-111-7/+0
* * Change inventory async response deliver to deliver all items and folders at...Justin Clarke Casey2008-04-111-14/+26
* * 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
* further renaming of properties for claritySean Dague2008-04-101-12/+12
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-101-20/+20
* more refactoring, this time on InventoryFolderBaseSean Dague2008-04-071-2/+2
* * Set Svn Properties eol-style: |337Teravus Ovares2008-03-311-1/+1
* This update has good news and bad news, first the bad.Teravus Ovares2008-03-302-20/+28
* * Refactor: Remove unused inventory methods, some of which weren't properly i...Justin Clarke Casey2008-03-291-10/+0
* * Send full inventory folder skeleton to standalone client logins rather than...Justin Clarke Casey2008-03-281-0/+8
* * 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
* * 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-231-2/+26
* * 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
* * Stop grid inventory network failures crashing the client sessionJustin Clarke Casey2008-03-181-13/+46
* Formatting cleanup.Jeff Ames2008-03-181-21/+21
* Formatting cleanup. Minor refactoring.Jeff Ames2008-03-181-103/+87
* * Added the ability to type the partial name of a region in the start locatio...Teravus Ovares2008-03-181-0/+53
* Formatting cleanup.Jeff Ames2008-03-186-161/+155
* * More almost completely unproductive log message fiddlingJustin Clarke Casey2008-03-171-2/+2
* Replaced some Console.WriteLine calls with writes to log.Jeff Ames2008-03-171-8/+8
* * Remove uninformative exception traces from remoting errorsJustin Clarke Casey2008-03-171-79/+77
* * Since remoting exceptions occur quite often in some cases (e.g. when a neig...Justin Clarke Casey2008-03-121-31/+65
* Merged 3Di code that provides scene and avatar serialization, and plugin supp...Johan Berntsson2008-03-041-2/+26