aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2010-03-151-0/+2
|\
| * Adding the SimianGrid connectorsJohn Hurliman2010-03-111-0/+2
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-061-2/+2
|\ \ | |/
| * Replaced BclExtras.dll with a newer version compiled for .NET 3.5. This ↵Diva Canto2010-03-041-2/+2
| | | | | | | | solves the compilation errors that have been affecting build on Windows for the past day. Thanks lkalif for noticing the conflict.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-041-44/+1
|\ \ | |/
| * * Added three new helper utility files to OpenSim.Framework. MultipartForm ↵John Hurliman2010-03-031-0/+1
| | | | | | | | is used for constructing multipart/form-data requests. UntrustedWebRequest places sanity checks and policy on requests to HTTP endpoints that are not in the same trust domain (useful for Hypergrid, OpenID, etc). WebUtil contains misc. functions for managing URLs and network streams
| * Fixed prebuild errors that have emerged with the mergeDiva Canto2010-03-031-44/+0
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-031-381/+128
|\ \ | |/ | | | | This brings careminster on the level of master. To be tested
| * Merge branch 'master' into presence-refactorMelanie2010-03-021-29/+52
| |\ | | | | | | | | | | | | This is the big one. master is now presence-refactor (pre 0.7). A new branch 0.6.9-post-fixes and leading tag 0.6.9 has been created. The Presence-refactor branch remains for experimental work.
| | * Formatting cleanup.Jeff Ames2010-03-011-33/+18
| | |
| * | Add the friends service skel and correct some namespace issuesMelanie2010-02-091-0/+31
| | |
| * | Fixed missing System.Xml from the new tool.Diva Canto2010-02-081-0/+1
| | |
| * | Merge branch 'master' into presence-refactorMelanie2010-02-081-0/+26
| |\ \ | | | | | | | | | | | | | | | | This was a large, heavily conflicted merge and things MAY have got broken. Please check!
| * | | HG 1.5 is in place. Tested in standalone only.Diva Canto2010-01-281-0/+1
| | | |
| * | | Integrated the hyperlinking with the GridService.Diva Canto2010-01-241-0/+1
| | | |
| * | | Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto2010-01-161-0/+32
| | | | | | | | | | | | | | | | yet.
| * | | Implement region registration with authenticationMelanie2010-01-151-0/+1
| | | |
| * | | Remove CreateCommsManagerPluginMelanie2010-01-111-43/+0
| | | |
| * | | All grid servers deleted, including user server. They served us well.Diva Canto2010-01-101-286/+1
| | | |
| * | | OpenSim.Region.Communications.* is no more. Thanks to everyone who ↵Diva Canto2010-01-101-103/+0
| | | | | | | | | | | | | | | | contributed to these!
| * | | Moved OpenId authentication from user server to Server.Handlers.Authentication.Diva Canto2010-01-101-0/+1
| | | |
| * | | * Starting to clean the house...Diva Canto2010-01-101-1/+0
| | | | | | | | | | | | | | | | * Fixed circular dependency
| * | | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-0/+2
| | | | | | | | | | | | | | | | | | | | * HG is seriously broken here * Compiles. Untested.
| * | | Removed empty project OpenSim.Framework.Communications.Tests. The only test ↵Diva Canto2010-01-091-36/+0
| | | | | | | | | | | | | | | | in there was login, and that is gone now.
| * | | Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-081-0/+1
| | | |
| * | | Avatar appearance skeletonMelanie2010-01-041-0/+31
| | | |
| * | | Test client for remote user account connector and service. It seems to be ↵Diva Canto2010-01-021-0/+28
| | | | | | | | | | | | | | | | working.
| * | | Test client for remote presence connector, and for the service itself. ↵Diva Canto2010-01-021-0/+26
| | | | | | | | | | | | | | | | Connector seems to work well.
| * | | The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵Diva Canto2010-01-011-0/+1
| | | | | | | | | | | | | | | | obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible.
| * | | A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵Diva Canto2009-12-311-0/+1
| | | | | | | | | | | | | | | | Almost done...
| * | | * Added the Login server handlers that were lost in yesterday's commit griefDiva Canto2009-12-311-0/+1
| | | | | | | | | | | | | | | | | | | | * More beef to the LLLoginService * Better design for handling local simulation service
| * | | No-op.Diva Canto2009-12-301-0/+1
| | | |
| * | | Merge branch 'presence-refactor' of ↵Diva Canto2009-12-301-0/+1
| |\ \ \ | | | | | | | | | | | | | | | ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
| | * | | Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie2009-12-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Implement the fetch operations fully. Rename one last UserService file to UserAccountService
| * | | | First pass at the new login service. Still incomplete, but doesn't disrupt ↵Diva Canto2009-12-301-0/+31
| |/ / / | | | | | | | | | | | | the existing code.
| * | | Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto2009-12-301-0/+1
| | | |
| * | | More renames to make everything consistent. This is the UserAccountService.Diva Canto2009-12-291-1/+1
| | | |
* | | | Merge branch 'master' into careminsterMelanie2010-02-141-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Add missing refernce to prebuild (backport from presence-refactor)Melanie2010-02-091-0/+1
| | |/ | |/|
* | | Merge branch 'master' into careminsterMelanie2010-02-081-0/+22
|\ \ \ | |/ /
| * | Adding the Careminster "Configger" tool to OpenSim. The tool will, when launchedMelanie2010-02-081-0/+22
| | | | | | | | | | | | | | | | | | in place of OpenSim, dump the config to stdout. Use -f xml, -f ini or -f mysql to get a condensed ini file, an xml file suitable for webloading, or a set of mysql insert statements.
* | | Merge branch 'master' into careminsterMelanie2010-01-261-0/+4
|\ \ \ | |/ /
| * | Added some prebuild refs needed for mono buildingMelanie2010-01-231-0/+3
| | |
| * | Add first part of test for checking restore of task inventory items on oar loadJustin Clark-Casey (justincc)2010-01-221-0/+1
| |/ | | | | | | Passes but not yet complete
* | Merge branch 'master' into careminsterMelanie2009-12-271-0/+33
|\ \ | |/
| * * Added prebuild for previous commit.Adam Frisby2009-12-271-0/+33
| |
* | Include ChOdePluginKitto Flora2009-12-221-0/+30
|/
* Remove stub Python module and DLLs since this was never fully implementedJustin Clark-Casey (justincc)2009-11-271-2/+0
| | | | | | | It may be possible to reintroduce this if someone wants to implement a Python hookup for OpenSim scripting (I'm sure it can't be too hard). Might be possible to import wholesale from modrex See http://opensimulator.org/mantis/view.php?id=4395 Thanks mpallari
* Add MIT/X11 licensed NDesk.Options (http://www.ndesk.org/Options) DLL to aid ↵Justin Clark-Casey (justincc)2009-11-251-0/+1
| | | | command line parsing
* Add wildcard to prebuild include. Seems each file can only hold one projectMelanie2009-11-251-1/+1
|