Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-06-30 | Groups V2: charge for group creation only after the group has been ↵ | Diva Canto | 1 | -1/+4 | |
successfully created | |||||
2013-06-09 | More on mantis #6666 -- Groups V2 remote connector. | Diva Canto | 1 | -7/+4 | |
2013-06-08 | Groups V2 -- fix mantis #6666 | Diva Canto | 1 | -0/+3 | |
2013-06-07 | Mantis #6620 (removed debug message) | Diva Canto | 1 | -1/+1 | |
2013-05-25 | Update the money framework to allow sending the new style linden "serverside ↵ | Melanie | 1 | -1/+1 | |
is now viewerside" messages regarding currency This will require all money modules to be refactored! | |||||
2013-05-13 | Groups: Improve error handling on remote connector. | Diva Canto | 1 | -4/+9 | |
2013-05-13 | Fixes mantis #6636 -- Groups | Diva Canto | 2 | -1/+7 | |
2013-04-25 | Groups: make some methods protected. | Diva Canto | 1 | -7/+7 | |
2013-02-27 | Switched to using the other Util function with a default value. | Diva Canto | 1 | -1/+2 | |
2013-02-27 | Moved the HG default variables out of [Startup] and into their own section ↵ | Diva Canto | 1 | -1/+1 | |
[Hypergrid] in *Common.ini.example. Backwards compatible for now. | |||||
2013-02-25 | Mantis #6552 -- stricter error (crash) if server URL is malformed. | Diva Canto | 1 | -5/+2 | |
2013-02-25 | Fixes mantis #6551 -- misspelled key name. Also fixed an issue with the ↵ | Diva Canto | 4 | -3/+16 | |
roles cache. | |||||
2013-02-22 | Added new Util function for reading config vars that's more generic than the ↵ | Diva Canto | 1 | -1/+1 | |
one I added yesterday -- this is for helping move config vars out of [Startup] | |||||
2013-02-21 | Simplification of HG configs: HomeURI and GatekeeperURI now are defined as ↵ | Diva Canto | 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. | |||||
2013-02-19 | Updated AssemblyInfo.cs for Groups and OfflineIM to 0.7.6.*. Removed ↵ | Diva Canto | 1 | -2/+1 | |
AssemblyFileVersionNumber too. | |||||
2013-02-19 | First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵ | Diva Canto | 17 | -0/+8712 | |
rest to Addons.Groups.dll. |