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