aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local (follow)
Commit message (Expand)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-05-141-2/+2
* * 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-011-1/+5
* * Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey2008-05-011-35/+0
* * Cleaned namespaces of entire solution. OpenSim directories now correspond w...Adam Frisby2008-05-012-2/+1
* * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares2008-04-301-0/+5
* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2008-04-252-13/+64
* * 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-14/+14
* * Eliminate a class of errors where an inventory request could be made before...Justin Clarke Casey2008-04-111-2/+9
* * Minor inventory code cleanup following on from last patchJustin Clarke Casey2008-04-111-2/+0
* * Change inventory async response deliver to deliver all items and folders at...Justin Clarke Casey2008-04-111-30/+15
* 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-102-3/+3
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-102-16/+16
* more refactoring, this time on InventoryFolderBaseSean Dague2008-04-072-10/+10
* * 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-301-4/+10
* * Refactor: Remove unused inventory methods, some of which weren't properly i...Justin Clarke Casey2008-03-292-20/+1
* * Send full inventory folder skeleton to standalone client logins rather than...Justin Clarke Casey2008-03-282-2/+5
* * 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
* * Massaging CAPS setup/teardown log messagesJustin Clarke Casey2008-03-251-1/+5
* * Start passing around a region server's http port in RegionInfo.Justin Clarke Casey2008-03-231-0/+4
* Another poxy patch which consists mainly of logging changes (some already com...Justin Clarke Casey2008-03-201-1/+2
* Formatting cleanup. Minor refactoring.Jeff Ames2008-03-182-8/+8
* * Added the ability to type the partial name of a region in the start locatio...Teravus Ovares2008-03-182-0/+8
* Formatting cleanup.Jeff Ames2008-03-186-160/+156
* Formatting cleanup.Jeff Ames2008-03-181-1/+0
* Building on Joha's update...Teravus Ovares2008-03-181-2/+16
* * Make it more obvious if local user services are being usedJustin Clarke Casey2008-03-171-3/+2
* Make Local back end services warn/error messages explicitly say they are from...Justin Clarke Casey2008-03-071-3/+3
* Change handler001 through handler009 to moreCharles Krinke2008-03-021-4/+4
* * Converted the last of the events to the private delegate instance method to...Teravus Ovares2008-02-221-2/+5
* Minor cleanup.Jeff Ames2008-02-203-3/+3
* Some changes to remove some of the direct calls to CommsManager from Scene, s...MW2008-02-161-1/+1
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-2/+2
* Added a small but maybe important clue that UserServer is not running.Tedd Hansen2008-02-141-1/+1
* Added a method to access a named folder in a users inventory, to the inventor...MW2008-02-131-0/+17
* Documenting and minor tweaksJustin Clarke Casey2008-02-111-0/+4
* Converted logging to use log4net.Jeff Ames2008-02-052-15/+20
* some small changes, like adding a couple of extra methods to IInventoryServic...MW2008-02-051-0/+14
* Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey2008-02-042-5/+4
* * Add total logouts (and total logins) to server side user statsJustin Clarke Casey2008-01-281-1/+11
* * Add very basic initial login stats to the user serverJustin Clarke Casey2008-01-251-4/+6
* * Shutting down child agents properly in neighbor regions.Teravus Ovares2008-01-211-8/+17
* Graceful failure of teleport to unavailable regions might actually work now.Brian McBee2008-01-201-0/+12
* * Mother of all commits:Adam Frisby2008-01-153-4/+32