aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-102-4/+4
| | | | notice of doom
* This patch fixes mantis 105. Basically, it stops the index exception whenSean Dague2007-12-081-7/+27
| | | | | | | | | 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)
* removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames2007-12-062-3/+3
|
* Some refactoring of the RestObjectPoster (and related classes).MW2007-12-052-3/+3
|
* * Avatar picker works in grid mode now.Teravus Ovares2007-12-042-0/+38
| | | | | | * To test, click the communicate button, then click the 'add' button and type a name. You will get a list of closely matching avatar names. * Before this'll work on your sim in grid mode, the UGA needs to be updated. If it isn't updated, then you'll get a message on the sim console when searching like, 'got invalid queryid'.
* * Fixed a whole bunch of console messages.Adam Frisby2007-12-042-10/+10
|
* * Removed 12 compiler warnings.Adam Frisby2007-12-041-1/+1
|
* Some refactoring , mainly on Inventory code. MW2007-12-022-3/+3
|
* On login, if a set of inventory folders doesn't exist for the user then a ↵MW2007-12-011-1/+9
| | | | new set is created in the inventory database. Most likely still better to use some other script to populate the inventory database instead of relaying on this.
* Initial working Grid Inventory server. Only been tested on a very small ↵MW2007-12-012-1/+68
| | | | | | | grid, so likely to have problems on a larger grid with more people? To use , both the user server and Inventory server need to be running this latest revision. (older regions should be able to still be used, just the user won't have inventory on them). Also and HERE IS THE BIG BREAK ISSUE, currently, so that the initial inventory details for a user are added to the inventory db , you need to recreate the accounts using the user server "create user" feature. It should be quite easy to manual populate the inventory database instead but I someone else will need to look into that) Also I've only tested using SQLite as the database provider, there is a Mysql inventory provider but I don't know if it works (SQLite is set as default, so you will need to change it in the inventory server config.xml)
* Added new configuration item to User Server: X and Y of region to send user ↵Brian McBee2007-11-251-61/+124
| | | | to if their logon region is down. Known good region, sort of.
* *Master Avatar can be specified by a previous UUID in either grid mode or ↵mingchen2007-11-031-0/+5
| | | | standalone mode by specifying a master_avatar_uuid attribute in the place of master_avatar_xxxx_name and master_avatar_password.You will not be asked for the name and password if a valid UUID is specified.
* * Optimized usingslbsa712007-10-304-55/+59
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-293-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.
* apply http://bug.opensecondlife.org/view.php?id=512 from chillkenSean Dague2007-10-251-1/+1
| | | | | | which cleans up the verbose logic
* get rid of all the ^M line endingsSean Dague2007-10-191-1/+1
|
* Renamed SimProfileData to RegionProfileDataTleiades Hax2007-10-171-2/+2
|
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+29
|
* * Chillken Patch #417 - upgraded version numbers to 0.4 - thanks Chillken!lbsa712007-10-151-1/+1
|
* Change 3 UserServer login messages from writeline to MainLog to help ↵Charles Krinke2007-10-131-3/+5
| | | | diagnose failed grid logins.
* I broke the build and am reverting until I can get the MainLog call proper.Charles Krinke2007-10-121-7/+7
|
* Turn a few of the writelines into mainlog entries so failed logins can be ↵Charles Krinke2007-10-121-7/+7
| | | | more easily analyzed.
* getting all our line endings consistant againSean Dague2007-10-051-96/+96
|
* * So, ok, maybe renaming serialized fields on a friday wasn't the smartest ↵lbsa712007-10-052-32/+32
| | | | of things. Reverting 2056.
* * UserProfileData meets code conventionslbsa712007-10-052-32/+32
|
* == The "right name and place" commit ==lbsa712007-10-052-81/+82
| | | | | | | | | * 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
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712007-09-272-32/+18
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-272-18/+32
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* * Now login swallows WebException.Timeout; (thanks cfk!)lbsa712007-09-241-3/+18
| | | | | (we should really implement some nearby/default known-up algorithm here)
* * Started major restructusing of comms to prepare for better grid and region ↵lbsa712007-09-241-0/+10
| | | | | | | | functionality * Working towards one shared set of services * Killed off two projects with very little functionality
* * Renamed stuff on UserManagerBase to get implicit implementation of ↵lbsa712007-09-241-2/+2
| | | | IUserServices (instead of stubs)
* fixing me some line endingsSean Dague2007-09-171-80/+80
|
* Can now set the http ports that grid server and user server use. MW2007-09-141-1/+1
|
* mass update of urls in source code to new websiteSean Dague2007-09-102-2/+2
|
* Deleted a few old files that are no longer used.MW2007-08-271-3/+0
| | | | | | Deleted the GridInterfaces projects, and for now moved the old local asset server into Framework.Communications, as we prepare to rewrite the asset cache and asset server. Deleted Framework.manager as I am sure this is no longer in use.
* Sqlite datastore should now save the textures and extraparams data (used by ↵MW2007-08-191-1/+1
| | | | | | | | | | | | | sculpties) correctly. [Really need to add a ExtraParams field to the sqlite database though, but for now I have combined their data so that we don't lose backward compatibility, know a couple of people have been using the datastore already]. Now have a rough day/night cycle (the movement of the sun needs to be made smoother but for now it is better than we had I think). Added dalien's patch (issue 294) for saving and loading prims to a xml file (think he will be modifying these to be import/export functions and maybe writing a xml datastore for backups). Some preliminary work on task inventory (ie object's/prim's inventory). Added place holder data for AvatarProperties (ie a avatar's profile). Should we store this sort of data on the user server or have another server for it (a normal webserver should work). Added a few more method to IClientAPI. Sure there is something I'm forgeting.
* Temporary fix for the region crossing crash, Although we need to start to ↵MW2007-08-151-1/+118
| | | | change and improve how we handle caps.
* oops , guess I should include the new files next time MW2007-08-131-0/+80
|
* Separated Login Service from usermanager, which helps to clean up the code a ↵MW2007-08-132-57/+5
| | | | bit and also should help to integrate the inventory server (when it is wrote/finished).
* Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee2007-08-031-2/+7
| | | | configdir, datadir.
* * More console related changes.Adam Frisby2007-07-241-1/+1
|
* * Reduced a significant number of compiler warnings (back down to 9 for all ↵Adam Frisby2007-07-241-1/+0
| | | | projects combined, all 'never used' things)
* Re-added the ability to set the database provider (dll) in the config file ↵MW2007-07-211-1/+1
| | | | for the userserver and gridserver.
* *Moved XmlConfiguration to its own projectmingchen2007-07-191-2/+2
| | | | | | *Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated
* * Removed yet more compiler warningsAdam Frisby2007-07-191-1/+0
| | | | | * Dropped old ILocalStorage storage engines.
* *New Configuration System, much easier and less buggy compared to the ↵mingchen2007-07-181-38/+2
| | | | | | | | original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)
* * Added "GetHostFromDNS" to Util to replace the various DNS resolution ↵Adam Frisby2007-07-181-1/+1
| | | | methods we use. Favours IPv4 addresses before IPv6 addresses to work around the Vista preference issue.
* * Applying babblefrog's DNS patches from issue #188Adam Frisby2007-07-171-1/+2
|
* changed to native line ending encodingSean Dague2007-07-163-345/+345
|
* * fixed locations both set to y (thanks to babblefro)lbsa712007-07-151-1/+1
|