aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/UserManager/LoginResponse.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Started major restructusing of comms to prepare for better grid and region ↵lbsa712007-09-241-667/+0
| | | | | | | | functionality * Working towards one shared set of services * Killed off two projects with very little functionality
* Start of the OpenSim library , for now only contains a few textures. MW2007-07-251-2/+30
|
* * Reduced a significant number of compiler warnings (back down to 9 for all ↵Adam Frisby2007-07-241-2/+2
| | | | projects combined, all 'never used' things)
* Applied makomk 's patch from issue #219.MW2007-07-231-9/+7
|
* * Assortment of Console changes - console messages are now grouped into ↵Adam Frisby2007-07-201-2/+0
| | | | modules (eg "client", "grid", "terrain", "storage", etc)
* changed to native line ending encodingSean Dague2007-07-161-643/+643
|
* * re-fixed the utf-16 bug in xmlRpcResponse serializationlbsa712007-07-041-0/+2
| | | | | | | * added LLSDStreamHandler.cs to Caps (Haven't enabled it yet, though) * removed last traces of old rest handling
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-9/+4
| | | | | * added some licensing info
* *Hopefully fixed the empty dialog box error on client when logging in on ↵mingchen2007-06-291-1/+2
| | | | sandbox mode
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+645
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.