aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-10* Starting to clean the house...Diva Canto1-1/+0
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto3-25/+29
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie3-54/+3
2010-01-08A few more inches... Old friends things removed. Less references to UserProfi...Diva Canto1-12/+19
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto6-595/+626
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-2/+2
2010-01-02* Forgotten ILibraryService from yesterdayDiva Canto1-0/+1
2009-12-28This is somewhat major-like..... Change the intialization order ofMelanie1-9/+9
2009-12-28Change FriendsModule, InstantMessageModule, MessageTransferModule, MuteListMo...Melanie1-3/+1
2009-12-04Allow terrain heightmaps to be loaded directly from URIs via the remote admin...Justin Clark-Casey (justincc)1-2/+15
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman3-14/+4
2009-11-02Fix an invalid argument exception in the remote admin module when.Melanie1-1/+1
2009-10-27Remove the SECS loaderMelanie5-443/+0
2009-10-27* Tweak to region module loading to check for a matching constructor first in...John Hurliman1-6/+7
2009-10-21Really make module port selection work. Implement port setting inMelanie1-4/+29
2009-10-20Cleanup and comment the region module loader. Add support for configuringMelanie1-26/+173
2009-10-16Changing the region module loading foreach loops to typecast things to the IR...John Hurliman1-3/+3
2009-10-16Reverting the previous ugly hack and replacing it with try/catch statements f...John Hurliman1-10/+4
2009-10-16A very ugly and temporary hack to disable the RegionCombinerModule RegionLoad...John Hurliman1-2/+9
2009-10-16Adding noisy debug for nebadonJohn Hurliman1-0/+1
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman2-3/+4
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)1-8/+8
2009-10-01Formatting cleanup.Jeff Ames3-106/+51
2009-09-28Deleted some files that aren't being used anymore.Diva Canto1-1/+0
2009-09-26Poof! on Region.Communications.Hypergrid. Grid code deleted.Diva Canto1-9/+0
2009-09-26Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto1-1/+0
2009-09-24minor: make rest (not comm) modules less noisy if they are disabledJustin 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 Frisby1-0/+10
2009-08-19A better purge of trash folder.Diva Canto1-2/+6
2009-08-10Changed RequestRootFolder to GetRootFolderDiva Canto1-1/+1
2009-08-10Replace the Replaceable modules nameMelanie1-4/+4
2009-08-10Removed IAssetCache.Diva Canto1-2/+2
2009-08-06Complete the work on the Replaceable interface logic. From this commit onwardsMelanie1-1/+102
2009-07-25* Updates libOMV to version 0.7.0Teravus Ovares1-6/+6
2009-07-20From: Rick Alther <alther@us.ibm.com>Sean Dague1-1/+0
2009-07-12Thank you kindly, Fly-Man for a patch that solves:Charles Krinke1-1/+72
2009-07-10Now we are past revision 10000, I think its time to start to fix that massive...MW1-2/+2
2009-07-10This extra assignment to the singleton should not be needed but may help makeMelanie Thielker1-0/+1
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-5/+5
2009-07-08Thank you kindly, RandomHuman for a patch that:Charles Krinke1-0/+94
2009-07-03- adding a Persistent flag to RegionInfoDr Scofield1-1/+12
2009-06-26Enable the RemoteAdmin module to save regions as ini files rather than XMLMelanie Thielker1-18/+21
2009-06-10Heart surgery no.2: the inventory service hooks. diva3-9/+9
2009-06-10persists Estate.PublicAccess settings across reboots [re #552]Dr Scofield1-0/+3
2009-06-10makes voice setting persistent [re #552]Dr Scofield1-0/+2
2009-06-10adding lastlogin information to admin_exists_user: will be 0 if theDr Scofield1-0/+9
2009-06-10Formatting cleanup.Jeff Ames3-13/+11
2009-06-09ARGH!!!! note to self: ALWAYS use String.IsNullOrEmpty(...)!Dr Scofield1-1/+2
2009-06-04Add copyright headers.Jeff Ames1-0/+27