aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/UserManager/LoginResponse.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-24* Started major restructusing of comms to prepare for better grid and region ↵lbsa711-667/+0
functionality * Working towards one shared set of services * Killed off two projects with very little functionality
2007-07-25Start of the OpenSim library , for now only contains a few textures. MW1-2/+30
2007-07-24* Reduced a significant number of compiler warnings (back down to 9 for all ↵Adam Frisby1-2/+2
projects combined, all 'never used' things)
2007-07-23Applied makomk 's patch from issue #219.MW1-9/+7
2007-07-20* Assortment of Console changes - console messages are now grouped into ↵Adam Frisby1-2/+0
modules (eg "client", "grid", "terrain", "storage", etc)
2007-07-16changed to native line ending encodingSean Dague1-643/+643
2007-07-04* re-fixed the utf-16 bug in xmlRpcResponse serializationlbsa711-0/+2
* added LLSDStreamHandler.cs to Caps (Haven't enabled it yet, though) * removed last traces of old rest handling
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-9/+4
* added some licensing info
2007-06-29*Hopefully fixed the empty dialog box error on client when logging in on ↵mingchen1-1/+2
sandbox mode