| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 2 | -2/+2 |
* | | Remove CreateCommsManagerPlugin | Melanie | 2010-01-11 | 2 | -155/+0 |
* | | Refactor. Instantiate sim status handlers in opensim base, not in a plugin | Melanie | 2010-01-11 | 1 | -4/+0 |
* | | Refactor. Move MainServer init to a place with greener grass | Melanie | 2010-01-11 | 1 | -1/+0 |
* | | dust | Diva Canto | 2010-01-10 | 1 | -40/+2 |
* | | NetworkServersInfo removed from CommsManager. | Diva Canto | 2010-01-10 | 1 | -18/+1 |
* | | Some more unnecessary things deleted in Framework.Communications. | Diva Canto | 2010-01-10 | 1 | -1/+0 |
* | | All Framework.Communications.Clients and Framework.Communications.Services de... | Diva Canto | 2010-01-10 | 1 | -1/+0 |
* | | Moved GridInfo service from where it was to Handlers/Grid | Diva Canto | 2010-01-10 | 1 | -6/+0 |
* | | * Starting to clean the house... | Diva Canto | 2010-01-10 | 1 | -1/+0 |
* | | Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/open... | Diva Canto | 2010-01-10 | 3 | -54/+3 |
|\ \ |
|
| * | | Remove all references to master avatar, replacing with estate owner where | Melanie | 2010-01-10 | 3 | -54/+3 |
* | | | * Changed IPresenceService Logout, so that it takes a position and a lookat | Diva Canto | 2010-01-10 | 3 | -25/+29 |
|/ / |
|
* | | A few more inches... Old friends things removed. Less references to UserProfi... | Diva Canto | 2010-01-08 | 1 | -12/+19 |
* | | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 2010-01-08 | 6 | -595/+626 |
* | | Merge branch 'master' into presence-refactor | Melanie | 2010-01-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Formatting cleanup. Add copyright headers. | Jeff Ames | 2010-01-04 | 1 | -2/+2 |
* | | * Forgotten ILibraryService from yesterday | Diva Canto | 2010-01-02 | 1 | -0/+1 |
* | | This is somewhat major-like..... Change the intialization order of | Melanie | 2009-12-28 | 1 | -9/+9 |
* | | Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListMo... | Melanie | 2009-12-28 | 1 | -3/+1 |
|/ |
|
* | Allow terrain heightmaps to be loaded directly from URIs via the remote admin... | Justin Clark-Casey (justincc) | 2009-12-04 | 1 | -2/+15 |
* | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 2009-11-05 | 3 | -14/+4 |
* | Fix an invalid argument exception in the remote admin module when. | Melanie | 2009-11-02 | 1 | -1/+1 |
* | Remove the SECS loader | Melanie | 2009-10-27 | 5 | -443/+0 |
* | * Tweak to region module loading to check for a matching constructor first in... | John Hurliman | 2009-10-27 | 1 | -6/+7 |
* | Really make module port selection work. Implement port setting in | Melanie | 2009-10-21 | 1 | -4/+29 |
* | Cleanup and comment the region module loader. Add support for configuring | Melanie | 2009-10-20 | 1 | -26/+173 |
* | Merge branch 'diva-textures-osgrid' | Melanie | 2009-10-04 | 2 | -3/+4 |
|\ |
|
| * | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 2009-10-02 | 2 | -3/+4 |
* | | - cleaning up LandData/ILandObject capitalization issues | dr scofield (aka dirk husemann) | 2009-10-02 | 1 | -8/+8 |
* | | Formatting cleanup. | Jeff Ames | 2009-10-01 | 3 | -106/+51 |
* | | Deleted some files that aren't being used anymore. | Diva Canto | 2009-09-28 | 1 | -1/+0 |
* | | Poof! on Region.Communications.Hypergrid. Grid code deleted. | Diva Canto | 2009-09-26 | 1 | -9/+0 |
* | | Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c... | Diva Canto | 2009-09-26 | 1 | -1/+0 |
* | | minor: make rest (not comm) modules less noisy if they are disabled | Justin Clark-Casey (justincc) | 2009-09-24 | 3 | -4/+5 |
|/ |
|
* | * Lock timers when Calling Start() and Stop() when the Thread Context is murk... | Teravus Ovares (Dan Olivares) | 2009-09-09 | 2 | -3/+9 |
* | * Debugging why region loading is occurring so slowly on a setup with 64 regi... | Adam Frisby | 2009-09-06 | 1 | -0/+10 |
* | A better purge of trash folder. | Diva Canto | 2009-08-19 | 1 | -2/+6 |
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-08-10 | 1 | -4/+4 |
|\ |
|
| * | Replace the Replaceable modules name | Melanie | 2009-08-10 | 1 | -4/+4 |
* | | Changed RequestRootFolder to GetRootFolder | Diva Canto | 2009-08-10 | 1 | -1/+1 |
|/ |
|
* | Removed IAssetCache. | Diva Canto | 2009-08-10 | 1 | -2/+2 |
* | Complete the work on the Replaceable interface logic. From this commit onwards | Melanie | 2009-08-06 | 1 | -1/+102 |
* | * Updates libOMV to version 0.7.0 | Teravus Ovares | 2009-07-25 | 1 | -6/+6 |
* | From: Rick Alther <alther@us.ibm.com> | Sean Dague | 2009-07-20 | 1 | -1/+0 |
* | Thank you kindly, Fly-Man for a patch that solves: | Charles Krinke | 2009-07-12 | 1 | -1/+72 |
* | Now we are past revision 10000, I think its time to start to fix that massive... | MW | 2009-07-10 | 1 | -2/+2 |
* | This extra assignment to the singleton should not be needed but may help make | Melanie Thielker | 2009-07-10 | 1 | -0/+1 |
* | Remove all references to HttpServer from CommsManager (all incarnations) | Melanie Thielker | 2009-07-10 | 1 | -5/+5 |
* | Thank you kindly, RandomHuman for a patch that: | Charles Krinke | 2009-07-08 | 1 | -0/+94 |