aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | NetworkServersInfo removed from CommsManager.Diva Canto2010-01-101-18/+1
| |
* | Some more unnecessary things deleted in Framework.Communications.Diva Canto2010-01-101-1/+0
| |
* | All Framework.Communications.Clients and Framework.Communications.Services ↵Diva Canto2010-01-101-1/+0
| | | | | | | | deleted, including old LoginService.
* | Moved GridInfo service from where it was to Handlers/GridDiva Canto2010-01-101-6/+0
| |
* | * Starting to clean the house...Diva Canto2010-01-101-1/+0
| | | | | | | | * Fixed circular dependency
* | Merge branch 'presence-refactor' of ↵Diva Canto2010-01-103-54/+3
|\ \ | | | | | | | | | ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
| * | Remove all references to master avatar, replacing with estate owner whereMelanie2010-01-103-54/+3
| | | | | | | | | | | | | | | appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process.
* | | * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-103-25/+29
|/ / | | | | | | * CommsManager.AvatarService rerouted
* | A few more inches... Old friends things removed. Less references to ↵Diva Canto2010-01-081-12/+19
| | | | | | | | UserProfileService.
* | Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-086-595/+626
| |
* | Merge branch 'master' into presence-refactorMelanie2010-01-041-2/+2
|\ \ | |/
| * Formatting cleanup. Add copyright headers.Jeff Ames2010-01-041-2/+2
| |
* | * Forgotten ILibraryService from yesterdayDiva Canto2010-01-021-0/+1
| | | | | | | | * New IAvatarService -- first pass
* | This is somewhat major-like..... Change the intialization order ofMelanie2009-12-281-9/+9
| | | | | | | | | | | | | | Application plugins so that MainServer.Instance gets assigned before RegionModulesController loads the new style shared modules. This is needed because otherwise no new style shared module could register a HTTP method.... if it breaks, you get to keep both pieces
* | Change FriendsModule, InstantMessageModule, MessageTransferModule, ↵Melanie2009-12-281-3/+1
|/ | | | MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells.
* Allow terrain heightmaps to be loaded directly from URIs via the remote ↵Justin Clark-Casey (justincc)2009-12-041-2/+15
| | | | | | | | admin plugin See http://opensimulator.org/mantis/view.php?id=4418 Thanks StrawberryFride See
* Changing the AssetBase constructors to avoid initializing assets with an ↵John Hurliman2009-11-053-14/+4
| | | | unknown asset type, and log an error if it ever does happen
* Fix an invalid argument exception in the remote admin module when.Melanie2009-11-021-1/+1
| | | | Patch from CasperW
* Remove the SECS loaderMelanie2009-10-275-443/+0
|
* * Tweak to region module loading to check for a matching constructor first ↵John Hurliman2009-10-271-6/+7
| | | | | | | instead of throwing and catching exceptions * Commenting out the MySQL startup sequence that cleans out dropped attachments under the advice that it is no longer relevant. If anything, it could be brought back as a database cleanup console command * Updated to the latest libomv 0.8.0-pre. UUID.TryParse() will no longer throw and catch exceptions for most failed UUID parses
* Really make module port selection work. Implement port setting inMelanie2009-10-211-4/+29
| | | | LLProxyLoginModule.
* Cleanup and comment the region module loader. Add support for configuringMelanie2009-10-201-26/+173
| | | | | | a server port to use for modules in a generic way and also add support for disabling modules that don't support proper disabling. Add support for selective loading by class name (advanced users only)
* Merge branch 'diva-textures-osgrid'Melanie2009-10-042-3/+4
|\
| * * Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵John Hurliman2009-10-022-3/+4
| | | | | | | | | | | | Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) * Shrinks the largest in-memory object, the LLRAW.HeightmapLookupValue struct (only used for exporting to LLRAW terrain files), to the minimum possible size. This seems to have the odd side effect of cutting the size of the two double[256,256] terrain objects in half. Possibly an alignment optimization?
* | - cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2009-10-021-8/+8
| | | | | | | | - adding LandDataSerializer to OAR mechanics
* | Formatting cleanup.Jeff Ames2009-10-013-106/+51
| |
* | Deleted some files that aren't being used anymore.Diva Canto2009-09-281-1/+0
| |
* | Poof! on Region.Communications.Hypergrid. Grid code deleted.Diva Canto2009-09-261-9/+0
| |
* | Moved all HG1 operations to HGGridConnector.cs and ↵Diva Canto2009-09-261-1/+0
| | | | | | | | | | | | HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions.
* | minor: make rest (not comm) modules less noisy if they are disabledJustin Clark-Casey (justincc)2009-09-243-4/+5
|/
* * Lock timers when Calling Start() and Stop() when the Thread Context is ↵Teravus Ovares (Dan Olivares)2009-09-092-3/+9
| | | | murky. This affects Mono only.
* * Debugging why region loading is occurring so slowly on a setup with 64 ↵Adam Frisby2009-09-061-0/+10
| | | | regions in a Regions.ini (took 38 minutes on my test box)
* A better purge of trash folder.Diva Canto2009-08-191-2/+6
|
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-101-4/+4
|\
| * Replace the Replaceable modules nameMelanie2009-08-101-4/+4
| |
* | Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-101-1/+1
|/
* Removed IAssetCache.Diva Canto2009-08-101-2/+2
| | | | WARNING: PLEASE MAKE SURE TO USE THIS NEW bin/OpenSim.addin.xml
* Complete the work on the Replaceable interface logic. From this commit onwardsMelanie2009-08-061-1/+102
| | | | | the mere presence of a full version of a replaceable module will cause the replaceable module in core to be deactivated.
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-251-6/+6
| | | | | | | | * Uses mantis #3811 as a base (thanks jhuliman) with changes. * E-mail regarding interface changes sent to the opensim-dev list * Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html
* From: Rick Alther <alther@us.ibm.com>Sean Dague2009-07-201-1/+0
| | | | | | | | | | | This patch fixes a problem in the RestXmlWriter where an exception may be thrown when ToString() is called. ToString() is closing the last tag prior to returning the string object, which it shouldn't do. People should be closing the XML tags and document properly and not rely on the ToString() side effect to do it for them. This is most noticeable if you hit the /regions/ and /regioninfo/ REST calls. If you are running r9579 or later, these calls will result in an error.
* Thank you kindly, Fly-Man for a patch that solves:Charles Krinke2009-07-121-1/+72
| | | | | | [RADMIN] Exception whilst loading default avatars ; Object reference not set to an instance of an object.
* Now we are past revision 10000, I think its time to start to fix that ↵MW2009-07-101-2/+2
| | | | massive bug that was introduced in revision 1. So here is the first part of that fix.
* This extra assignment to the singleton should not be needed but may help makeMelanie Thielker2009-07-101-0/+1
| | | | | | the tests pass
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-5/+5
| | | | | | Change all uses of the HttpServer properties to use the new singleton
* Thank you kindly, RandomHuman for a patch that:Charles Krinke2009-07-081-0/+94
| | | | | | | | | | | | | The admin_close_region method removes a region from the simulator without deleting it. The region can then be recreated by calling admin_create_region with the same UUID. There is also a change to admin_create_region to facilitate this.The reason I want to have this functionality is to make it possible to detach regions when they are idle and recreate them on demand through a web interface. It's probably doable using the existing methods by saving and loading oars, but it also doesn't seem like that should be necessary.
* - adding a Persistent flag to RegionInfoDr Scofield2009-07-031-1/+12
| | | | | - adding EstateSettings.Save() to RemoteAdmin ACL code (invoked only when region is persistent)
* Enable the RemoteAdmin module to save regions as ini files rather than XMLMelanie Thielker2009-06-261-18/+21
|
* Heart surgery no.2: the inventory service hooks. diva2009-06-103-9/+9
| | | | | | | Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
* persists Estate.PublicAccess settings across reboots [re #552]Dr Scofield2009-06-101-0/+3
|
* makes voice setting persistent [re #552]Dr Scofield2009-06-101-0/+2
|