aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-14Formatting cleanup.Jeff Ames1-2/+2
2008-05-07* Fix minor local inventory service log typoJustin Clarke Casey1-1/+1
2008-05-01* Refactor: Remove redundant userID from further up the inventory request chainJustin Clarke Casey1-1/+5
2008-05-01* Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey1-35/+0
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond w...Adam Frisby2-2/+1
2008-04-30* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares1-0/+5
2008-04-25From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey2-13/+64
2008-04-23* Implement proper emptying of trashcan on standaloneJustin Clarke Casey1-0/+10
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby4-14/+14
2008-04-11* Eliminate a class of errors where an inventory request could be made before...Justin Clarke Casey1-2/+9
2008-04-11* Minor inventory code cleanup following on from last patchJustin Clarke Casey1-2/+0
2008-04-11* Change inventory async response deliver to deliver all items and folders at...Justin Clarke Casey1-30/+15
2008-04-10renaming of attributes in UserAgentData for readabilitySean Dague1-4/+4
2008-04-10changing UserAgentData to use properties. This caused moreSean Dague1-4/+4
2008-04-10further renaming of properties for claritySean Dague2-3/+3
2008-04-10moved fields to properties for UserDataProfile, which wasSean Dague2-16/+16
2008-04-07more refactoring, this time on InventoryFolderBaseSean Dague2-10/+10
2008-03-31* Minor: If a user exists but has no inventory in standalone, automatically c...Justin Clarke Casey1-35/+20
2008-03-30This update has good news and bad news, first the bad.Teravus Ovares1-4/+10
2008-03-29* Refactor: Remove unused inventory methods, some of which weren't properly i...Justin Clarke Casey2-20/+1
2008-03-28* Send full inventory folder skeleton to standalone client logins rather than...Justin Clarke Casey2-2/+5
2008-03-28* Refactor: Eliminate RequestUsersRoot() redundant methodJustin Clarke Casey1-1/+1
2008-03-28* Refactor: Rename CreateInventoryData() to GetInventorySkeleton()Justin Clarke Casey1-1/+2
2008-03-28* Remove pointless boolean on AgentInventory.CreateRootFolder()Justin Clarke Casey1-1/+1
2008-03-25* Massaging CAPS setup/teardown log messagesJustin Clarke Casey1-1/+5
2008-03-23* Start passing around a region server's http port in RegionInfo.Justin Clarke Casey1-0/+4
2008-03-20Another poxy patch which consists mainly of logging changes (some already com...Justin Clarke Casey1-1/+2
2008-03-18Formatting cleanup. Minor refactoring.Jeff Ames2-8/+8
2008-03-18* Added the ability to type the partial name of a region in the start locatio...Teravus Ovares2-0/+8
2008-03-18Formatting cleanup.Jeff Ames6-160/+156
2008-03-18Formatting cleanup.Jeff Ames1-1/+0
2008-03-18Building on Joha's update...Teravus Ovares1-2/+16
2008-03-17* Make it more obvious if local user services are being usedJustin Clarke Casey1-3/+2
2008-03-07Make Local back end services warn/error messages explicitly say they are from...Justin Clarke Casey1-3/+3
2008-03-02Change handler001 through handler009 to moreCharles Krinke1-4/+4
2008-02-22* Converted the last of the events to the private delegate instance method to...Teravus Ovares1-2/+5
2008-02-20Minor cleanup.Jeff Ames3-3/+3
2008-02-16Some changes to remove some of the direct calls to CommsManager from Scene, s...MW1-1/+1
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby1-2/+2
2008-02-14Added a small but maybe important clue that UserServer is not running.Tedd Hansen1-1/+1
2008-02-13Added a method to access a named folder in a users inventory, to the inventor...MW1-0/+17
2008-02-11Documenting and minor tweaksJustin Clarke Casey1-0/+4
2008-02-05Converted logging to use log4net.Jeff Ames2-15/+20
2008-02-05some small changes, like adding a couple of extra methods to IInventoryServic...MW1-0/+14
2008-02-04Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey2-5/+4
2008-01-28* Add total logouts (and total logins) to server side user statsJustin Clarke Casey1-1/+11
2008-01-25* Add very basic initial login stats to the user serverJustin Clarke Casey1-4/+6
2008-01-21* Shutting down child agents properly in neighbor regions.Teravus Ovares1-8/+17
2008-01-20Graceful failure of teleport to unavailable regions might actually work now.Brian McBee1-0/+12
2008-01-15* Mother of all commits:Adam Frisby3-4/+32