Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | From: arthursv@linux.vnet.ibm.com | Sean Dague | 2008-11-06 | 1 | -19/+19 |
| | | | | | | | Add more unit tests for user cases Persist more user fields into mysql that already had columns defined but weren't getting passed to the mysql manager. | ||||
* | add some null protection on email | Sean Dague | 2008-11-04 | 1 | -1/+1 |
| | | | | | From: Sean Dague <sdague@gmail.com> | ||||
* | implement email field for MySQL and SQLite | Sean Dague | 2008-11-04 | 1 | -13/+16 |
| | | | | | From: Sean Dague <sdague@gmail.com> | ||||
* | * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 | Justin Clarke Casey | 2008-09-12 | 1 | -3/+6 |
| | | | | | | | | | * This patch aims to introduce look at direction persistence between logins. It won't be active until the second part of the patch is committed in about two weeks time. At this point, region servers that haven't upgraded past this revision may run into problems * This checkin upgrades the user database. As always, we recommend you have backups in case something goes wrong. * Many thanks to tyre for this patch. | ||||
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -67/+67 |
| | | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | ||||
* | Mantis #2099 | Melanie Thielker | 2008-09-03 | 1 | -0/+13 |
| | | | | | | | Thank you, cmickeyb, for a patch that corrects the database connection handling in the multithreaded user server. | ||||
* | * Added new MySQLSuperManager support for the grid servers. | Adam Frisby | 2008-08-30 | 1 | -1/+1 |
| | | | | | * In theory, login and a large number of grid functions should now at least be multithreaded. | ||||
* | Mantis#2027. Thank you kindly, HomerHorwitz for a patch that addresses: | Charles Krinke | 2008-08-24 | 1 | -1/+1 |
| | | | | | | | | Analysis shows that the XMLRPC-request contains an empty string (<string />) for the custom_type parameter, which is deserialized wrongly to a null-value, thus leading to the exception above. The attached patch (against r5967) fixes the symptom and uses "" for customType in that case. | ||||
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-08-19 | 1 | -4/+4 |
| | |||||
* | Attachment persistence!!! Patch #9169 (Mantis #1171) | Melanie Thielker | 2008-08-19 | 1 | -1/+4 |
| | | | | | | Attachments now save to MySQL. No reattach on login yet. | ||||
* | * Properly dispose of the reader after readAttachments() has finished with ↵ | Justin Clarke Casey | 2008-08-18 | 1 | -2/+3 |
| | | | | it in the Mysql User data manager | ||||
* | Avatar Attachment persistence!! Patch #9168 (Mantis #1171) | Melanie Thielker | 2008-08-18 | 1 | -0/+51 |
| | | | | | | | Plumbs in attachment persistence and adds the tables. Currently MySQL only, no user functionality yet. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -9/+9 |
| | |||||
* | Plumb in the partner and the account title fields for profile info. | Melanie Thielker | 2008-08-15 | 1 | -4/+23 |
| | |||||
* | Small fox in the database, god level was being overwritten with the user | Melanie Thielker | 2008-08-15 | 1 | -1/+1 |
| | | | | | | flags value | ||||
* | Adds UserFlags and GodLevel to the user data store and plumbs then in. | Melanie Thielker | 2008-08-14 | 1 | -3/+12 |
| | | | | | | | This will have no effect unless both the UGAI and the region are this revision or later | ||||
* | Mantis #1946 | Melanie Thielker | 2008-08-14 | 1 | -2/+8 |
| | | | | | | | Thank you, HomerHorwitz, for a patch that corrects and improves TP to landmark and home position handling. | ||||
* | Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ↵ | Mike Mazur | 2008-07-18 | 1 | -1/+1 |
| | | | | (issue 1763). | ||||
* | Mantis#1661. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 2008-07-03 | 1 | -36/+77 |
| | | | | | | | patch attached to check for timeouts on mysql connections *before* operations occur that are likely to timeout. if timeout occurs or the connections is down, it is reconnected before the operation fails. | ||||
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 1 | -7/+19 |
| | |||||
* | Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL ↵ | Jeff Ames | 2008-06-26 | 1 | -4/+30 |
| | | | | files. Thanks kerunix_Flan! | ||||
* | this removes use of the mapper for wearables, and I can confirm things | Sean Dague | 2008-05-21 | 1 | -39/+47 |
| | | | | | | | get saved to the database. There are still issues on wearing things after a cleared cache that I'm looking at now. | ||||
* | create some direct sql calls for appearance | Sean Dague | 2008-05-21 | 1 | -0/+109 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -8/+8 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-05-14 | 1 | -1/+1 |
| | |||||
* | * You can haz more spring cleaning. | Adam Frisby | 2008-05-08 | 1 | -8/+2 |
| | | | | | * Eventually this codebase will be clean. >_> | ||||
* | * Align new fields upgrade sql to have the same 'not null' and default ↵ | Justin Clarke Casey | 2008-05-01 | 1 | -1/+1 |
| | | | | | | | | settings as when an inventoryitems table is newly created * Normalize logging titles in database code, though this doesn't yet cover invoking code | ||||
* | in theory, let you pass the mysql connection string into the | Sean Dague | 2008-04-24 | 1 | -2/+14 |
| | | | | | | | | mysql manager class. This could use some testing of inventory and asset services. Once this is prooved out, I'll do it for mssql as well. | ||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -3/+2 |
| | | | | (this took a while to run). | ||||
* | * Make it easier to follow logins on the user server by changing and tidying ↵ | Justin Clarke Casey | 2008-04-15 | 1 | -2/+2 |
| | | | | up log messages | ||||
* | renaming of attributes in UserAgentData for readability | Sean Dague | 2008-04-10 | 1 | -6/+6 |
| | |||||
* | changing UserAgentData to use properties. This caused more | Sean Dague | 2008-04-10 | 1 | -25/+49 |
| | | | | | | | grief than expected, as monodevelop doesn't like to refactor properties of properties. | ||||
* | further renaming of properties for clarity | Sean Dague | 2008-04-10 | 1 | -11/+11 |
| | |||||
* | moved fields to properties for UserDataProfile, which was | Sean Dague | 2008-04-10 | 1 | -26/+37 |
| | | | | | | | actually a little more work than I expected given the copious use of out params. | ||||
* | fix ups to include OpenSim.Framework explicit includes (they | Sean Dague | 2008-04-02 | 1 | -0/+1 |
| | | | | | | | were implicitly included before). Everything builds again. Now off to testing. | ||||
* | attempt to fix up all refernces to new directory structure | Sean Dague | 2008-04-02 | 1 | -1/+1 |
| | |||||
* | whole lot more moving | Sean Dague | 2008-04-02 | 1 | -0/+909 |