| Commit message (Expand) | Author | Files | Lines |
2009-05-12 | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 1 | -2/+4 |
2009-03-27 | * This updates LibOMV to the current release 0.6.0 on March 19 2009 | Teravus Ovares | 1 | -1/+1 |
2009-02-22 | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 1 | -2/+0 |
2009-02-12 | * optimized usings. | lbsa71 | 1 | -4/+4 |
2009-01-07 | * Apply http://opensimulator.org/mantis/view.php?id=2948 | Justin Clarke Casey | 1 | -37/+37 |
2008-11-06 | From: arthursv@linux.vnet.ibm.com | Sean Dague | 1 | -19/+19 |
2008-11-04 | add some null protection on email | Sean Dague | 1 | -1/+1 |
2008-11-04 | implement email field for MySQL and SQLite | Sean Dague | 1 | -13/+16 |
2008-09-12 | * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 | Justin Clarke Casey | 1 | -3/+6 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -67/+67 |
2008-09-03 | Mantis #2099 | Melanie Thielker | 1 | -0/+13 |
2008-08-30 | * Added new MySQLSuperManager support for the grid servers. | Adam Frisby | 1 | -1/+1 |
2008-08-24 | Mantis#2027. Thank you kindly, HomerHorwitz for a patch that addresses: | Charles Krinke | 1 | -1/+1 |
2008-08-19 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -4/+4 |
2008-08-19 | Attachment persistence!!! Patch #9169 (Mantis #1171) | Melanie Thielker | 1 | -1/+4 |
2008-08-18 | * Properly dispose of the reader after readAttachments() has finished with it... | Justin Clarke Casey | 1 | -2/+3 |
2008-08-18 | Avatar Attachment persistence!! Patch #9168 (Mantis #1171) | Melanie Thielker | 1 | -0/+51 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -9/+9 |
2008-08-15 | Plumb in the partner and the account title fields for profile info. | Melanie Thielker | 1 | -4/+23 |
2008-08-15 | Small fox in the database, god level was being overwritten with the user | Melanie Thielker | 1 | -1/+1 |
2008-08-14 | Adds UserFlags and GodLevel to the user data store and plumbs then in. | Melanie Thielker | 1 | -3/+12 |
2008-08-14 | Mantis #1946 | Melanie Thielker | 1 | -2/+8 |
2008-07-18 | Thanks, sempuki, for a patch that moves all grid plugins to new PluginLoader ... | Mike Mazur | 1 | -1/+1 |
2008-07-03 | Mantis#1661. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 1 | -36/+77 |
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -7/+19 |
2008-06-26 | Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL f... | Jeff Ames | 1 | -4/+30 |
2008-05-21 | this removes use of the mapper for wearables, and I can confirm things | Sean Dague | 1 | -39/+47 |
2008-05-21 | create some direct sql calls for appearance | Sean Dague | 1 | -0/+109 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -8/+8 |
2008-05-14 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-05-08 | * You can haz more spring cleaning. | Adam Frisby | 1 | -8/+2 |
2008-05-01 | * Align new fields upgrade sql to have the same 'not null' and default settin... | Justin Clarke Casey | 1 | -1/+1 |
2008-04-24 | in theory, let you pass the mysql connection string into the | Sean Dague | 1 | -2/+14 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -3/+2 |
2008-04-15 | * Make it easier to follow logins on the user server by changing and tidying ... | Justin Clarke Casey | 1 | -2/+2 |
2008-04-10 | renaming of attributes in UserAgentData for readability | Sean Dague | 1 | -6/+6 |
2008-04-10 | changing UserAgentData to use properties. This caused more | Sean Dague | 1 | -25/+49 |
2008-04-10 | further renaming of properties for clarity | Sean Dague | 1 | -11/+11 |
2008-04-10 | moved fields to properties for UserDataProfile, which was | Sean Dague | 1 | -26/+37 |
2008-04-02 | fix ups to include OpenSim.Framework explicit includes (they | Sean Dague | 1 | -0/+1 |
2008-04-02 | attempt to fix up all refernces to new directory structure | Sean Dague | 1 | -1/+1 |
2008-04-02 | whole lot more moving | Sean Dague | 1 | -0/+0 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -16/+15 |
2008-03-18 | Last position will be stored in the DB on logout, and the avatar can continue... | Johan Berntsson | 1 | -2/+50 |
2008-03-04 | Merged 3Di code that provides scene and avatar serialization, and plugin supp... | Johan Berntsson | 1 | -2/+40 |
2008-03-03 | * Applying Ahzz's profile patch. Thanks Ahzz! | Teravus Ovares | 1 | -4/+109 |
2008-03-02 | Thank you very much, Ahzzmandius for: | Charles Krinke | 1 | -44/+26 |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -29/+19 |
2008-02-13 | * Introduced customizable table names on MySQL and MSSQL UserData plug-ins. | lbsa71 | 1 | -0/+2 |