コミット履歴

作者 SHA1 メッセージ 日付
  Teravus Ovares (Dan Olivares) 18634e9dd8 minor: comments 15 年 前
  Melanie eba23048ca Replace the Replaceable modules name 15 年 前
  Melanie Thielker 8ecfc9a717 Committing the interface change and the addition to the modules to get 15 年 前
  Arthur Valadares a85f496f4d * Upgraded LLStandaloneLoginModule, LLProxyLoginModule and LLClientStackModule to new 15 年 前
  diva 5e4fc6e91e Heart surgery on asset service code bits. Affects OpenSim.ini configuration -- please see the example. Affects region servers only. 15 年 前
  MW 171015f65f Moved Linden protocol login handling to modules in OpenSim.Client.Linden. There are two region modules in there LLStandaloneLoginModule (for standalone mode) and LLProxyLoginModule (for grid mode which just handles incoming expect_user and logoff_user messages from the remote login server) 15 年 前
  MW 76133d0763 Refactoring of CreateCommsManagerPlugin. 15 年 前
  MW 03b8eddc37 Added OpenSim.Client.Linden which is a (non shared) region module that creates and initialises the LindenClientStack (or actually whatever client stack was set in opensim.ini) for that region. Currently this module is still at a early stage so just for testing, so its hardcoded to be disabled. To enable first turn off auto creation of the client stack in opensimbase (see last revision) and then in OpenSim.Client.Linden.LLClientStackModule change bool m_createClientStack = false; to true. 15 年 前