aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices/OpenGrid.Framework.Data/UserProfileData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-11* Wiping trunk in prep for SugiliteAdam Frisby1-182/+0
2007-06-19Made a base class from the Grid mode UserServer.UserManager and included ↵MW1-182/+0
that in the OpenSim solution. Included OpenGrid.Framework.Data in the OpenSim solution (and OpenGrid.Framework.Data.DB4O). Changed OpenSim.LocalCommunications.LocalUserServices so that it inherits from the UserManagement Base class. (still not finished implementing the CustomiseResponse() method)
2007-06-08Re-imported OpenGridServices from trunkMW1-0/+182
2007-06-08Deleted OpenGridServices folder as the easiest way to reimport the latest ↵MW1-54/+0
version from trunk
2007-06-05* Finished adding licensing declarations to everything (3/3)Adam Frisby1-4/+5
2007-06-05* Weird didnt commit inventory beforeAdam Frisby1-1/+1
2007-06-01* ZOMG Wtf Comments?Adam Frisby1-29/+156
* OpenGrid.Framework.Data is now well documented
2007-05-24Renamed the new Directories. (removed the "-Source" from the end of them)MW1-0/+0
2007-05-24Some more code refactoring, plus a restructuring of the directories so that ↵MW1-0/+0
the Grid servers can be a separate solution to the region server.
2007-05-20Small fix (2/2)Adam Frisby1-1/+1
2007-05-20* Updated UserAgentData class, adding new properties, modifying existing ↵Adam Frisby1-5/+8
ones datatypes. * Added read-only support for new userserver to MySQL Data Interface. (TODO: Add write capabilities to the Agent table.) * Added new regionMapTextureID support to MySQL Data server. (thanks MorphW!)
2007-05-16Let stuff be broken!Adam Frisby1-0/+1
2007-05-13* Fixed MySQL Grid ManagerAdam Frisby1-0/+2
* Added preliminary support for DB UserServer (incomplete) * Added better handling of defaults to Grid Manager. * Renamed SQL/regions.sql to SQL/mysql-regions.sql.
2007-05-07Merged 0.1-prestable back into trunk :(gareth1-14/+29
2007-05-04Committing OpenGrid.Framework.Data and MySql Adaptor - not in functional ↵Adam Frisby1-0/+33
state yet, posted for reference and future use.