| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | remove long unused OpenSim/Framework/Configuration/* projects | Justin Clark-Casey (justincc) | 2010-07-30 | 1 | -52/+0 |
|/ |
|
* | Comment and remove JScript support. Mono 2.7Dev and 2.8 no longer include the | Melanie | 2010-06-01 | 1 | -7/+0 |
* | Prebuild: removed DB-specific test projects, added refs to Data.Tests | AlexRa | 2010-05-23 | 1 | -70/+7 |
* | Prebuild: added *.migrations as resources to MSSQL, SQLiteLegacy (just in case) | AlexRa | 2010-05-19 | 1 | -0/+2 |
* | Revert a revert? Am i mad? Don't answer that....! | Melanie | 2010-05-18 | 1 | -0/+2 |
* | Revert "Looks like the new files were never added to prebuild.xml" | Melanie | 2010-05-18 | 1 | -2/+0 |
* | Looks like the new files were never added to prebuild.xml | Melanie | 2010-05-18 | 1 | -0/+2 |
* | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-04-30 | 1 | -0/+1 |
|\ |
|
| * | Uncommenting SQLiteNG project again. I found a Mono.Data.Sqlite.dll that make... | Diva Canto | 2010-04-26 | 1 | -2/+1 |
| * | * Commenting SQLiteNG out of prebuild.xml, because it's making compile fail i... | Diva Canto | 2010-04-26 | 1 | -1/+3 |
* | | rename SQLiteNG to SQLite and SQLite to SQLiteLegacy | Justin Clark-Casey (justincc) | 2010-04-30 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-04-23 | 1 | -1/+1 |
|\ |
|
| * | Renamed OpenSim.Server.exe to Robust.exe and corresponding .ini's and config. | Diva Canto | 2010-04-22 | 1 | -1/+1 |
* | | Change SQLiteNG to work with mono 2.6 and above using the Mono.Data.Sqlite.dll | Justin Clark-Casey (justincc) | 2010-04-23 | 1 | -2/+1 |
* | | Duplicate OpenSim.Data.SQLite into OpenSim.Data.SQLiteNG. SQLiteNG will shor... | Justin Clark-Casey (justincc) | 2010-04-23 | 1 | -0/+37 |
|/ |
|
* | Adding the SimianGrid connectors | John Hurliman | 2010-03-11 | 1 | -0/+2 |
* | Replaced BclExtras.dll with a newer version compiled for .NET 3.5. This solve... | Diva Canto | 2010-03-04 | 1 | -2/+2 |
* | * Added three new helper utility files to OpenSim.Framework. MultipartForm is... | John Hurliman | 2010-03-03 | 1 | -0/+1 |
* | Fixed prebuild errors that have emerged with the merge | Diva Canto | 2010-03-03 | 1 | -44/+0 |
* | Merge branch 'master' into presence-refactor | Melanie | 2010-03-02 | 1 | -29/+52 |
|\ |
|
| * | Formatting cleanup. | Jeff Ames | 2010-03-01 | 1 | -33/+18 |
| * | Add missing refernce to prebuild (backport from presence-refactor) | Melanie | 2010-02-09 | 1 | -0/+1 |
* | | Add the friends service skel and correct some namespace issues | Melanie | 2010-02-09 | 1 | -0/+31 |
* | | Fixed missing System.Xml from the new tool. | Diva Canto | 2010-02-08 | 1 | -0/+1 |
* | | Merge branch 'master' into presence-refactor | Melanie | 2010-02-08 | 1 | -0/+26 |
|\ \
| |/ |
|
| * | Adding the Careminster "Configger" tool to OpenSim. The tool will, when launched | Melanie | 2010-02-08 | 1 | -0/+22 |
| * | Added some prebuild refs needed for mono building | Melanie | 2010-01-23 | 1 | -0/+3 |
| * | Add first part of test for checking restore of task inventory items on oar load | Justin Clark-Casey (justincc) | 2010-01-22 | 1 | -0/+1 |
* | | HG 1.5 is in place. Tested in standalone only. | Diva Canto | 2010-01-28 | 1 | -0/+1 |
* | | Integrated the hyperlinking with the GridService. | Diva Canto | 2010-01-24 | 1 | -0/+1 |
* | | Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ... | Diva Canto | 2010-01-16 | 1 | -0/+32 |
* | | Implement region registration with authentication | Melanie | 2010-01-15 | 1 | -0/+1 |
* | | Remove CreateCommsManagerPlugin | Melanie | 2010-01-11 | 1 | -43/+0 |
* | | All grid servers deleted, including user server. They served us well. | Diva Canto | 2010-01-10 | 1 | -286/+1 |
* | | OpenSim.Region.Communications.* is no more. Thanks to everyone who contribute... | Diva Canto | 2010-01-10 | 1 | -103/+0 |
* | | Moved OpenId authentication from user server to Server.Handlers.Authentication. | Diva Canto | 2010-01-10 | 1 | -0/+1 |
* | | * Starting to clean the house... | Diva Canto | 2010-01-10 | 1 | -1/+0 |
* | | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 2010-01-10 | 1 | -0/+2 |
* | | Removed empty project OpenSim.Framework.Communications.Tests. The only test i... | Diva Canto | 2010-01-09 | 1 | -36/+0 |
* | | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 2010-01-08 | 1 | -0/+1 |
* | | Avatar appearance skeleton | Melanie | 2010-01-04 | 1 | -0/+31 |
* | | Test client for remote user account connector and service. It seems to be wor... | Diva Canto | 2010-01-02 | 1 | -0/+28 |
* | | Test client for remote presence connector, and for the service itself. Connec... | Diva Canto | 2010-01-02 | 1 | -0/+26 |
* | | The Library Service is now working. UserProfileCacheService.LibraryRoot is ob... | Diva Canto | 2010-01-01 | 1 | -0/+1 |
* | | A lot more beef on the login service. The LLLoginResponse is a MONSTER! Almos... | Diva Canto | 2009-12-31 | 1 | -0/+1 |
* | | * Added the Login server handlers that were lost in yesterday's commit grief | Diva Canto | 2009-12-31 | 1 | -0/+1 |
* | | No-op. | Diva Canto | 2009-12-30 | 1 | -0/+1 |
* | | Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open... | Diva Canto | 2009-12-30 | 1 | -0/+1 |
|\ \ |
|
| * | | Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount. | Melanie | 2009-12-31 | 1 | -0/+1 |
* | | | First pass at the new login service. Still incomplete, but doesn't disrupt th... | Diva Canto | 2009-12-30 | 1 | -0/+31 |
|/ / |
|