aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Log instead of crash (User login, getting friends list)Tedd Hansen2008-01-111-9/+17
|
* Switch prim items type representation to use int rather than strings.Justin Clarke Casey2008-01-111-4/+4
|
* move Friends list to not use ADO.NET layer, it now hits the sqliteSean Dague2008-01-101-96/+43
| | | | | | db directly when needed
* add sqlite database definitions as Resources for SQLite.dllSean Dague2008-01-104-0/+197
|
* * This may be broken.. it hasn't been tested, however I wanted to get the ↵Teravus Ovares2008-01-091-0/+24
| | | | last database changes in before sdauge changes them significantly.
* moving Region store for SQLite into the OpenSim.Framework.Data.SQLiteSean Dague2008-01-091-0/+1760
| | | | | | | | namespace to mirror what is done with MySQL. This will require a configuration change for people using SQLite for prims which is given as an example in OpenSim.ini.example
* * Added a hashtable based HTTP processor in preparation of the web_login_keyTeravus Ovares2008-01-091-0/+21
| | | | | | | | * Added the web_login_key to the users table * Added happy configurable http error message pages * This update is large enough to have 'awe' value.. so backup your users or weep. * Not tested on MSSQL, even though I added code to update the tables!
* * You can add and remove a friend in standalone now within the same ↵Teravus Ovares2008-01-011-8/+36
| | | | | | | | simulator. It saves. * You can add and remove a friend in grid mode now within the same simulator. It doesn't save yet. * I got rid of Mr. OpenSim as a friend.. he bothers me /:b...
* * Added database and UserManagerBase glue for FriendsList managementTeravus Ovares2007-12-312-6/+191
| | | | | * Don't forget to run prebuild
* * Fixed References in Prebuild so the project compilesTeravus Ovares2007-12-301-0/+25
| | | | | | * Added Friends List methods to IUserData interface * Created Stub friendslist Database Methods
* * Optimized usingslbsa712007-12-276-30/+31
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* Log message tweakingJustin Clarke Casey2007-12-241-5/+5
|
* Revert a couple of UUIDs back to hyphenated since we actually sometimes ↵Justin Clarke Casey2007-12-201-2/+2
| | | | store as hyphenated, sometimes not...
* Convert an sqlite user LLUUID I'd missedJustin Clarke Casey2007-12-201-1/+1
|
* Convert some inventory ids I managed to missJustin Clarke Casey2007-12-201-5/+5
|
* Fix up other sqlite db interactions to use non-hyphenated uuidJustin Clarke Casey2007-12-203-13/+13
| | | | | | | | | | Inventory contents retrieval and persistent region storage standalone now appear to work as well as they did before :) This patch will not fix grid problems. May be bugs present due to conversions I didn't spot. I personally probably don't have any more time for this today. I'm also not entirely convinced this is the right way forward so this might be a handy pause for thought. I'll also be delighted if I wake up tommorrow and everything is fine again.
* Establish Util.ToRawUuidString to get LLUUIDs in unhyphenated formJustin Clarke Casey2007-12-201-24/+24
| | | | | | | | Apply method to UUID crud in SqliteInventoryStore as an initial test This appears now to successfully recover inventory upon login This will almost certainly only work on standalone
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames2007-12-201-2/+2
| | | | Works with LibSL rev>1532
* Misc. cleanup:Jeff Ames2007-12-191-1/+1
| | | | | | | * added Util.Clip(value, min, max) * modified asset cache's numPackets calculation to use max packet size (600) instead of 1000 * removed a few magic numbers
* Put out a more comprehensible message when user authentication fails than ↵Justin Clarke Casey2007-12-151-21/+2
| | | | the current NullReferenceException based one
* Grid Inventory feature upgrade: renaming folders should now be correct, ↵Brian McBee2007-12-151-0/+32
| | | | | | | | subfolders work, moving folders works. Tested only in MYSQL, but may work in MSSQL and sqlite. Probably not working in standalone mode.
* Minor cleanupJeff Ames2007-12-132-18/+13
|
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-105-10/+10
| | | | notice of doom
* From Justin Casey (IBM)Sean Dague2007-12-091-1/+1
| | | | | | | | | | | | This corrects an off by one mistake in my previous patch - with this patch the user root inventory folder should once again be correctly returned under sqlite. This was done correctly for mysql and mssql, my only (feeble) defence is that with sqlite the code was a little different and I was eliminating clauses rather than slightly modifying them.
* This patch fixes mantis 105. Basically, it stops the index exception whenSean Dague2007-12-081-19/+8
| | | | | | | | | no root folder is found and it makes the user server wait longer for the inventory server to do its work. From Justin Casey (IBM)
* * Fixed a bug in my 'user already logged in' fix that could cause a null ↵Teravus Ovares2007-11-301-2/+4
| | | | reference exception.
* * Here's the issue, on log-off, the routine sets up a null useragent member ↵Teravus Ovares2007-11-301-1/+21
| | | | 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
* fixed duplicate login in standalone mode (mostly untested in grid mode)Jeff Ames2007-11-291-3/+3
|
* * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, ↵Teravus Ovares2007-11-132-1/+63
| | | | | | | manually trying to add a friend (with the add button) or useful to those who are curious which usernames have visited your standalone sim. Important for future development :D. * Grid mode always returns 0 results until the Grid Communications portion is done.
* * Optimized usingslbsa712007-10-307-384/+458
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-294-7/+7
| | | | | | | Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
* * Removed plenty more untagged console messages. Everything now has shiny ↵Adam Frisby2007-10-221-1/+1
| | | | groups. :)
* * Some asset loading refactoringlbsa712007-10-171-9/+12
|
* Renamed SimProfileData to RegionProfileDataTleiades Hax2007-10-172-10/+10
|
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+29
|
* Asset server implementation. Again one of these "plumbing" releases, where ↵Tleiades Hax2007-10-131-1/+22
| | | | | | | no real functionality has been introduced, but ground work has been made, enabling the asset server, and preparing the sim server to query the asset server. Introduced an "IPlugin" interface, which plugins can inherit from.
* Applied patch 485, inventory patch from tleiades (thanks again).MW2007-10-082-4/+27
|
* Applied Patch 473, Inventory Patch from Tleiades (many thanks).MW2007-10-061-14/+74
|
* * So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa712007-10-051-51/+51
| | | | of things. Reverting 2056.
* * UserProfileData meets code conventionslbsa712007-10-051-51/+51
|
* == The "right name and place" commit ==lbsa712007-10-051-0/+1
| | | | | | | | | * Moved InventoryData to Framework.Types/InventoryItemBase.cs * Moved UserData to Framework.Interfaces/IUserData.cs * Moved UserProfileData to Framework/Types/UserProfileData.cs * Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round) * Changed some namespaces to reflect file structure
* * Moved setup of LocalInventoryService and LocalUserServices to the app layerlbsa712007-10-021-7/+1
| | | | | | | * Killed off 'parent' relation from LocalUserServices to CommunicationsLocal * Deleted obsolete project InventoryServiceBase * Deleted superfluous createCol function
* revert working getInventoryFolder function because this seemsSean Dague2007-10-011-6/+13
| | | | | | to break multi region environments.
* negative code checkin. All these functions are in the baseSean Dague2007-09-281-162/+1
| | | | | | class which we get for free now.
* implement getInventoryItem and getInventoryFolder (notSean Dague2007-09-281-5/+15
| | | | | | sure why these weren't implemented previously)
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712007-09-271-37/+34
| | | | Tleiades patch 444 and 445.
* oops, I broke the build. Fixed nowSean Dague2007-09-271-3/+3
|
* implement something in sqlite inventory that wasn't beforeSean Dague2007-09-271-3/+7
| | | | | | not sure how we missed this function
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-31/+30
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* * Renamed methods on IUserDatalbsa712007-09-241-17/+17
|