Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switched to using the other Util function with a default value. | Diva Canto | 2013-02-27 | 1 | -1/+2 |
| | |||||
* | Moved the HG default variables out of [Startup] and into their own section ↵ | Diva Canto | 2013-02-27 | 1 | -1/+1 |
| | | | | [Hypergrid] in *Common.ini.example. Backwards compatible for now. | ||||
* | Mantis #6552 -- stricter error (crash) if server URL is malformed. | Diva Canto | 2013-02-25 | 1 | -5/+2 |
| | |||||
* | Fixes mantis #6551 -- misspelled key name. Also fixed an issue with the ↵ | Diva Canto | 2013-02-25 | 4 | -3/+16 |
| | | | | roles cache. | ||||
* | Added new Util function for reading config vars that's more generic than the ↵ | Diva Canto | 2013-02-22 | 1 | -1/+1 |
| | | | | one I added yesterday -- this is for helping move config vars out of [Startup] | ||||
* | Simplification of HG configs: HomeURI and GatekeeperURI now are defined as ↵ | Diva Canto | 2013-02-21 | 1 | -4/+4 |
| | | | | default under [Startup]. They can then be overwritten in the other sections (but probably shouldn't). I kept the existing code for backwards compatibility, so this should not cause any breaks from people's current configurations. But people should move to have these 2 vars under [Startup] -- see OpenSim.ini.example and Robust.HG.ini.example. And yes, both names now end with "URI" for consistency. | ||||
* | Updated AssemblyInfo.cs for Groups and OfflineIM to 0.7.6.*. Removed ↵ | Diva Canto | 2013-02-19 | 2 | -4/+2 |
| | | | | AssemblyFileVersionNumber too. | ||||
* | First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵ | Diva Canto | 2013-02-19 | 17 | -0/+8712 |
| | | | | rest to Addons.Groups.dll. | ||||
* | Offline IM: moved the Data and MySQL bits to the corresponding places in ↵ | Diva Canto | 2013-02-19 | 3 | -141/+0 |
| | | | | core, so that it will be easier to plugin a SQLite backend, if anyone is interested in doing that. | ||||
* | One more sql statement on migration #2 for offline im, to really clean up ↵ | Diva Canto | 2013-02-18 | 1 | -0/+1 |
| | | | | things. | ||||
* | Donating Diva OfflineIM as an addon in a single dll, OpenSim.Addons.OpenSim.dll | Diva Canto | 2013-02-18 | 9 | -0/+1016 |