Commit History

Author SHA1 Message Date
  Justin Clarke Casey 0a47a75b88 * Send full inventory folder skeleton to standalone client logins rather than just the root child folders 16 years ago
  Jeff Ames a0e1be3280 Fixed some comparisons of LLUUIDs to null. 16 years ago
  Jeff Ames 47180080f0 Formatting cleanup. 16 years ago
  Jeff Ames 9f7639fd6d Formatting cleanup. 16 years ago
  Johan Berntsson 040a887b9c Last position will be stored in the DB on logout, and the avatar can continue from the same position in the next login (only with MySQL at the moment) 16 years ago
  Teravus Ovares fe49c96ee0 * Applying Ahzz's profile patch. Thanks Ahzz! 16 years ago
  Justin Clarke Casey 500d259c25 * Do not allow a user to be created if one with the same name already exists 16 years ago
  Teravus Ovares 07d0f558c4 * Fixed nebadon's UserServer crash bug from yesterday. 16 years ago
  Charles Krinke c076eab633 Additional debugging print on LOGOUT if/else in userServer. 16 years ago
  Jeff Ames 6ed5283bc0 Converted logging to use log4net. 16 years ago
  Justin Clarke Casey a1c9349d47 Refactor only: serve stats objects directly through StatsManager singleton 16 years ago
  Justin Clarke Casey beefbb46d2 * Add total logouts (and total logins) to server side user stats 16 years ago
  Charles Krinke a025f527cf Add additional mainlog data to LogOffUser 16 years ago
  Teravus Ovares a3851b3812 * Added hooks for logout to all IUserService and all that implement it. 16 years ago
  Adam Frisby b25f9f322c * Mother of all commits: 16 years ago
  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 years ago
  Teravus Ovares db3edff5d5 * Applying jhurliman's LLSD login enablement patch. 16 years ago
  Teravus Ovares 3180432deb * Added database and UserManagerBase glue for FriendsList management 16 years ago
  lbsa71 efd90b56b7 * Optimized usings 16 years ago
  Justin Clarke Casey 280a5cba8b Prim inventory script saving phase 1. Create necessary CAPS structures for correctly accepting prim inventory script updates. 16 years ago
  Justin Clarke Casey 2061f55007 Reposition 'user profile not found' messages to stop spurious messages caused by other usermanager usage 16 years ago
  Justin Clarke Casey 019d662606 Put out a more comprehensible message when user authentication fails than the current NullReferenceException based one 16 years ago
  Jeff Ames 8d995a5a5d Minor cleanup 16 years ago
  Jeff Ames af6eb67999 saved OpenSim source code from the giant rampaging unterminated copyright notice of doom 16 years ago
  Adam Frisby 01db4cd71d * More console message fixes 16 years ago
  MW 5df851761a Initial working Grid Inventory server. Only been tested on a very small grid, so likely to have problems on a larger grid with more people? 16 years ago
  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 16 years ago
  Jeff Ames 6d7ce67db1 fixed duplicate login in standalone mode (mostly untested in grid mode) 16 years ago
  Adam Frisby 0951f895ef * Removed references to "new LLUUID()", replaced with LLUUID.Zero. 16 years ago
  lbsa71 ce3a87daa5 * Changed namespace 16 years ago