| Commit message (Expand) | Author | Files | Lines |
2008-11-01 | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 1 | -1/+23 |
2008-10-17 | * reverse part of a change that accidentally crept in with the last revision | Justin Clarke Casey | 1 | -0/+4 |
2008-10-17 | * Apply a modified version of http://opensimulator.org/mantis/view.php?id=2290 | Justin Clarke Casey | 1 | -5/+15 |
2008-09-30 | * Replacing Net.HttpListener with HttpServer. | Teravus Ovares | 1 | -3/+6 |
2008-09-25 | * In Standalone, add a persistant account for the OGP user. | Teravus Ovares | 1 | -2/+7 |
2008-09-15 | * refactor: collapse UpdateUserProfileProperties() into existing UpdateUserPr... | Justin Clarke Casey | 1 | -23/+0 |
2008-09-15 | * refactor: Break out IUserServiceAdmin out of IUserService since admin metho... | Justin Clarke Casey | 1 | -1/+1 |
2008-09-15 | * Add "reset user password" command to standalone region console | Justin Clarke Casey | 1 | -2/+27 |
2008-09-12 | * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 | Justin Clarke Casey | 1 | -100/+96 |
2008-09-06 | Mantis #2133 | Melanie Thielker | 1 | -1/+1 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -34/+34 |
2008-08-25 | * This commit incorporates the heart of the OpenGridProtocol patch that is cu... | Teravus Ovares | 1 | -0/+5 |
2008-08-23 | Mantis#2032. Thank you kindly, Tyre for a patch that: | Charles Krinke | 1 | -0/+8 |
2008-08-19 | Attachment persistence (Mantis #1711) | Melanie Thielker | 1 | -46/+7 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-08-09 | * minor: remove unused grid send/receive keys from user server configuration | Justin Clarke Casey | 1 | -1/+0 |
2008-07-31 | Apply updated patch from issue 1871. Thanks sempuki. | Mike Mazur | 1 | -25/+25 |
2008-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 1 | -94/+75 |
2008-07-04 | Renaming UserManagerBase.SetUserProfile(UserProfileData) to | Dr Scofield | 1 | -5/+6 |
2008-07-04 | mini-warnings-safari, plus cleanup of IUserServices method naming. | Dr Scofield | 1 | -50/+52 |
2008-06-28 | Mantis#1626. Thank you kindly, Melanie for a patch that: | Charles Krinke | 1 | -2/+2 |
2008-06-01 | * Committing more unfinished stuff. Nothing significant at the moment. IM ... | Teravus Ovares | 1 | -0/+13 |
2008-05-31 | * Implements UserServer logoff in a few situations | Teravus Ovares | 1 | -0/+15 |
2008-05-19 | i can haz pantz? | Sean Dague | 1 | -1/+1 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -13/+13 |
2008-05-15 | remove my UserAppearance object, switch all code to use | Sean Dague | 1 | -3/+3 |
2008-05-02 | plumb in connection string to the user database paths. mysql and mssql | Sean Dague | 1 | -4/+4 |
2008-05-02 | minor refactoring. Change getName and GetVersion methods (yes the had differ... | Sean Dague | 1 | -1/+1 |
2008-05-01 | create pass through of UserManagerBase to plugin calls | Sean Dague | 1 | -4/+55 |
2008-05-01 | added in IUserService functions. These don't do anything yet, | Sean Dague | 1 | -0/+28 |
2008-05-01 | * Cleaned namespaces of entire solution. OpenSim directories now correspond w... | Adam Frisby | 1 | -5/+5 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -3/+3 |
2008-04-10 | renaming of attributes in UserAgentData for readability | Sean Dague | 1 | -17/+17 |
2008-04-10 | changing UserAgentData to use properties. This caused more | Sean Dague | 1 | -31/+31 |
2008-04-10 | further renaming of properties for clarity | Sean Dague | 1 | -9/+9 |
2008-04-10 | moved fields to properties for UserDataProfile, which was | Sean Dague | 1 | -36/+36 |
2008-03-28 | * Send full inventory folder skeleton to standalone client logins rather than... | Justin Clarke Casey | 1 | -1/+2 |
2008-03-19 | Fixed some comparisons of LLUUIDs to null. | Jeff Ames | 1 | -4/+2 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -7/+5 |
2008-03-18 | Last position will be stored in the DB on logout, and the avatar can continue... | Johan Berntsson | 1 | -8/+49 |
2008-03-03 | * Applying Ahzz's profile patch. Thanks Ahzz! | Teravus Ovares | 1 | -5/+26 |
2008-02-18 | * Do not allow a user to be created if one with the same name already exists | Justin Clarke Casey | 1 | -27/+18 |
2008-02-09 | * Fixed nebadon's UserServer crash bug from yesterday. | Teravus Ovares | 1 | -3/+9 |
2008-02-07 | Additional debugging print on LOGOUT if/else in userServer. | Charles Krinke | 1 | -2/+1 |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -29/+20 |
2008-02-04 | Refactor only: serve stats objects directly through StatsManager singleton | Justin Clarke Casey | 1 | -13/+2 |
2008-01-28 | * Add total logouts (and total logins) to server side user stats | Justin Clarke Casey | 1 | -0/+26 |
2008-01-21 | Add additional mainlog data to LogOffUser | Charles Krinke | 1 | -1/+2 |
2008-01-20 | * Added hooks for logout to all IUserService and all that implement it. | Teravus Ovares | 1 | -0/+37 |