Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor: Quieten down the parts of the WebSocketEcho module logging for now ↵ | Justin Clark-Casey (justincc) | 2013-03-02 | 1 | -6/+7 |
| | | | | where it tells us it is added/loaded/removed from regions | ||||
* | Add the Mono AddinDependency attribute to the example region modules. | Justin Clark-Casey (justincc) | 2013-03-01 | 2 | -2/+4 |
| | | | | It turns out this is required to get Mono.Addins to pick up plugin DLLs | ||||
* | Add comment to example region modules about need to add Assembly annotation ↵ | Justin Clark-Casey (justincc) | 2013-02-27 | 2 | -0/+10 |
| | | | | if adding modules to a DLL which does not already have this | ||||
* | Websocket Echo module should not be on by default. | teravus | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | * missing example module.. Oops. | teravus | 2013-02-07 | 1 | -0/+174 |
| | |||||
* | Deleted OptionalModules.addin.xml. Added AssemblyInfo.cs for that dll. | Diva Canto | 2012-11-13 | 1 | -3/+0 |
| | |||||
* | Make the "All Estates" option work from the client (this makes chosen ↵ | Justin Clark-Casey (justincc) | 2011-04-05 | 1 | -0/+3 |
| | | | | | | | | changes to all the estates that the user owns). This applies to adding/removing estate users, groups, managers and bans. This is the application of the AllEstates_0.5.patch from http://opensimulator.org/mantis/view.php?id=5420 Thanks very much, Snoopy! | ||||
* | comment out the extension attribute | Justin Clark-Casey (justincc) | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | add bare bones shared example module | Justin Clark-Casey (justincc) | 2010-12-04 | 1 | -0/+91 |
| | |||||
* | refactor some common code in RegionModulesControllerPlugin | Justin Clark-Casey (justincc) | 2010-12-04 | 1 | -6/+9 |
| | | | | also some minor doc changes in BareBonesNonSharedModule | ||||
* | correct the id of the example module | Justin Clark-Casey (justincc) | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | Add the most bare bones non-shared region module example. Not active unless ↵ | Justin Clark-Casey (justincc) | 2010-12-04 | 1 | -0/+83 |
the correct line is uncommented. |