コミット履歴

作者 SHA1 メッセージ 日付
  lbsa71 ca718b6f8d * Introduced common abstract UserDataBase provider 16 年 前
  lbsa71 8c901e9347 * Introduced common abstract AssetDataBase implementing IAssetProvider 16 年 前
  Jeff Ames 9d1b42c39a Comment out unused private methods. 16 年 前
  Jeff Ames 47180080f0 Formatting cleanup. 16 年 前
  Teravus Ovares fe49c96ee0 * Applying Ahzz's profile patch. Thanks Ahzz! 16 年 前
  Jeff Ames 6ed5283bc0 Converted logging to use log4net. 16 年 前
  Teravus Ovares a3851b3812 * Added hooks for logout to all IUserService and all that implement it. 16 年 前
  Sean Dague 333826903c parametrize like clauses for avatar picker 16 年 前
  Adam Frisby b25f9f322c * Mother of all commits: 16 年 前
  Sean Dague 50ece51dbc manually open the db connection. Mono does this automatically, .NET doesn't 16 年 前
  Tedd Hansen 7f071dd193 Log instead of crash (User login, getting friends list) 16 年 前
  Sean Dague 8ebaf7aa41 move Friends list to not use ADO.NET layer, it now hits the sqlite 16 年 前
  Teravus Ovares 49fe4eb3cd * This may be broken.. it hasn't been tested, however I wanted to get the last database changes in before sdauge changes them significantly. 16 年 前
  Teravus Ovares e1aa83e965 * Added a hashtable based HTTP processor in preparation of the web_login_key 16 年 前
  Teravus Ovares b4c9b6bd19 * You can add and remove a friend in standalone now within the same simulator. It saves. 17 年 前
  Teravus Ovares 3180432deb * Added database and UserManagerBase glue for FriendsList management 17 年 前
  Teravus Ovares 57a1132585 * Fixed References in Prebuild so the project compiles 17 年 前
  lbsa71 efd90b56b7 * Optimized usings 17 年 前
  Justin Clarke Casey 30a8e27c40 Convert an sqlite user LLUUID I'd missed 17 年 前
  Justin Clarke Casey f1ebe79824 Fix up other sqlite db interactions to use non-hyphenated uuid 17 年 前
  Jeff Ames 6702b03733 Misc. cleanup: 17 年 前
  Justin Clarke Casey 019d662606 Put out a more comprehensible message when user authentication fails than the current NullReferenceException based one 17 年 前
  Jeff Ames 8d995a5a5d Minor cleanup 17 年 前
  Jeff Ames af6eb67999 saved OpenSim source code from the giant rampaging unterminated copyright notice of doom 17 年 前
  Teravus Ovares b287015028 * Fixed a bug in my 'user already logged in' fix that could cause a null reference exception. 17 年 前
  Teravus Ovares 57e6b51639 * Here's the issue, on log-off, the routine sets up a null useragent member and then tries to save it to the database.. where it was going wrong, is the database had a check to do *nothing* when it got a null useragent. I made it delete the userAgent row. This should be a good enough fix to solve the problem. It still needs to be looked at by a DB guy 17 年 前
  Jeff Ames 6d7ce67db1 fixed duplicate login in standalone mode (mostly untested in grid mode) 17 年 前
  Teravus Ovares 9f6b3e2357 * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, manually trying to add a friend (with the add button) or useful to those who are curious which usernames have visited your standalone sim. Important for future development :D. 17 年 前
  lbsa71 67e12b95ea * Optimized usings 17 年 前
  MW 3d8219f6c7 as per the "Filesystem cleanup for OpenSim repository" mailing list thread. Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. 17 年 前