コミット履歴

作者 SHA1 メッセージ 日付
  Melanie 81d5a4b6d8 Remove "login disable", "login enable" and "login status" commands. 15 年 前
  Justin Clark-Casey (justincc) 2f092d271e Rename test services to mock services, since this is a more accurate description 15 年 前
  Jeff Ames ee205e7e81 Formatting cleanup. 15 年 前
  Teravus Ovares (Dan Olivares) 6f077d5e5f * Another attempt at fixing the random spurious test error. 15 年 前
  Diva Canto b03eeeb9f6 * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set. 15 年 前
  Diva Canto d519f1885f Added MoveItems, which is most useful upon viewer-delete inventory operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently). 15 年 前
  Diva Canto c5af39239f A better purge of trash folder. 15 年 前
  Diva Canto 034c9cf606 Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. 15 年 前
  Diva Canto 5246dc33dc Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting to get on my nerves. 15 年 前
  Diva Canto dc897b2288 Merged with origin, and resolved one conflict in LoginServiceTests.cs 15 年 前
  Arthur Valadares 18aa2ea0c5 * Improves SceneSetupHelper to allow the tester to choose a real or mock, inventory and asset, service modules. The boolean startServices was replaced with realServices string. If the string contains the word asset, it will start a real asset module, if it contains inventory, it starts a real inventory. Otherwise, it use mock (NullPlugin-like) objects, for tests that don't really need functionality. 15 年 前
  Diva Canto cdcbc48534 Added two new methods to IIventoryService -- GetFolderForType and GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet. 15 年 前
  Diva Canto 0c47f8e7ab Changed RequestRootFolder to GetRootFolder 15 年 前
  Justin Clark-Casey 190bdc8a2e * Remove some mono compiler warnings 15 年 前
  diva 2afd733229 Fixes mantis #3803. Thanks jhurliman. 15 年 前
  diva 156604e28e InterServiceInventoryService references *almost* completely removed from the simulator. Only a couple left, not important. Also updated the login tests -- Justin, this time I was able to fix this by myself :) 15 年 前
  Arthur Valadares eb330f71be * Making silent logoff of old hung sessions for new connections default for 15 年 前
  Jeff Ames 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 年 前
  Adam Frisby 70f6a2852e * Fixes [irritating] edge case in Util.GetLocalHost which could return an IPv6 address if no non-loopback IPv4 address can be found. 15 年 前
  Adam Frisby 31baeef469 * Pipes requestors IP address through all XmlRpcRequest delegates. This is needed to be able to 'NAT-wrap' the login sequence. 15 年 前
  Sean Dague ce0a84cbc0 instrument most of the tests with a new InMethod function that may help us figure 15 年 前
  Dr Scofield e0a06f6416 - moving banned check and public/private check to 15 年 前
  Justin Clarke Casey 0d51c22620 * Allow interested user data plugins to store temporary user profiles 15 年 前
  Justin Clarke Casey ef9d140022 * Add user data plugin to store temporary profiles (which are distinct from cached) 15 年 前
  Homer Horwitz 2a321746fd Fix a test-breakage introduced in r9144 15 年 前
  diva f7eac63e01 Another bit of refactoring to try to make sense of OpenSim.Framework.Communications. Everything that looks like a service, with service handlers, moved to .Services -- i.e. LoginService and Response, and GridInfoService. The rest of the changes were to adapt to the new locations of those files. 15 年 前
  Sean Dague a2ff2e9000 * Added TXXX in front of unit tests to make sure they are running in the correct order. Although it might not make a difference here, this pattern should be followed to avoid further issues. 15 年 前
  Mike Mazur 5bee29e036 Refactor login test class. 15 年 前
  Mike Mazur 66120f5a40 Fix tests broken in r8732. 15 年 前
  MW 84d6b02475 Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved it from OpenSim.Client.Linden to OpenSim.Framework. 15 年 前